my $cipher = Crypt::CBC->new(-key => 'my secret key', -cipher => 'Blow +fish'); my $crypted = $cipher->encrypt("blarg!!"); my $text = $cipher->decrypt($crypted); # blarg
In reply to Re: Encrypt text in perl and decrypt in a windows tool
by jettero
in thread Encrypt text in perl and decrypt in a windows tool
by asidnayak
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |