I want to encrypt a binary file with an asymetric key from my filesystem within rails (and then deliver it via email).
Can you recommend me how to do this? is it possible via bcrypt? Didnt found so much (not outdated) informations about this...
|
I want to encrypt a binary file with an asymetric key from my filesystem within rails (and then deliver it via email). Can you recommend me how to do this? is it possible via bcrypt? Didnt found so much (not outdated) informations about this... |
|||
|
|
|
Ok, i found a solution by myself - i did it with gpg... First you have to generate/install the public key on the server and copy the private to your local machine.. afterwards you can use following command to encrypt and compress the file(if you have gzip installed):
|
|||
|
|