Guest User

Untitled

a guest
Jun 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. Overview of Needed Activities
  2.  
  3. * a collection of Activities for seamless integration with other apps
  4. o act transparently via Intents and returned data
  5. o only pop UI if user-action is needed (password, choose key, etc)
  6. o sign/validate emails
  7. o encrypt/decrypt emails
  8. o sign/validate files
  9. o encrypt/decrypt files
  10. o show trust level
  11. o generate private key first time
  12. o sign OpenPGP keys to certify their validity
  13.  
  14. A list of gnupg features roughly grouped by potential Activity screen:
  15.  
  16. * private key view
  17. o assume single private key
  18. o should detailed info on scrollable page
  19. o include QRCode of fingerprint?
  20. o publish public key with sigs to keyserver
  21.  
  22. * key manager view
  23. o list of public keys
  24. o view sigs, trust level, etc.
  25. o select key to sign, etc.
  26. o sync local keyring with keyservers
  27.  
  28. * public key view
  29. o view certification signatures for any key
  30. o option to sign this key
  31.  
  32. * signing activity
  33. o QR code display/scanning for keysigning exchanges
  34. o display randomart image of fingerprint for keysigning exchanges
  35. o allow easy QR scanning
  36. o lsign (local-only unexportable) OpenPGP keys
  37. o publish certification signatures to keyservers
  38. o email certification signatures to key owner
  39.  
  40. * searching and downloading keys
  41. o if no key in keyring, prompt to search for key
  42. o preference to automatically search for less privacy concerned users
  43. o search/download public keys from keyservers
  44.  
  45. * contacts integration
  46. o what does Google sync from custom fields?
  47. o show key verification status
  48. o show trust level
  49. o clickable link into GPG for signing, detail view
Add Comment
Please, Sign In to add comment