Skip to content

This is a simple python script that encrypts and decrypts user inputs using an algorithm that shuffles the alphabet to use as the encryption key.

Notifications You must be signed in to change notification settings

MadeByParker/Cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Python Encryption

This is a simple python script that encrypts and decrypts user inputs using the an algorithm that shuffles the alphabet to use as the encryption key.

Usage

To run the scripy, run the following command:

- python cryptography.py 

Imports

The following imports are used in the script:

- import random
- import time
- import sys

About

This is a simple python script that encrypts and decrypts user inputs using an algorithm that shuffles the alphabet to use as the encryption key.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages