Skip to content

This is an symmetric encryption algorithm. It is a more glorified version of a substitution cipher. However, some substitutions are added that do not correspond to a letter to try and confuse anyone trying to break the cipher

License

Notifications You must be signed in to change notification settings

FHArchive/Python.SymEncryptorV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python.SymEncryptorV2

This is an symmetric encryption algorithm. It is a more glorified version of a substitution cipher. However, some substitutions are added that do not correspond to a letter to try and confuse anyone trying to break the cipher

Language information

Built for

This program has been written for Python 3 and has been tested with
Python version 3.7.0 https://www.python.org/downloads/release/python-370/ on a Windows 10 PC.

Other versions

To install Python, go to https://www.python.org/ and download the latest version.

How to run

  1. Download or clone this GitHub repository
  2. (If downloaded) Extract the zip archive
  3. Open the .py file in IDLE
  4. Run by pressing F5 or by selecting Run> Run Module

About

This is an symmetric encryption algorithm. It is a more glorified version of a substitution cipher. However, some substitutions are added that do not correspond to a letter to try and confuse anyone trying to break the cipher

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages