Simple ASCII Encryption and Decryption Tool
This is a simple tool play with ASCII to encrypt or decrypt input text. Wrote this for a demo purpose and fun. How to “Encryption”? -> Start with a plaintext character, followed by the ascii value in hex of the next character. The code is kind of self-explain and there… Read moreSimple ASCII Encryption and Decryption Tool