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

@fireguard/crypto-utils

v1.3.1

Published

Command line crypto utils

Downloads

5

Readme

Fireguard command line crypto utils

Install

npm install -g @fireguard/crypto-utils

Get available commands

crypto -h

Generate random password

Basic use

crypto pass

# Result
Password 1: K2O7%%79Yl0l1Z&t

Generate password with the length of 20 characters

crypto pass 20

# Result
Password 1: M?dMM0$+WoUnn%4H4s7j

Generate 3 passwords with the length of 20 characters

crypto pass 20 -r 3

# Result
Password 1: YLr#xK%1oPa%!dy&T0UU
---------------------------
Password 2: qQ%Xi2AU*Mbly882ppqb
---------------------------
Password 3: x5s%?7+HsQXokLWzhLZu
---------------------------

Generate password with setted criteria and 20 characters

crypto pass 20 -n 1 -s 2 -u 3 -l 4

# (-n) 1 Number character
# (-s) 2 Symbols characters
# (-u) 3 Uppercase characters
# (-l) 4 Lowercase characters

# Result
Password 1: XAxJXi&t0CUsm80v?Z*

Generate password with bcrypt salt and hash

crypto pass 20 --recovery

# Result
Password 1: s#b!yXSqL89:b+R:3vhp
Salt: $2b$10$UeQ898VPeLhqsgPza97pB.
Hash: $2b$10$UeQ898VPeLhqsgPza97pB.3kbOmUbiArHpV8RaVF8372p45CoIVxC

Generate password with bcrypt salt with 12 interactions and hash

crypto pass 20 --recovery --salts 12

# Result
Password 1: B!OGAM:V&vi!N033OSRa
Salt: $2b$12$cRLJ1sVdej3nE/DLIphTDO
Hash: $2b$12$cRLJ1sVdej3nE/DLIphTDOqQpT045XYUh7eEsy5RMmSGOGoY3UPRW

Generate 4 passwords with bcrypt salt with 12 interactions and hash

crypto pass 20 --recovery --salts 12 -r 4

# Result
Password 1: 6xV34&ntAjU#9qRN@%is
Salt: $2b$12$NEkzUOi3MTJdyQHRtp0Utu
Hash: $2b$12$NEkzUOi3MTJdyQHRtp0UtuMi4Nw8ue9tPB.Lu.Qg/1KHszrwjphYu
---------------------------
Password 2: oau1uVU&k&@gjx6y*POE
Salt: $2b$12$26WiAoPzpXPRKDzlYorBHe
Hash: $2b$12$26WiAoPzpXPRKDzlYorBHeTKQXsqCGS4DY6jVm6zB/I2/ydqPgLPa
---------------------------
Password 3: H#3IRHD2%q7fwHCRIjBe
Salt: $2b$12$Id9eqaejsH1UoE8fzc85gO
Hash: $2b$12$Id9eqaejsH1UoE8fzc85gOcBHXtrftkvVjT9swhgfwzkFMAi7OZ3u
---------------------------
Password 4: Z%?gj78+qwv5PHKJ+izV
Salt: $2b$12$yCCAiySRFUfraD3gA8y1D.
Hash: $2b$12$yCCAiySRFUfraD3gA8y1D.Q5U3OBeXDd45OH56uhlHZhQNuEjvrpC
---------------------------

Manager OTP flow

Autenticator ( Google Authenticator )

Generate secret

crypto authenticator

# Result
Secret: BAHUYURJJA7F6EJ5IFME2QAQG4

# Generate with 36 bytes for secret
crypto authenticator -b 36

# Result
Secret: KISHKJQWIRESICYNCFCSOGBDFMDHIJJ7JMFQWDJJKY3HO6IKPYRSQ7KLDM

Generate code for secret

crypto authenticator BAHUYURJJA7F6EJ5IFME2QAQG4

# Result
Code: 207855

# Generate code for 8 digits
crypto authenticator BAHUYURJJA7F6EJ5IFME2QAQG4 -d 8

# Result
Code: 39771567

Validate code for secret and code

