I’m an encryption novice and I’m not even sure this is possible with encryption. Any advice or direction would be appreciated!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Encryption is built into rails -> http://api.rubyonrails.org/classes/ActiveSupport/MessageEncryptor.html heres an example -> http://snippets.dzone.com/posts/show/12535 I would suggest if you want to change from 16 to 24 possibly appending 8 characters to the string there are many alternative ways of doing this depending on the depth of security you are after more info about what you are doing it for could help.