There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A key based password hashing algorithm (NPM Package) to encrypt & decrypt strings in NodeJS applications. Designed to hide strings from the client side. I just wanted to find out how the two-way hashing algorithms work behind the scene so I just made my little version of it but it is also used for security purposes now in my NodeJS applications through NPM registry.