The document describes a Java program that implements the AES encryption algorithm. The program takes a string as input, encrypts it using AES with a secret key, then decrypts the encrypted string back to the original. The program is tested by encrypting and decrypting a sample URL string.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
146 views3 pages
(EX4) PDF
The document describes a Java program that implements the AES encryption algorithm. The program takes a string as input, encrypts it using AES with a secret key, then decrypts the encrypted string back to the original. The program is tested by encrypting and decrypting a sample URL string.