ByteCrypt is a simple file encryption and decryption tool built with C# and MetroFramework.
It is designed for Windows and provides a dark-themed user interface to secure your files with AES encryption.
⚠️ Note: This project is in its early stage. The app works fine and files won’t be corrupted, but the user interface is still basic and rough.
- 🔒 Encrypt files with a
.byteextension. - 🔓 Decrypt
.bytefiles back to their original format. - 🖥️ Simple Metro Design UI (basic layout, early stage).
- 🪟 Fully Windows-compatible.
- 🔑 Password-protected AES encryption (default password:
BYTEISSUPERCUTE!).
- Windows OS
- .NET Framework 4.8 or higher
- Visual Studio 2019/2022 (or any C# IDE)
Optional: MetroFramework can be installed for development purposes to modify or improve the UI.
👉 MetroFramework NuGet package
For full installation and setup instructions, please visit the ByteCrypt Wiki.
It includes detailed steps for downloading, extracting, and running the application.
To learn more about the MetroFramework UI used in ByteCrypt, check out the official documentation:
👉 MetroFramework Documentation
This project is released under the MIT License. See LICENSE for details.
