Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.01 KB

File metadata and controls

45 lines (31 loc) · 1.01 KB

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.