Generate hashes:
POST
•
/api/hash/:algorithm
params:
algorithm
bcrypt | argon2
body structure:
plain
string
Compare hashes:
POST
•
/api/validate/:algorithm
params:
algorithm
bcrypt | argon2
body structure:
plain
string
hash
string
Made with ❤️ by
Simon Schwedes
•
Home
•
Api reference