This AES Calculator Using CTR Mode and PKCS#5 is a simple application that makes it easy to encrypt and decrypt your private data, such as photos, videos, and other documents without sacrificing ability to browse through them. This AES calculator uses standard AES-128, 192, or 256 bit encryption decryption. When you open this calculator, you will be asked to browse some files and locate the output file.
Working best at Java SDK version 1.8.
- Open and run
AES-CTR.jar
. - Choose the file you want encrypt or decrypt by using the first
Browse...
button to select the input file to upload. - Choose the file that contains key by using the second
Browse...
button to select the input file to upload. - After that, you have to choose path location for your output file - a file encryption or decryption result.
- Finally, choose the operation you want to do,
Encrypt!
orDecrypt!
button, depending on whether you want the input file to be encrypted or decrypted.