(no title)
bobbywilson0 | 10 years ago
You should consider with RSA keys have a limited size message that can be encrypted (e.g. for 2048 bit keys you are limited to 256 bytes in your message). My solution was to use the SSH key to encrypt the secret I used to encrypt the message with.
jlank|10 years ago
devy|10 years ago