Forum Discussion
1 Reply
- mbowenEmployee
Hi @mongley
What do you have selected for the Transform Type? (ex: auto). I don’t have that much experience with this snap, but was able to encrypt/decrypt with a 1024-bit RSA key.
$ openssl x509 -in cert.pem -text -noout | grep "RSA Public-Key" RSA Public-Key: (1024 bit)
Is “Key length not 128/192/256 bits” the exact error message? I’ll try to help.