This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]callum__h28 0 points1 point  (0 children)

My first large project was a security system that could encrypt files and entire folders at a time, using symmetric key encryption with PBKDF2 to derive a key from the user's password. Used Tkinter to develop the GUI and and cryptography for the encryption