Skip to content

PoC proving support for RSA-OAEP algorithm in pyjwt

Notifications You must be signed in to change notification settings

gchamon/pyjwt-oaep-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyjwt-oaep-poc

PoC proving support for OAEP in pyjwt

Requirements

  • pipenv
  • chromium (headless)

Setting up

pipenv install

Running the PoC

Execute the backend with

pipenv run backend.py

Then login with the client with

pipenv run client.py

When asked, the username is user and password is pass.

The token is printed on the console. Use https://jwt.io/ to double check that the algorithm RSA-OAEP is correctly being decoded.

Considerations

About

PoC proving support for RSA-OAEP algorithm in pyjwt

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages