raj-tyagi/Secure-Encrypt
SecureEncrypt is a Python-based project demonstrating the use of AES (Advanced Encryption Standard) and DES (Data Encryption Standard) encryption algorithms to secure data. This project leverages the pycryptodome library to provide robust encryption and decryption functionalities.
PythonMIT