ascii-encryption-python icon indicating copy to clipboard operation
ascii-encryption-python copied to clipboard

ASCII based encryption algorithm implemented in Python

Results 2 ascii-encryption-python issues
Sort by recently updated
recently updated
newest added

This improved version offers simple ASCII-based encryption and decryption functionalities, with recent improvements focused on key handling, error checking, and modulo operation. I've tried to keep the code as compact...

Made a class __crypt because en and de are two letters. Used randomness to make it less like a glorified Caeser Cipher.