Python Forum
Program to encrypt/decrypt file - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Program to encrypt/decrypt file (/thread-41127.html)



Program to encrypt/decrypt file - wildgenie7 - Nov-15-2023

I want to show you my first fully finished Python program, I am interested in cybersecurity and I wanted to learn some programming language and work in this field. Currently in the hackthebox course.
It was difficult to understand the encryption methods and what depends on what, I also used materials on the Internet to finish it.

Link to my GitHub: https://github.com/WildGenie7/kar_encryptor1.0

Thanks for feedback!


RE: Program to encrypt/decrypt file - brewer32 - Dec-04-2023

(Nov-15-2023, 10:48 AM)wildgenie7 Wrote: I want to show you my first fully finished Python program, I am interested in cybersecurity and I wanted to learn some programming language and work in this field. Currently in the hackthebox course.
It was difficult to understand the encryption methods and what depends on what, I also used materials on the Internet to finish it.

Link to my GitHub: https://github.com/WildGenie7/kar_encryptor1.0

Thanks for feedback!
I've faced similar challenges while diving into cybersecurity and programming to a website. To enhance your understanding of encryption, explore online courses like "Cryptography I" on Coursera by Stanford University. It clarifies encryption concepts and principles. Additionally, engage in practical challenges on platforms like OverTheWire to reinforce your skills gained from HackTheBox.


RE: Program to encrypt/decrypt file - EdwardMatthew - Dec-06-2023

Your dedication to cybersecurity and the completion of your first Python program is impressive! Your commitment to learning encryption methods is commendable, and I'm glad the information provided has been useful.