linex_hash
v2.0.1
Published
A custom hash function library with salt, iterations, and XOR operations
Downloads
51
Readme
Linex Hash
Linex Hash is a library that implements a custom hashing function with support for salt, iterations, and XOR operations. It is designed for creating strong hashes, encrypting data, and other use cases that require unique hashing functions.
Installation
To install Linex Hash, use the following npm command:
npm install linex_hash