|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^3: Creating a rainbow table for a ten-digit number: Advice?by rowdog (Curate) |
| on Apr 11, 2010 at 20:34 UTC ( #834135=note: print w/ replies, xml ) | Need Help?? |
|
If all you want is the appearance of security, why not use XOR? Better yet, use something like Crypt::Rijndael so you can claim to be using the Advanced Encryption Standard. As far as the database goes, you can encrypt your data (with padding, Xilman++) before you do your INSERT and decrypt after you do your SELECT.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||