simple password hashing with support for salt, secret pepper, and brute-force salt
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a Node.js library for securely hashing and verifying passwords, designed for web developers who need to implement robust authentication systems. It provides features like configurable work factors, secret pepper for added security, and automatic password hash updates when security parameters improve. The library is particularly useful for applications requiring strong password protection against brute-force attacks while maintaining good user experience through adjustable hashing complexity.