ASCII based encryption algorithm implemented in Python
-
Updated
Nov 20, 2023 - Python
ASCII based encryption algorithm implemented in Python
This Python script demonstrates a simple ASCII-based encryption algorithm. It converts alphabetic characters to their ASCII numerical values, applies a secret number for encryption, and allows decryption using the same secret number.
Add a description, image, and links to the ascii-encryption-python topic page so that developers can more easily learn about it.
To associate your repository with the ascii-encryption-python topic, visit your repo's landing page and select "manage topics."