in reply to Re: Using Cypher::CBC to encrypt fields in a file - Need Monk Help
in thread Using Cypher::CBC to encrypt fields in a file - Need Monk Help
Very nicely done .. you caught my mistake about assuming that it was a CSV file, when in fact it was space delimited. You also set up a coderef for the encryption/decryption step, which is something that occurred to me, but decided against in order to get an example solution done quickly. And Text::CSV is a great module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using Cypher::CBC to encrypt fields in a file - Need Monk Help
by bliako (Abbot) on Feb 21, 2019 at 20:44 UTC |