See also DBM::Deep - pay attention to the DBM::Deep FILTERS section. There is even an encryption example (mind you, encryption on smaller chunks of data may make it easier to break - something with padding of some sort may help).
As mentioned above, encryption on smallish chunks of data can make things easier (for some definition of easier) to break, as the search space is smaller. If you don't need record level encryption, and just want to keep the cleartext off from the disk (the user would still possibly be able to access the data however), try http://www.truecrypt.org. I use it frequently for my thumbdrives, as well as anything else on my "anchored" machines that I would have problems with walking away. I mount it when needed, and unmount it when done.
As is my typical advice - when rolling your own encryption method, even if using someone else's algorithm, be very careful. There have been some spectacular failures due to misusing an algorithm or setting up prerequisites incorrectly.
--MidLifeXis
In reply to Re: File handle modules
by MidLifeXis
in thread File handle modules
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |