https://github.com/pushpabrol/ssha512test
https://github.com/pushpabrol/ssha512test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pushpabrol/ssha512test
- Owner: pushpabrol
- Created: 2019-10-08T03:42:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T03:57:25.000Z (over 6 years ago)
- Last Synced: 2025-01-19T04:34:09.965Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demonstration
### Shows how with salted sha 512 password the salt can be extracted from the password hash and be used to verify a password provided
- Look at the file `index.js`
- It contains a passwordHash and a password
- The file lib.js contains functions neededd to test this
- To run the sample clone this repo
- Run `npm install` & `node index.js`