No project description provided
Project description
Simple Cipher Program
This program encrypts any input text into machine code. That's it lol
To use it...
from Cipher import *
key = 42
original_text = input("You: ")
cipher = Cipher(key)
encrypted_text = cipher.simple_xor_encrypt(original_text)
decrypted_text = cipher.simple_xor_decrypt(encrypted_text)
print("Encrypted text:", encrypted_text)
print("Decrypted text:", decrypted_text)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CipherProgram-0.0.4.tar.gz
(2.8 kB
view details)
File details
Details for the file CipherProgram-0.0.4.tar.gz
.
File metadata
- Download URL: CipherProgram-0.0.4.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ffc5cf6b8840b59dd99abdb4cc087d551005473f5b47ede24e77d505e69080c |
|
MD5 | 57554115b77d0f2088998aebca74d14c |
|
BLAKE2b-256 | cc6877c411e2d4c854656b1da58070d153cde822f915c3d933bebcd654103cc0 |