An open API service indexing awesome lists of open source software.

https://github.com/rishabhsingh2510/basic-cryptography

Cryptography
https://github.com/rishabhsingh2510/basic-cryptography

cipher cryptography decoding encoding python tkinter user-interface

Last synced: about 1 year ago
JSON representation

Cryptography

Awesome Lists containing this project

README

          

# Basic-cryptography
It uses basic cryptography method i.e Substitution Cipher.
This encodes the text based on a certain numer of shifts and mainly uses ASCII values and decodes the text based on same shift.
THIS ENCRYPTS AND DECRYPTS ONLY DIGITS AND ALPHABETS.
To use this you just have to import the files to the same location and can run on any pyhton3 supported compiler.