/cryptography_demo

Examples of encryption for LaunchCode

Primary LanguagePython

Encryption Demo

The following code is for educational purposed only. Do not relight on this code to encrypt sensitive data.

Vigenere

vigenere.py implements a Vigenere cipher.

XOR

xor.py implements XOR cipher.

RSA

rsa.py implements a basic RSA style cipher.