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.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

  • Comment on Re^2: Using Cypher::CBC to encrypt fields in a file - Need Monk Help

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

    quite proud of my coderefs actually, thanks talexb