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

Re^4: Encryption using perl core functions only

by redhotpenguin (Deacon)
on Nov 25, 2007 at 23:00 UTC ( [id://652884]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Encryption using perl core functions only
in thread Encryption using perl core functions only

I do understand what you mean by the algorithm as the shared secret, I am just a bit wary of inventing my own here as with my luck someone will see it and say "oh that's a rot15 modified cubic", etc. Partially paranoid yes, but probably better than not taking any time to think about the implications of what I'm doing.
  • Comment on Re^4: Encryption using perl core functions only

Replies are listed 'Best First'.
Re^5: Encryption using perl core functions only
by Limbic~Region (Chancellor) on Nov 25, 2007 at 23:07 UTC
    redhotpenguin,
    Ok, I give up. Why don't you just copy/paste one of the pure perl crypto modules on CPAN. You mentioned the Unix crypt utility so why not borrow the source of Crypt::UnixCrypt?

    I am not sure what else to tell you. Either you need to choose an encryption routine that is well known but is strong against attacks or you need to choose an encryption routine that is unknown. If you go the latter route coming up with one yourself may seem hard but I assure you it just takes some time thinking.

    Cheers - L~R

      Sorry if I frustrated you, I value your feedback and everyone elses, which is what I came here looking for :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-18 14:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found