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
- Host: GitHub
- URL: https://github.com/rishabhsingh2510/basic-cryptography
- Owner: RishabhSingh2510
- Created: 2023-08-22T17:10:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T17:24:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T23:14:35.657Z (over 1 year ago)
- Topics: cipher, cryptography, decoding, encoding, python, tkinter, user-interface
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.