Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Encrypting fields

Information/How to
No Tags
UserPost

1:18 pm
January 1, 2011


greaterebiz

1

What a neat package this is and I love that the code is implemented as a MVC model.  Anyway I would like to create a form that collects ones social security number and date of birth.  Even though I can do this over a secure connection, it would also be great is I could encrypt these values before they are stored in the database and unencrypt them when the are retrieved.  Are there any hooks that would let me accomplish this or plans to add encryption?

 

Thanks

David D

3:24 pm
January 4, 2011


Steph

2

I could give you the hooks to use to encrypt values, but the problem is the unencrypting bit. As far as I know, most encryptions only go one way. For example, WordPress passwords are encrypted and cannot be retrived. However, when a password is inputted, it is encryted to see if it matches the encrypted value in the database. Did you have something specific in mind for the encryption so it could be reversed?

Information/How to
No Tags