veggiedefender / pyc-secret-lab

Home Page:https://blog.jse.li/posts/pyc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyc-secret-lab

This is a short exercise to go along with the blog post.

decrypt.py contains an encrypted message. Try to decode it by finding the secret key in this repository!

Setup

You will need the cryptography module, which you can install by running:

pip install cryptography

About

https://blog.jse.li/posts/pyc/


Languages

Language:Python 100.0%