Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Perl + PGP

by pboin (Deacon)
on May 16, 2005 at 13:00 UTC ( [id://457436]=note: print w/replies, xml ) Need Help??


in reply to Perl + PGP

I think holli is right. You need to do some reading on the basics of how public-key cryptography works. The whole point is that you can safely exchange your public keys with anyone.

Now, that being said, you might want to use conventional (symetric) encryption, which does use one, shared private key/password to decrypt. That's entirely different, and a bit problematic on the internet. (If you have a safe way to send your shared password out, then you also have a safe way to send your message in the first place.)

You definitely need to bone up on cryptography before you start asking perl questions.

Wikipedia on PGP

If you want to do symetric encryption with perl, I suggest Crypt::Blowfish.

Finally the standard book on all things crypto is Schneier's Applied Cryptography

Replies are listed 'Best First'.
Re^2: Perl + PGP
by STork-rus (Initiate) on May 16, 2005 at 16:02 UTC
    We know how PGP work. We found are path to try it.

    pgp 2.6.3i

    pgp -ca file

    this is crypt on IDEA tehnology. PGP message with only password authentification.

    PS Sorry for bad English.

Log In?
Username:
Password:

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

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

    No recent polls found