/fuzzy-enigma-encryption

Number theory and encryption tinkering

Primary LanguagePython

fuzzy-enigma-encryption

Number theory and encryption tinkering

RSA script forked from BasselTech

  • Dependecies: pip install rsa

Virtual Environment

python3 -m venv .venv
ls .venv/bin/
. .venv/bin/activate