Skip to content
/ DES-RSA Public

Basic GUI app for Data Encryption Standard. CE372

Notifications You must be signed in to change notification settings

0xDVC/DES-RSA

Repository files navigation

DES GUI IMPLEMENTATION

This project is a simple implementation of the DES algorithm using JavaFX for the GUI. The project is a simple implementation of the DES algorithm and is not intended for production use. The project is intended for educational purposes only, tailored for CE372 Cryptography Lab work

DES GUI

Encryption

Decryption

PROJECT STRUCTURE

├── java
│   ├── com
│   │   └── dvc
│   │       └── des_gui
│   │           └── des
│   │               ├── DESApplication.java
│   │               ├── controllers
│   │               │   ├── DESController.java
│   │               │   ├── DecryptionController.java
│   │               │   └── EncryptionController.java
│   │               └── core
│   │                   └── DES.java
│   │                   
│   └── module-info.java
└── resources
    ├── MANIFEST.MF
    └── com
        └── dvc
            └── des_gui
                └── des
                    ├── decryption.fxml
                    ├── encryption.fxml
                    └── main.fxml

About

Basic GUI app for Data Encryption Standard. CE372

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages