Skip to content

4dawit/quickcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickcrypt

Simple CLI tool to quickly sanity check d/encrypted values

Example Usage

View if JWT is valid and its contents:

quickcrypt view jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiIiLCJpYXQiOjE3NTkxODcxMjcsImV4cCI6MTc5MDcyMzEyNywiYXVkIjoicXVpY2tjcnlwdCIsInN1YiI6ImV4YW1wbGUiLCJkb2NzIjoiTWFkZSB5b3UgbG9vayEifQ.kCPGDD0Zvf9sTPalvvPanCJDEOGt8DUPRByJY89bRFQ

Create JWT from stringified json:

quickcrypt create jwt '{"iss":"","iat":1759187127,"exp":1790723127,"aud":"quickcrypt","sub":"example"}'

Supported Cryptographic Operations

  • JWT
  • UUID
  • Argon2
  • SHA256
  • SHA512
  • Base64
  • PEM
  • RSA
  • AES

Installation

brew install quickcrypt 

or

curl -L https://github.com/dawitalemu4/quickcrypt/releases/download/v1.0.0/quickcrypt_1.0.0_windows_x86_64.zip

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License - see the LICENSE.txt.

About

Simple CLI tool to quickly sanity check d/encrypted values (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors