npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

securedhash

v1.1.0

Published

SH (Secured Hash) is a combination of multiple hasing processes being merged into one.

Downloads

78

Maintainers

inferno265inferno265

Keywords

hashed_securityhash_functionsecure_hashcrypto_hashhash_algorithmhashingencrypted_hashdata_hashsecure_checksumhashed_datahash_keydata_integrityhash_codehash_valuecrypto_checksumhash_protocoldata_hashingsecurity_hashencrypted_checksumhash_methodsecure_digesthashing_algorithmcrypto_digesthash_safetyintegrity_hashhash_securitydigital_hashsecure_codehash_algorithm_securityhash_verificationcrypto_hashinghashed_integritychecksum_securitysecure_hashinghashed_protocolhash_checkerdata_security_hashcrypto_securitysecure_data_hashhash_cipherintegrity_checksumhash_guardsecure_hash_codecrypto_security_hashhashed_security_checkhash_digitalintegrity_checkhash_encryptiondata_hash_checksecure_hash_functioncrypto_hash_functionhash_protectiondata_protection_hashhash_digest_algorithmsecure_hash_digestcrypto_hash_codesecure_integrityhash_safeguarddata_hash_algorithmhash_validationsecure_code_hashencrypted_hash_functionhash_protectorintegrity_hashingdata_hash_valuecrypto_hashing_algorithmhashed_protectionhash_security_protocolhash_validatorsecure_hashing_algorithmhash_secureencrypted_hash_valuesecure_checksum_hashdata_checksum_hashcrypto_secure_hashhash_integrity_checksecure_hash_protectionhashed_integrity_checkhash_encrypteddata_hash_protectioncrypto_integrity_hashhash_algorithm_checksecure_hash_valuehash_encryption_algorithmdata_security_hashingintegrity_hash_valuecrypto_checksum_hashsecure_hash_validatorhash_algorithm_protectionencrypted_integrity_hashdata_security_checksumsecure_hash_checkhash_function_securityhash_encrypted_valuecrypto_hash_protectionintegrity_protection_hashsecure_hash_checkerdata_protection_checksumhashed_security_valuehash_function_integrity

Readme

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

GitHub

Leaks and decryption processes

If anyone finds leaks, please contact me at [email protected]