19 lines
897 B
Plaintext
19 lines
897 B
Plaintext
|
- password generator utility/library
|
||
|
-- incorporate with https://github.com/tredoe/osutil ?
|
||
|
-- cli flag to dump flat hashes too
|
||
|
--- https://github.com/hlandau/passlib
|
||
|
|
||
|
- unit tests
|
||
|
|
||
|
- constants/vars for errors
|
||
|
|
||
|
- func and struct to return segregated system-level env vars vs. user env vars (mostly usable on windows) (see envs/.TODO.go.UNFINISHED)
|
||
|
|
||
|
- validator for windows usernames, domains, etc. (for *NIX, https://unix.stackexchange.com/a/435120/284004)
|
||
|
-- https://docs.microsoft.com/en-us/troubleshoot/windows-server/identity/naming-conventions-for-computer-domain-site-ou
|
||
|
-- https://support.microsoft.com/en-us/topic/2dc5c4b9-0881-2e0a-48df-f120493a2d3e
|
||
|
-- https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/-2000-server/cc959336(v=technet.10)?redirectedfrom=MSDN
|
||
|
-- https://stackoverflow.com/questions/33078854/what-is-the-regex-for-windows-domain-username-in-c
|
||
|
|
||
|
- finish net
|