Sample Header Ad - 728x90

Verifying a hashed salted password that uses yescrypt algorithm

7 votes
1 answer
8490 views
In order to verify a password hash we can use openssl passwd as shown below and explained here
passwd $HASHING-ALGORITHM -salt j9T$F31F/jItUvvjOv6IBFNea/ $CLEAR-TEXT-PASSWORD
However, this will work only for the following algorithm: md5, crypt, apr1, aixmd5, SHA-256, SHA-512 How to calculate the hashing password, from bash or python or nodeJS for a $CLEAR-TEXT-PASSWORD, with salt using yescrypt ?
Asked by MasterOfTheHouse (195 rep)
Jun 27, 2022, 12:43 PM
Last activity: Jan 25, 2024, 09:16 PM