https://github.com/devdavidkarlsson/standardpasswordencoder_js
Porting the StandardPasswordEncoder from Java to NodeJS
https://github.com/devdavidkarlsson/standardpasswordencoder_js
Last synced: about 1 year ago
JSON representation
Porting the StandardPasswordEncoder from Java to NodeJS
- Host: GitHub
- URL: https://github.com/devdavidkarlsson/standardpasswordencoder_js
- Owner: devdavidkarlsson
- Created: 2016-08-10T07:04:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T16:35:01.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T17:30:15.641Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 6.46 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StandardPasswordEncoder_JS
Porting the StandardPasswordEncoder from Java to NodeJS
## To run the verification execute:
make build
make run
(note sometimes the nodejs seem to fail due to this: https://stackoverflow.com/questions/22042657/error-invalid-hex-string)