1.1.0 • Published 11 months ago
securedhash v1.1.0
Secured Hash
Secured Hash is made out of many hashing processes.
Usage
Firstly, install Secured Hash using npm
npm install securedhash
Next, make a .js (javascript) file.
Learn from Documentation on how to use it.
Documentation (API Knowledge)
Requiring library
const { hashPassword, hashUsername } = require('securedhash');
Hashing password
async function hashPassword(password)
-> function hashPassword(password: string): Promise
Hashes a password using bcrypt.
@param password
— The password to hash.
@returns — - The hashed password
The same thing happens with hashing usernames.
Authors
Leaks and decryption processes
If anyone finds leaks, please contact me at m3ci3k@gmail.com