Syrux64 / file-encryption-javafx

0 stars 0 forks source link

Filecrypt

A JavaFX application for file encryption and decryption. It utilizes the XOR operation, where each byte of the data is combined with a single-byte key through the XOR process.

Application

Screenshot 2024-11-03 at 5 47 46 PM

Python Approach

We recommend checking out Encryption-Decryption-Tool, which offers similar functionality with Python code.

Improvising areas