gopass.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html lang="eng">
  3. <head>
  4. <title>Gopass Man Page</title>
  5. </head>
  6. <BODY><PRE>
  7. AUTH(1) User Commands AUTH(1)
  8. <B>NAME</B>
  9. gopass - Create and manage passwords
  10. <B>SYNOPSIS</B>
  11. <B>gopass </B>[<I>--cipher blowfish|md5</I>] [<I>--file filename</I>] [<I>--password password</I>]
  12. realm username roles...
  13. <B>DESCRIPTION</B>
  14. The gopass program creates authentication passwords for GoAhead in the
  15. nominated authentication configuration file. GoAhead uses the same
  16. authorization file and format for Basic, Digest and web-form authenti-
  17. cation. This simplifies administration.
  18. gopass --file auth.conf --password pass1 example.com joshua admin-
  19. istrator buyer
  20. To calculate the passwword only, omit the "--file" option and the pass-
  21. word will be displayed to the standard output.
  22. gopass --password pass1 example.com joshua administrator buyer
  23. <B>OPTIONS</B>
  24. <B>--cipher blowfish|md5</B>
  25. Specifies the cipher to use to hash the password. Default is
  26. blowfish. Blowfish is substantially more secure. MD5 must be
  27. used for digest authentication.
  28. <B>--password password</B>
  29. Specifies a password to use to for the user.
  30. <B>--file filename</B>
  31. Update the specified password configuration file.
  32. <B>DESCRIPTION</B>
  33. The gopass program is used to create and manage user passwords. GoA-
  34. head uses the same authorization file and format for Basic, Digest and
  35. Post authentication stores. This simplifies administration.
  36. <B>REPORTING BUGS</B>
  37. Report bugs to dev@embedthis.com.
  38. <B>COPYRIGHT</B>
  39. Copyright (C) Embedthis Software.
  40. <B>SEE ALSO</B>
  41. auth February 2014 AUTH(1)
  42. </PRE></BODY>
  43. </html>