security:passwords
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| security:passwords [2021/11/09 23:55] – chuck | security:passwords [2021/11/10 11:41] (current) – chuck | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| =====Password Generation===== | =====Password Generation===== | ||
| + | |||
| + | ====General Usage==== | ||
| * [[linux: | * [[linux: | ||
| - | * [[linux: | + | * [[linux: |
| + | * Generate password using '' | ||
| + | head -c50 / | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| ====Formatted for / | ====Formatted for / | ||
| Line 16: | Line 23: | ||
| mkpasswd --method=yescrypt | mkpasswd --method=yescrypt | ||
| </ | </ | ||
| - | * openssl: | + | |
| * sha-512:< | * sha-512:< | ||
| openssl passwd -6 | openssl passwd -6 | ||
| </ | </ | ||
| - | * python3: | + | |
| * sha-512:< | * sha-512:< | ||
| python3 -c ' | python3 -c ' | ||
| Line 28: | Line 35: | ||
| =====Password Managers===== | =====Password Managers===== | ||
| - | * [[linux: | + | * [[linux: |
| * [[linux: | * [[linux: | ||
| - | + | | |
| - | ---- | + | |
| - | + | ||
| - | =====Password Storage===== | + | |
| - | | + | |
| ---- | ---- | ||
security/passwords.1636502117.txt.gz · Last modified: by chuck
