README.asciidoc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. = Next-Eeze
  2. Client for Nextcloud Passwords.
  3. Next-Eeze (Ident-I-Eeze for Nextcloud) can
  4. * download passwords from Nextcloud instance,
  5. * list entries (Label/Username)
  6. * show entry
  7. Only server-side encryption is supported. Client-side encryption is not supported.
  8. == Security precautions
  9. * credentials and all passwords are encrypted with master password before storing on disk
  10. * no information is kept in memory longer than needed
  11. ==== TODO
  12. * guard secrets in memory
  13. == Agent
  14. Next-Eeze can use Next-Eeze-Agent to remeber master password.
  15. So far only running agent is used to get password. Next-Eeze cannot start the agent nor give it the password.
  16. == Usage
  17. ```
  18. Usage of next-eeze:
  19. -C Config
  20. -i in Config: set server, username, password (initialise)
  21. -r in Config: reëncrypt (change master password)
  22. -G Get
  23. -l filter Get by label (default "")
  24. -s filter Get by url (service/server) (default "")
  25. -u filter Get by username (default "")
  26. -f show full entry in Get, instead of just username/password
  27. -p show just password in Get
  28. -L List
  29. -S Sync
  30. ```