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:13] – 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: |
| - | * [[linux: | + | * Generate |
| - | * Use it for [[https://docs.ansible.com/ansible/ | + | head -c50 /dev/urandom | base64 |
| + | </code> | ||
| + | ---- | ||
| + | ====Formatted for / | ||
| + | * [[linux: | ||
| + | * sha-512:< | ||
| + | mkpasswd --method=sha-512 | ||
| + | </ | ||
| + | * yescrypt:< | ||
| + | mkpasswd --method=yescrypt | ||
| + | </ | ||
| + | * **openssl**: | ||
| + | * sha-512:< | ||
| + | openssl passwd -6 | ||
| + | </ | ||
| + | * **python3**: | ||
| + | * sha-512:< | ||
| + | python3 -c ' | ||
| + | </ | ||
| ---- | ---- | ||
| =====Password Managers===== | =====Password Managers===== | ||
| - | * [[linux: | + | * [[linux: |
| - | * https:// | + | * [[linux: |
| - | * https:// | + | * [[linux:security:keyring|Linux Keyring]] - Stores passwords |
| - | * [[linux: | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| + | ---- | ||
security/passwords.1636499638.txt.gz · Last modified: by chuck
