Inspiration
I built a morse code convertor recently and after that i was wondering if i could also build an app which can encrypt any text into multiple encryption options.
What it does
It takes a text and output the encrypted version in a .txt file while also displaying it in the app for you
How I built it
I used the Tkinter module to build the gui and used the cryptography module from fernet to do the encryption part, for the morse code and ceasar's cipher i created them and imported it into the main.py. Then after i packaged the files into an .exe file using pyinstaller.
Challenges we ran into
The biggest challenge was building the website to display the project because i had done some web development but not seriously so the website was the hardest. There were some roadblocks but all went smoothly at the end
Accomplishments that I'm proud of
This is the first time I'm participating in hackathon so I'm proud of myself aswell, but also being able to make such an accomplishment alone makes me proud
What I learn't
I learnt alot about html css and python. And also how .exe files work and how to create them from a python file
What's next for Encryption Software
Hopefully in the future i move it the cloud and also make it into a website application, maybe add more encryption capabilities
Log in or sign up for Devpost to join the conversation.