crypto authenticator BAHUYURJJA7F6EJ5IFME2QAQG4 -c 946523

# Result
Result: VALID

# For invalid code
crypto authenticator BAHUYURJJA7F6EJ5IFME2QAQG4 -c 0

# Result
Result: INVALID

TOtp

Generate code for secret

crypto totp BAHUYURJJA7F6EJ5IFME2QAQG4

# Result
Code: 034919

# Generate code for 8 digits
crypto totp BAHUYURJJA7F6EJ5IFME2QAQG4 -d 8

# Result
Code: 42915957

Validate code for secret and code

crypto totp BAHUYURJJA7F6EJ5IFME2QAQG4 -c 698844

# Result
Result: VALID

# For invalid code
crypto totp BAHUYURJJA7F6EJ5IFME2QAQG4 -c 0

# Result
Result: INVALID

Generate deterministic token

Basic use

crypto token 5f3a9c89db3c5f7c32bc6463

# Result
Token: NDY3M2RjM2E0NmJkOGUzYmU4YjU4NmIzODQ1N2FlMGRkMDk0OGEyODZjODA4MDk2OTIwZTY5ZmIzOTViYjU4ZQ==

# Validate token
crypto token -t NDY3M2RjM2E0NmJkOGUzYmU4YjU4NmIzODQ1N2FlMGRkMDk0OGEyODZjODA4MDk2OTIwZTY5ZmIzOTViYjU4ZQ== 5f3a9c89db3c5f7c32bc6463

# Result
Result: VALID

Basic set multiples params

crypto token 5f3a9c89db3c5f7c32bc6463 5dee6e906ef1a32011d7c34d EMAIL 2

# Result
Token: Mjg0YjAzM2JiNTg0MDA2Mzc0MTQ2MDVkNTZkZjM2NTBkM2I2MGE2NGEyMzMyMmRmMDQ5M2VlNjE2YWE2YWM2Yg==

# Validate token
crypto token -t Mjg0YjAzM2JiNTg0MDA2Mzc0MTQ2MDVkNTZkZjM2NTBkM2I2MGE2NGEyMzMyMmRmMDQ5M2VlNjE2YWE2YWM2Yg== 5f3a9c89db3c5f7c32bc6463 5dee6e906ef1a32011d7c34d EMAIL 2

# Result
Result: VALID

Set hash Algorithm

Avaliable algorithms: sha1, mdc2, ripemd160, sha224, sha256, sha384, sha512, md4, md5 Default algorithm: sha256

crypto token 5f3a9c89db3c5f7c32bc6463 -a sha1

# Result
Token: NDk2MWY2NTk5NjAxYzcxODA4NDQ5NDAyMmUzMjVmODlmN2NlNGFiNQ==
crypto token 5f3a9c89db3c5f7c32bc6463 -a sha512

# Result
ODEyMTJiNTg1ZjNkZDg2OGJmMGNlYmFjYTk0YTYwOTdmYTViZmYxYTM3MmUyYTAxMjA0YjBmMzU2NDI1M2ViODBiZTY1ZjA2OTQyMjc5ODAzOWViYTI4MmNjMzUwMGI4NDE3OGQ2YmZlMzRhOGVkYzQ0ZmY0OGM2MDAxMzgyZmU=

Encrypt string

Basic use

crypto encrypt STRING_TO_ENCRYPT

# Result
Key: 8843d7f92416211de9ebb963ff4ce281
Encrypted: 88o7ZDO4xWt/NtXohApy1avoG07hyw==

Encrypt with pre-existing key

crypto encrypt -k 8843d7f92416211de9ebb963ff4ce281 STRING_TO_ENCRYPT

# Result
Key: 8843d7f92416211de9ebb963ff4ce281
Encrypted: uixkAR5r+cNiHTHJYWhqxd5L+ZCqsw==

Decrypt string

Basic use

crypto decrypt -k 8843d7f92416211de9ebb963ff4ce281 uixkAR5r+cNiHTHJYWhqxd5L+ZCqsw==

# Result
Decrypted: STRING_TO_ENCRYPT