handbook/tools/3.Web-Hacking/2.Cryptography/2.Encryption-and-Encoding/Create-Hash/OpenSSL.md

8 lines
240 B
Markdown
Raw Normal View History

2024-08-30 23:07:22 +00:00
## 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