Password hashing using native node crypto library
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Hashifier is a lightweight Node.js wrapper for the native crypto library, providing password hashing using PBKDF2. It's designed for developers building applications that require secure password storage and verification, offering configurable options for iterations, algorithms, and encoding. The library returns promises for both hashing and comparison operations, making it suitable for modern Node.js applications.