This project was an attempt to encrypt short text file using AES encyption in a Python script and decode it in Java. I needed the encrypted file to also remain in plaintext and I need to store the key ...
A command-line tool that encrypts any file using AES-256-GCM (authenticated encryption), transfers it between two devices over a raw TCP socket, and decrypts it on the receiving end — verifying ...