Blackhat
Today a new movie came out, _Blackhat_, directed by Michael Mann. Being a huge Mann fan -- I've seen every movie he ever directed, yes, even _The Keep_ -- I saw it tonight. The good news: GnuPG gets namedropped in it. Twice. :) The bad news: it's Mann's worst film, yes, even worse than _The Keep_. No matter what you do, do not try and think logically during this film. Logic will only betray you. smime.p7s Description: S/MIME Cryptographic Signature ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
gpg-bash-lib - parsing gpg's --status-fd - feedback desired - was: Is there a shell script or bash library for parsing gpg's --status-fd output?
Hi, apparently something like gpg-bash-lib didn't exist. Created one: https://github.com/Whonix/gpg-bash-lib Could you leave some feedback please? Main code file: https://github.com/Whonix/gpg-bash-lib/blob/master/usr/lib/gpg-bash-lib/modules.d/50_common No usage instructions yet, see unit test: https://github.com/Whonix/gpg-bash-lib/blob/master/usr/lib/gpg-bash-lib/unit_test Specifically, does my status-fd parsing code look sane? https://github.com/Whonix/gpg-bash-lib/blob/0fc7a02b35f9580502daccf46692988b55961a23/usr/lib/gpg-bash-lib/modules.d/50_common#L172 Anyone else interested to contribute? Cheers, Patrick ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: relationship between primary keys and subkeys
On Jan 16, 2015, at 7:56 AM, Salih Kardan wrote: > > Hi everyone, > > I have two simple questions about subkey mechanism. I search gnupg > documentations and mailing list, but could not find answers to my questions. > I would be so glad, if someone can answer below questions. > > 1) Is it possible to create a subkey of a subkey ? No. Primary keys own/parent subkeys. There is no nesting beyond that. > 2) What are the trust implications between a parent key and a child key? Is > it "Ultimate Trust"? How can we confirm this? Or is this something for us to > determine/interpret? It's not really something that needs interpretation or calculation. Essentially you trust a subkey exactly the same way you trust the parent key for that subkey. The interpretation and calculation is done for the parent key. David ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users
relationship between primary keys and subkeys
Hi everyone, I have two simple questions about subkey mechanism. I search gnupg documentations and mailing list, but could not find answers to my questions. I would be so glad, if someone can answer below questions. 1) Is it possible to create a subkey of a subkey ? 2) What are the trust implications between a parent key and a child key? Is it "Ultimate Trust"? How can we confirm this? Or is this something for us to determine/interpret? Thanks in advance. Salih ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users