Skip to content

0x1347/create-jwt-encrypted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted JSON web token by python

simple creation of Encrypted JSON web token by python

Getting Started

  1. Create both private and the public keys to use it for signing the token and encrypting it
openssl genrsa -out privatekey.pem 4096
openssl rsa -in privatekey.pem -out publickey.pem -pubout -outform PEM
  1. Create virtual environment
python3 -m venv venv
  1. install dependencies
pip install -r requirements.txt

Prerequisites

The things you need before installing the software.

  • python3

Usage

A few examples of useful commands and/or tasks.

python app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages