1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
aa39ad3413
[#6] Add optional separator to XKCD passwords
Squashed commit of the following:

commit ef74c84e5b4826c2c58012cd4b0ea975d1dd7260
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Dec 1 13:09:53 2019 +0100

    Minor cleamup

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 0b57aa8c8abb2fd118c71fdfd8d51cb707861821
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Dec 1 13:09:17 2019 +0100

    [#6] Add optional separator to XKCD passwords

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-12-01 13:10:20 +01:00
b96871ff8d
Fix: Broken versioned import path
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-02-28 20:18:41 +01:00
eed2ae8b08
Breaking: Password v2.0.0 (#5)
- Fix broken vendoring for library users (closes #4)
	- Move command to `cmd/password` subdir
- Drop support for Alfred workflow
- Add support for Go 1.11+ modules
2019-02-28 19:51:33 +01:00
8985ecda87
Add ability to check the passwords against HIBP database
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-01-31 23:42:42 +01:00
cb3fd042e1
Add XKCD style password generator
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-10-31 12:10:24 +01:00
86571c7758 Fix: Blacklisted characters were not excluded from passwords 2015-05-10 19:05:34 +02:00
f612ebaceb Fixed godoc 2015-05-03 10:42:45 +02:00
a88d718ed3 Added test for password generation 2015-05-03 10:38:40 +02:00
fe235ab869 Moved error handling for short passwords to library 2015-05-03 10:38:14 +02:00
e1dac833df Added additional insecure password test 2015-05-02 16:13:17 +02:00
d452f7d297 Ensure the passwords are taken literally 2015-05-02 16:10:58 +02:00
8896698ac2 Initial running version 2015-05-02 15:03:27 +02:00