You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving a RSA key of 2048 bits or more does work, but loading the key gives errors.
It's still unclear where the problem is. So far I've verified that the big keys do work: Encrypting with a big public key works as well as decrypting the message with the private key.
The text was updated successfully, but these errors were encountered:
I've looked into the code and searched for older code too.
From those I know, that back in 2013 there was only 1024bit allowed.
Later they've added 2048 + 3072 bits. Link:
In that case it should be pretty easy to fix this issue. If you can't do it yourself, maybe you could contact Todd who did the previous fix? I'm not using LockBox any more myself. The original fixes and improvements I did when I needed to use LockBox in 64bit environment.
Saving a RSA key of 2048 bits or more does work, but loading the key gives errors.
It's still unclear where the problem is. So far I've verified that the big keys do work: Encrypting with a big public key works as well as decrypting the message with the private key.
The text was updated successfully, but these errors were encountered: