Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkgl0w/ncrypt-poc
MD5-CRYPT, SHA256-CRYPT and SHA512-CRYPT for Node.js (Proof of concept)
https://github.com/darkgl0w/ncrypt-poc
md5-crypt nodejs sha256-crypt sha512-crypt
Last synced: 6 days ago
JSON representation
MD5-CRYPT, SHA256-CRYPT and SHA512-CRYPT for Node.js (Proof of concept)
- Host: GitHub
- URL: https://github.com/darkgl0w/ncrypt-poc
- Owner: darkgl0w
- License: mit
- Created: 2022-01-01T12:49:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T16:59:43.000Z (over 1 year ago)
- Last Synced: 2024-10-29T10:22:19.666Z (about 2 months ago)
- Topics: md5-crypt, nodejs, sha256-crypt, sha512-crypt
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ncrypt (proof of concept)
MD5-CRYPT, SHA256-CRYPT and SHA512-CRYPT for Node.js.## Todo :
- [x] Implementation reference for `sha256-crypt` and `sha512-crypt`: https://akkadia.org/drepper/SHA-crypt.txt
- [ ] Implementation reference for `md5-crypt`: https://passlib.readthedocs.io/en/stable/lib/passlib.hash.md5_crypt.html#algorithm
- [ ] API documention
- [ ] Optimizations and benchmarking