search for: asymetricsentry

Displaying 1 result from an estimated 1 matches for "asymetricsentry".

Did you mean: asymmetricsentry
2006 Feb 06
5
Sentry Plugin - Easy Question I don''t doubt
I am looking at adding the Sentry plugin to one of the applications that we are working on. I have a need to store some info that will have to be encrypted and decrypted. I have been going through the docs for the plugin and the AsymetricSentry class looks like the best for what we need to do but I am not sure how to generate the key. The docs say: This is a shortcut for using an asymmetrical algorithm with a private/ public key file. To use this, generate a public and private key with Sentry::AsymmetricalSentry.save_random_rsa_key...