Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Personal crypting algorithm

by Asmo (Monk)
on Nov 05, 2001 at 22:59 UTC ( [id://123388]=note: print w/replies, xml ) Need Help??


in reply to Re: Personal crypting algorithm
in thread Personal crypting algorithm

well; then you just have to change print $result; with $_ = $result; I suppose... But i don't know how the $_ variable is handled with packages (yeah it's my first one) so, if you could tell me if it's the right way to re use the encrypted string...

thx

Asmo

Replies are listed 'Best First'.
Re: Re: Re: Personal crypting algorithm
by premchai21 (Curate) on Nov 06, 2001 at 03:26 UTC
    Er... no. return $result; Then, caller could do (after importing the functions) $ciphertext = acrypt($plaintext, $key); (or similarly for adecrypt). See perlvar, perlmod, perlsub.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-24 20:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found