Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. hw12203:/Users/alopresto/Workspace/scratch (master) alopresto
  2. ๐Ÿ”“ 14s @ 15:49:46 $ echo "This is a test" > sign.txt
  3. hw12203:/Users/alopresto/Workspace/scratch (master) alopresto
  4. ๐Ÿ”“ 11s @ 15:52:30 $ gpg --sign sign.txt
  5. hw12203:/Users/alopresto/Workspace/scratch (master) alopresto
  6. ๐Ÿ”“ 60s @ 15:53:22 $ xxd sign.txt.gpg
  7. 0000000: a301 014d 02b2 fd90 0d03 000a 013c 6ef6 ...M.........<n.
  8. 0000010: 5b2f 7def 6901 ac1d 6208 7369 676e 2e74 [/}.i...b.sign.t
  9. 0000020: 7874 5882 a322 5468 6973 2069 7320 6120 xtX.."This is a
  10. 0000030: 7465 7374 0a89 021c 0400 010a 0006 0502 test............
  11. ...
  12. 0000250: 1999 83c9 ....
  13. hw12203:/Users/alopresto/Workspace/scratch (master) alopresto
  14. ๐Ÿ”“ 100s @ 15:54:11 $ gpg --verify -vvv sign.txt.gpg
  15. gpg: using character set `utf-8'
  16. :compressed packet: algo=1
  17. :onepass_sig packet: keyid 3C6EF65B2F7DEF69
  18. version 3, sigclass 0x00, digest 10, pubkey 1, last=1
  19. :literal data packet:
  20. mode b (62), created 1484956450, name="sign.txt",
  21. raw data: 15 bytes
  22. gpg: original file name='sign.txt'
  23. :signature packet: algo 1, keyid 3C6EF65B2F7DEF69
  24. version 4, created 1484956450, md5len 0, sigclass 0x00
  25. digest algo 10, begin of digest 98 8e
  26. hashed subpkt 2 len 4 (sig created 2017-01-20)
  27. subpkt 16 len 8 (issuer key ID 3C6EF65B2F7DEF69)
  28. data: [4092 bits]
  29. gpg: Signature made Fri Jan 20 15:54:10 2017 PST using RSA key ID 2F7DEF69
  30. gpg: using PGP trust model
  31. gpg: key 00D026C4: accepted as trusted key
  32. gpg: key 51BF2B79: accepted as trusted key
  33. gpg: key 2F7DEF69: accepted as trusted key
  34. gpg: Good signature from "Andy LoPresto <alopresto@apache.org>" [ultimate]
  35. gpg: aka "Andy LoPresto <alopresto.apache@gmail.com>" [ultimate]
  36. gpg: binary signature, digest algorithm SHA512
  37. hw12203:/Users/alopresto/Workspace/scratch (master) alopresto
  38. ๐Ÿ”“ 10s @ 15:54:22 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement