handbook/tools/3.Web-Hacking/2.Cryptography/2.Encryption-and-Encoding/Create-Hash/OpenSSL.md
2024-08-31 01:07:22 +02:00

8 lines
240 B
Markdown

## General commands
```Terminal
openssl passwd -1 -salt [salt] [password]
```
- -salt ---> Define that the hash contain salt
- `[salt]` ---> salt to include in the hash
- `[password]` ---> Password to encrypt