Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 885 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 885 Bytes

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