ascii-encryption-python
There are 3 repositories under ascii-encryption-python topic.
Kalebu/ascii-encryption-python
ASCII based encryption algorithm implemented in Python
KalyanM45/Python-ASCII-Encryption
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.
codyverse/basex64
A simple cryptographic tool for storing data in distributed version control systems like Git.