|
Posted by ccc31807 on February 27, 2008, 8:59 am
Please log in for more thread options
This might be a question no one knows the answer to.
We started using Crypt::Lite to encrypt the SSNs of files for
temporary storage, 7 or 8 days at the most. The files are CSV files
with lines like this:
IDENTIFIER,Bush,George,Walker,999887777,other,data,here
The output is like this for each line:
IDENTIFIER,Bush,George,Walker,WoPsW7/oWIDsXYPqWoTSCNTvX4bjWY/tX4e
+DNDiWIPjCNDuWNK+DoO4VdPjCdQ=,other,data,here
So far the encryption string has never contained a comma. If it did,
it would really screw things up, as this is run as an automated
process and we do not have human eyes checking the format of the
decrypted files. (A comma would right shift all remaining fields.)
!. Does Crypt::Lite ever use a comma as an encryption character?
2. If so, can you tell it NOT to use a comma?
Thanks, CC.
|
| Similar Threads | Posted | | Re: using Crypt::Lite | February 27, 2008, 10:04 am |
| Using Crypt::DSA | August 21, 2005, 10:43 pm |
| de-crypt... crypt | December 23, 2005, 1:59 pm |
| Crypt function | September 20, 2005, 6:51 am |
| Problem With Crypt::CBC | August 20, 2008, 12:27 pm |
| CRYPT:RC5 problem, can't unencrypt | January 6, 2005, 8:09 am |
| installing Crypt::DES on ActiveState | June 19, 2006, 11:24 am |
| Problem with function "crypt" | July 22, 2006, 7:11 am |
| How to crypt perl scrip? | August 12, 2006, 6:24 am |
| Question about Crypt::SSLeay | March 3, 2007, 5:58 am |
|