Advertisement
Guest User

gen key

a guest
Apr 4th, 2017
986
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. naris@naris-VirtualBox:~$ gpg --full-gen-key
  2. gpg (GnuPG) 2.1.15; Copyright (C) 2016 Free Software Foundation, Inc.
  3. This is free software: you are free to change and redistribute it.
  4. There is NO WARRANTY, to the extent permitted by law.
  5.  
  6. Please select what kind of key you want:
  7. (1) RSA and RSA (default)
  8. (2) DSA and Elgamal
  9. (3) DSA (sign only)
  10. (4) RSA (sign only)
  11. Your selection? 2
  12. DSA keys may be between 1024 and 3072 bits long.
  13. What keysize do you want? (2048) 1024
  14. Requested keysize is 1024 bits
  15. Please specify how long the key should be valid.
  16. 0 = key does not expire
  17. <n> = key expires in n days
  18. <n>w = key expires in n weeks
  19. <n>m = key expires in n months
  20. <n>y = key expires in n years
  21. Key is valid for? (0) 3m
  22. Key expires at Selasa 04 Jul 2017 06:29:06 MYT
  23. Is this correct? (y/N) y
  24.  
  25. GnuPG needs to construct a user ID to identify your key.
  26.  
  27. Real name: naris
  28. Email address: narispillai@gmail.com
  29. Comment: thisisnarisfile
  30. You selected this USER-ID:
  31. "naris (thisisnarisfile) <narispillai@gmail.com>"
  32.  
  33. Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
  34. We need to generate a lot of random bytes. It is a good idea to perform
  35. some other action (type on the keyboard, move the mouse, utilize the
  36. disks) during the prime generation; this gives the random number
  37. generator a better chance to gain enough entropy.
  38. We need to generate a lot of random bytes. It is a good idea to perform
  39. some other action (type on the keyboard, move the mouse, utilize the
  40. disks) during the prime generation; this gives the random number
  41. generator a better chance to gain enough entropy.
  42. gpg: key 428421D42114E27F marked as ultimately trusted
  43. gpg: revocation certificate stored as '/home/naris/.gnupg/openpgp-revocs.d/FD4C60EA836CD85DD1D46708428421D42114E27F.rev'
  44. public and secret key created and signed.
  45.  
  46. pub dsa1024 2017-04-04 [SC] [expires: 2017-07-03]
  47. FD4C60EA836CD85DD1D46708428421D42114E27F
  48. uid naris (thisisnarisfile) <narispillai@gmail.com>
  49. sub elg1024 2017-04-04 [E] [expires: 2017-07-03]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement