Dear All,
I am new to encryption, I have follow some simple encryption tutorial from stackoverflow using openssl method and it works ok. but I just found out about RbNaCl and its really cool.
So I dig my hand on it. playing with the simple box API. and it works great. but I could not find a good tutorial about how I can make it persistent, I mean, I have created private key for each person, and transfer the public key to each person. but if I close irb all the private key is gone. How should I save it. in openSSL i can save the password. and re init the encryption using the password.. put for Private/Public Key I just dont know how. I do play with openVPN and some other apps that use cert. can RbNaCl works the same?
Thanks.