https://github.com/dymoo/dhash
Using sha512 with a random salt to generate a safe password hashing algo.
https://github.com/dymoo/dhash
Last synced: 22 days ago
JSON representation
Using sha512 with a random salt to generate a safe password hashing algo.
- Host: GitHub
- URL: https://github.com/dymoo/dhash
- Owner: dymoo
- Created: 2021-03-25T11:57:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T12:16:19.000Z (over 5 years ago)
- Last Synced: 2023-12-26T18:22:16.936Z (over 2 years ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dylan-hash (dhash)
Using sha512 with a random salt to generate a safe password hashing algo.
This code is as non blocking as I can get it in node but probably shouldnt be used in production as I dont really know what I'm doing.
I imagine this is how bcrypt and argon like hashes work but idk 🤷♂️