Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: [SOLVED] How secure is GPG?

  1. #1
    Join Date
    Feb 2008
    Location
    Munster, Ireland
    Beans
    2,467
    Distro
    Ubuntu Mate

    [SOLVED] How secure is GPG?

    How secure is GPG? Is it Hardware proof & US DoD standard?

    I refer to using GPG in this way and not with public keys(haven't figured out yet public keys):

    Code:
    gpg -c filename
    Any ideas welcome. Thanks.
    1st Distro used (live CD): Knoppix in early 2007 ¦ 1st Distro Installed: Ubuntu 7.10 in Feb 2008
    GNU/Linux User #470660 – Ubuntu User #28226
    Isaac Asimov: "I do not fear computers. I fear the lack of them."

  2. #2
    Join Date
    Jul 2007
    Beans
    36
    Distro
    Gutsy Gibbon Testing

    Re: How secure is GPG?

    In every case you create and use public keys .

    Actually GPG have never been broken and is an asymmetric cryptation system.
    Right now is impossible to say how much is secure, and this will be until someone will be able to break it. If you want be more sure, you can create longher keys (ie 2048).

  3. #3
    Join Date
    Nov 2006
    Location
    40.31996,-80.607213
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How secure is GPG?

    If you are still interested, stop by and read my Beginners Guide to GnuPG:
    http://ubuntuforums.org/showthread.php?t=680292
    "Security lies within the user of who runs the system. Think smart, live safe." - Dr Small
    Linux User #441960 | Wiki: DrSmall

  4. #4
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: How secure is GPG?

    GPG can work with asymmetric and symmetric keys. Symmetric keys are otherwise known as a password -- ie gpg can use a symmetric cipher to encrypt a file and later decrypt the file use the same password. GPG with the use of asymmetric keys (the GPG use most people think of) actually uses a combination of asymmetric and symmetric methods. The asymmetric key is used to encrypt a randomly generated session key. The session key on the otherhand is the password, used for the symmetric encrypting of the contents of the email, file, etc. With decryption, the other private encryption key decrypts the session key, which in turn decrypts the letter,file contents.

    How secure is GnuPG? Who really knows? Only the NSA knows for sure -- and you think they would tell us? By best accounts from the world's leading mathematicians however, the algorithms used with GnuPG today would take the best computer, many years to break (if at all). Again however, the downside of gnupg, is the loss of the password, or private keys. Its much easier for a rogue per se to do something to obtain the keys through subversive another process, than break the underlying algorithm. This topic has been brought up many times on the gnupg mailing list!

  5. #5
    Join Date
    Mar 2008
    Location
    NSW Australia
    Beans
    232
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How secure is GPG?

    GPG, replaces PGP.

    How good?
    By definition: "Pretty Good".

    But Kevdog, isn't GPG open-source? Why do you say "Only the NSA knows"?

  6. #6
    Join Date
    Nov 2006
    Location
    40.31996,-80.607213
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How secure is GPG?

    Quote Originally Posted by AndyCee View Post
    GPG, replaces PGP.

    How good?
    By definition: "Pretty Good".

    But Kevdog, isn't GPG open-source? Why do you say "Only the NSA knows"?
    I thought I read somewhere awhile back that it is possible that the NSA has a backdoor in GPG 1.5
    "Security lies within the user of who runs the system. Think smart, live safe." - Dr Small
    Linux User #441960 | Wiki: DrSmall

  7. #7
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: How secure is GPG?

    GnuPG is open source, PGP is not. GnuPG did not replace PGP, PGP is very much alive: http://www.pgp.com/. Both adhere to the OpenPGP standard (which is a minimum). Both however do things differently by choosing different default algorithms, hashes, etc. plus additional added features not specified by the OpenGPG standard.

    If the NSA does have a backdoor in Gnupg 1.5 that would be the first I know about it. Its possible, however the code is after all opensource. By meaning a backdoor, could you be more specific? I've never heard Werner Koch address these rumors. If you know a link I'll post the question on the gpg mailing list (and likely be taken to task by Robert Hansen --- however its always fun to bring up controversy!)

  8. #8
    Join Date
    Nov 2006
    Location
    40.31996,-80.607213
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How secure is GPG?

    I probably read about it on Slashdot awhile back (like that means anything...). I can't find any links to it, so it was probably just a rumor I read anyhow.
    "Security lies within the user of who runs the system. Think smart, live safe." - Dr Small
    Linux User #441960 | Wiki: DrSmall

  9. #9
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: How secure is GPG?

    Not that this is the best source -- I found it like the 4th link on Google: http://www.wilderssecurity.com/showthread.php?t=199105

    Its apparently related to PGP -- whole disk encryption -- and is really second or backup password. I'm not sure this counts as a backdoor, but some find it objectionable.

    Again GnuPG has no such mechanism.

  10. #10
    Join Date
    Oct 2008
    Beans
    1

    Re: [SOLVED] How secure is GPG?

    Use public keys every where

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •