DEV Community

Cover image for Day 6 – Simple Note Encryption / Decryption Tool
momina raheel (Moona)
momina raheel (Moona)

Posted on

Day 6 – Simple Note Encryption / Decryption Tool

Day 6 of my 90-Day Python Scripts for Beginners series!

This small project shows how to:

  • Encrypt a note with a password
  • Save it to a file
  • Decrypt it later using the same password
  • Practice functions, loops, file handling, and base64 encoding

Check out the code on GitHub:

https://github.com/shadowMomina/day6_note_encryption_tool

What other mini-projects would you like to see next? 🙂

Top comments (0)