Skip to content

KochankovID/jwt_smithy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 JWT smithy

Simple cli tool for jwt keys generation


⬇️ Installation

🐍 PIP

pip install jwt_smithy

🍯 Poetry

poetry add jwt_smithy

🍰 How to use it

Generate rs256 keypair

smithy rsa

Generate ec256 keypair

smithy ecdsa

Generate sh256 key

smithy shmac

Show command list

smithy --help