An open API service indexing awesome lists of open source software.

https://github.com/pushpabrol/ssha512test


https://github.com/pushpabrol/ssha512test

Last synced: over 1 year ago
JSON representation

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`