schmidmt / cryptography_demo

Examples of encryption for LaunchCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Examples of encryption for LaunchCode


Languages

Language:Python 100.0%