Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: big important text encryption with MD5 or something else?

by arhuman (Vicar)
on Jan 17, 2002 at 15:55 UTC ( [id://139482]=note: print w/replies, xml ) Need Help??


in reply to big important text encryption with MD5 or something else?

Short answer : You can't !

MD5 stands for Message Digest 5
It's a one way fonction which computes a text's digest.
You can't decrypt a MD5 digest.
You usually use it to check that the digest of the value just entered is equal to the digest stored.
(usually passwd management works this way)

Use other usual encryption schemes if you want to decrypt text.
(RIJNDAEL, RSA, ELGAMAL...)

UPDATE :
I warmly recommend btrott's impressive work (Crypt::OpenPGP)
which handles several schemes
(IDEA, DES3, Blowfish, Rijndael, Rijndael192, Rijndael256, Twofish,DSA, RSA, and ElGamal)

"Only Bad Coders Code Badly In Perl" (OBC2BIP)
  • Comment on Re: big important text encryption with MD5 or something else?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 03:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found