Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. 14 gpg --list-keys
  2. 15 gpg --list-secret-keys
  3. 16 gpg --export --armor --output key-ali-pub.asc
  4. 17 ls -l
  5. 18 cat key-ali-pub.asc
  6. 19 gpg --export --output key-ali-pub.gpg
  7. 20 file key-ali-pub.*
  8. 21 cat key-ali-pub.gpg
  9. 22 cp key-ali-pub.asc /tmp
  10. 23 gpg --encrypt --output message.txt.asc --armor
  11. 24 ls -l
  12. 25 cat message.txt.asc
  13. 26 gpg --decrypt --output message.txt message.txt.asc
  14. 27 cat message.txt
  15. 28 history
  16. 29 ls /tmp
  17. 30 cp /tmp/key-rim-pub.asc
  18. 31 cp /tmp/key-rim-pub.asc /
  19. 32 gpg --version
  20. 33 ls
  21. 34 pwd
  22. 35 cp /tmp/key-rim-pub.asc /home/ali/
  23. 36 ls
  24. 37 gpg --import key-rim-pub.asc
  25. 38 ls
  26. 39 gpg --import key-rim-pub.asc
  27. 40 nano Fali.txt
  28. 41 gpg --encrypt Fali.txt --output Fali.txt.gpg
  29. 42 ls
  30. 43 gpg --encrypt Fali.txt --output Fali.txt.gpg
  31. 44 gpg --encrypt --output Fali.txt.gpg
  32. 45 gpg --encrypt --output Fali.txt.gpg --recipient rim@gmail.com
  33. 46 ls
  34. 47 rm -r Fali.txt.gpg
  35. 48 ls
  36. 49 gpg --encrypt --output Fali.txt.gpg --recipient rim@gmail.com Fali.txt
  37. 50 ls
  38. 51 cp Fali.txt.gpg /tmp
  39. 52 ls /tmp
  40. 53 cp Frim.txt.gpg /home/ali
  41. 54 cp /tmp/Frim.txt.gpg /home/ali
  42. 55 ls
  43. 56 gpg --decrypt --output Frim.txt.gpg
  44. 57 ls
  45. 58 gpg --decrypt --output Frim.txt Frim.txt.gpg
  46. 59 ls
  47. 60 cat Frim.txt
  48. 61 history
  49. 62 ls /tmp
  50. 63 cp Frim.txt.sig /home/ali
  51. 64 cp /tmp/Frim.txt.sig /home/ali
  52. 65 ls
  53. 66 cat Frim.txt
  54. 67 cp /tmp/Frim2.txt.sig /home/ali
  55. 68 cat Frim2.txt
  56. 69 ls
  57. 70 gpg --decrypt --output Frim.txt Frim.txt.gpg
  58. 71 gpg --output Frim2.txt --decrypt Frim2.txt.sig
  59. 72 history
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement