RedTeam
3.Web-Hacking
2.Cryptography
2.Encryption-and-Encoding
Create-Hash
Openssl

General commands

openssl passwd -1 -salt [salt] [password]
  • -salt ---> Define that the hash contain salt
  • [salt] ---> salt to include in the hash
  • [password] ---> Password to encrypt