[ Lesson ] Public-Key Cryptography - Security & Cryptography
Users browsing this thread: 1 Guest(s)
|
|||
I think it could be interesting to add that you can add your gpg key to a keyserver like this:
gpg --send-keys `keyid` So anyone can import your key with gpg --search `email` And that you can encrypt files with gpg --clearsign `file` You can also set up different trust levels for keys with gpg --edit-key `keyid` trust enter a trust level from 1 to 5 save quit |
|||
Messages In This Thread |
[ Lesson ] Public-Key Cryptography - by commodore - 21-07-2012, 03:51 AM
RE: [ Lesson ] Public-Key Cryptography - by Reki - 24-07-2012, 02:01 PM
RE: [ Lesson ] Public-Key Cryptography - by commodore - 24-07-2012, 10:45 PM
RE: [ Lesson ] Public-Key Cryptography - by CrossFold - 25-07-2012, 09:23 AM
RE: [ Lesson ] Public-Key Cryptography - by D9u - 16-09-2012, 02:59 PM
RE: [ Lesson ] Public-Key Cryptography - by yrmt - 28-03-2014, 10:18 AM
|