in reply to Simple decrypt ?

Just to round out the fine advice given so far, if you really need reversible encryption you should use a real encryption algorithm. I like Crypt::Blowfish which is used via the Crypt::CBC module.

-sam