in reply to
Re: Re: Personal crypting algorithm
in thread
Personal crypting algorithm
Er... no.
return $result;
Then, caller could do (after importing the functions)
$ciphertext = acrypt($plaintext, $key);
(or similarly for adecrypt). See
perlvar
,
perlmod
,
perlsub
.
Comment on
Re: Re: Re: Personal crypting algorithm
Select
or
Download
Code
In Section
Code Catacombs