ED: Encryption - Decryption Description
This application aims to offer a simple interface for local text encryption and decryption using the AES256 algorithm.
Everything is done within the application to mitigate the need for permissions or internet. All functionalities are available without restrictions.
The inputs of the app can be either the plaintext or the cyphertext given by the user alongside a password for encryption or decryption. The output is the cyphertext or the plaintext.
The cyphertext is returned using the provided password and plaintext. The plaintext as an output is returned only if the decryption process is completed with no errors - both cyphertext and the associated decryption password were provided correctly.
Everything is done within the application to mitigate the need for permissions or internet. All functionalities are available without restrictions.
The inputs of the app can be either the plaintext or the cyphertext given by the user alongside a password for encryption or decryption. The output is the cyphertext or the plaintext.
The cyphertext is returned using the provided password and plaintext. The plaintext as an output is returned only if the decryption process is completed with no errors - both cyphertext and the associated decryption password were provided correctly.
Open up