An open API service indexing awesome lists of open source software.

https://github.com/imgovindjee/encryption-decryption-using-cipher-cryptography

Simple data encryption and decryption using AES Algorithm in Java swing. Users will put his hidden key that's the encrypt key alone with his/her message. Remote users only access the message by using first user key
https://github.com/imgovindjee/encryption-decryption-using-cipher-cryptography

aes-encryption cipher-algorithms encryption-decryption java java-8 javafx messagedialog-component swing-components swing-gui

Last synced: 8 days ago
JSON representation

Simple data encryption and decryption using AES Algorithm in Java swing. Users will put his hidden key that's the encrypt key alone with his/her message. Remote users only access the message by using first user key

Awesome Lists containing this project

README

        

# ALGORITHM-WORK-FLOW
**Encryption** is the process of translating plain text data (plaintext) into something that appears to be random and meaningless (ciphertext).
**Decryption** is the process of converting ciphertext back to plaintext

![secret-key](https://user-images.githubusercontent.com/17263976/47449703-1a170900-d7e5-11e8-8b1d-d8eb18cf5152.png)

## Application Interface
![Image](https://github.com/user-attachments/assets/4c6fca54-481c-4c7c-a8fc-cbbc22410018)

---
### What projectRepo is about?
- Did the project following the *AES Algorithm*
- It's desktop base application

### PREREQUISITIES
- **Java Development Kit (JDK)**: Make sure you have JDK installed on your system. You can download it from oracle.com
- **Swing Interface**: Helps in development of DestopBased Application