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
- Host: GitHub
- URL: https://github.com/imgovindjee/encryption-decryption-using-cipher-cryptography
- Owner: imgovindjee
- Created: 2025-04-15T17:39:21.000Z (11 days ago)
- Default Branch: master
- Last Pushed: 2025-04-15T17:54:38.000Z (11 days ago)
- Last Synced: 2025-04-15T18:47:31.933Z (11 days ago)
- Topics: aes-encryption, cipher-algorithms, encryption-decryption, java, java-8, javafx, messagedialog-component, swing-components, swing-gui
- Language: Java
- Homepage:
- Size: 5.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## Application Interface
---
### 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