Skip to content

theo-kirby/geometric-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometric-Encryption

MIT License Language Python

This project implements basic encryption techniques to encode and visualize text data using python3

Run Locally

Clone the project

  git clone https://github.com/theo-kirby/geometric-encryption

Go to the project directory

  cd geometric-encryption

Install dependencies

  pip3 install -r Resources/requirements.txt

Encrypt (p.csv) -> (c.csv)

python3 Encrypt.py -i p.csv -o c.csv

Decrypt (c.csv) -> (p.csv)

python3 Decrypt.py

Screenshots

App Screenshot App Screenshot

About

python3 for text encryption and visualization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages