Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 572 Bytes

File metadata and controls

15 lines (10 loc) · 572 Bytes

About the Project:

A simple Java application that uses the AES (Advanced Encryption Standard) algorithm to encrypt text or decrypt it back to its original, meaningful form.

Features:

  • Implements the AES algorithm, one of the most secure encryption methods, for protecting sensitive or classified information.

  • Supports messages of any length.

  • Allows users to choose between encrypting or decrypting a message.

  • Features a user-friendly GUI for a smooth and intuitive experience.

  • Provides an easy way to copy the generated encrypted text for use elsewhere.