Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-17 00:19:47 +00:00
parent b18a761896
commit aa594e72af
88 changed files with 444 additions and 114 deletions

View File

@@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
`echo "{{password}}" | argon2 "{{salt_text}}" -{{d|i|id}}`
- Display the output hash without additional information:
- Display the output [e]ncoded hash without additional information:
`echo "{{password}}" | argon2 "{{salt_text}}" -e`