in reply to How to decrypt a file encrypted with vi -x or shell crypt

use Crypt::UnixCrypt;
Update (At reputation -1): If you downvote, please tell why. UnixCrypt will perfectly do what the OP asked for. He even asked for the modul. So what the heck is wrong with the answer?

Update #2: Okay... I've learned something: Always look at the documentation before you recommend something you don't really know. Thanks for telling me!

Replies are listed 'Best First'.
Re^2: How to decrypt a file encrypted with vi -x or shell crypt
by Anonymous Monk on Aug 27, 2004 at 11:17 UTC
    Crypt::UnixCrypt - perl-only implementation of the crypt function.

    Its same as perldoc -f crypt, and not what op wants.

Re^2: How to decrypt a file encrypted with vi -x or shell crypt
by Anonymous Monk on Aug 27, 2004 at 11:20 UTC
    how decrypt, its one wa?