Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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