A File encryption manager built in rust! This manager also has a local data base to store local users and user logs! This project is built on the iced gui frame work
I want to try and experiment with a database to simulate an actual app with userdata so in the future maybe i can host this project.
Clone the project
git clone https://github.com/notn0xys/FEMcryptGo to the project directory
cd FEMcrypt_v2Start the Project
Cargo runWhat did you learn while building this project? What challenges did you face and how did you overcome them?
I learnt alot with the iced framework and how to use widgets and design gui. This project also teach me about core rust mechanics aswell.