/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.

Primary LanguagePythonMIT LicenseMIT

No issues in this repository yet.