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:51] – chuck | security:passwords [2021/11/10 11:41] (current) – chuck | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Passwords====== | ======Passwords====== | ||
| Password things. | Password things. | ||
| - | |||
| - | ---- | ||
| - | =====Password Storage===== | ||
| - | * [[linux: | ||
| ---- | ---- | ||
| =====Password Generation===== | =====Password Generation===== | ||
| + | |||
| + | ====General Usage==== | ||
| * [[linux: | * [[linux: | ||
| - | * [[linux: | + | * [[linux: |
| + | * Generate password using '' | ||
| + | head -c50 / | ||
| + | </ | ||
| - | ====/ | + | ---- |
| - | * [[linux: | + | |
| - | * openssl:< | + | ====Formatted for / |
| + | * [[linux: | ||
| + | * sha-512:< | ||
| + | mkpasswd --method=sha-512 | ||
| + | </ | ||
| + | * yescrypt:< | ||
| + | mkpasswd --method=yescrypt | ||
| + | </ | ||
| + | | ||
| + | * sha-512:<code bash> | ||
| openssl passwd -6 | openssl passwd -6 | ||
| </ | </ | ||
| - | * python3:< | + | |
| + | * sha-512:<code bash> | ||
| python3 -c ' | python3 -c ' | ||
| </ | </ | ||
| Line 24: | Line 35: | ||
| =====Password Managers===== | =====Password Managers===== | ||
| - | * [[linux: | + | * [[linux: |
| * [[linux: | * [[linux: | ||
| + | * [[linux: | ||
| + | ---- | ||
security/passwords.1636501860.txt.gz · Last modified: by chuck
