Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Encrypting data on shared disk - is it possible?

by moodster (Hermit)
on May 16, 2002 at 07:45 UTC ( [id://166941]=note: print w/replies, xml ) Need Help??


in reply to Re: Encrypting data on shared disk - is it possible?
in thread Encrypting data on shared disk - is it possible?

If that is not an option, you could certainly store your data using Storable. Save a hash of the records in a Storable file. That way no one can read your records as plain text.
Well, since hashing is usually a one-way operation, neither can you. :) Encryption is probably what you want in this case.

I'd also like to offer my advice to the original poster, and that is to go with a standard encryption algorithm and not roll you own (see the comments for CipherText and CipherTextI for amusing reading on why encryption is hard to do by yourself). There are several good modules on CPAN: Crypt::Blowfish or Crypt::Twofish for example.

/me recommends Applied Cryptography by Bruce Schneier

Cheers,
--Moodster

Replies are listed 'Best First'.
Re: Re: Re: Encrypting data on shared disk - is it possible?
by joealba (Hermit) on May 16, 2002 at 17:51 UTC
    No, I mean hash like %hash, not like MD5. :) Just another way to store records if a database is not available.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://166941]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-23 23:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found