Skip to content

A message encryption/description python program which use a master password to hide any message

Notifications You must be signed in to change notification settings

alextrandev/python_message_encryption

Repository files navigation

Python message encryption

  • A message encryption/description python program which use a master password to hide any message
  • This is the final assignment to Stanford Code in Place 2024 python course - Live page here

Functions:

  • Encrypt message using a master password
  • Decrypt the encrypted message using the original password
  • Friendly terminal prompt / interface

Technologies used

Languages:

  • Python

Libraries and frameworks:

Setup and usage

  • Clone the project: git clone https://github.com/alextrandev/python_message_encryption
  • Change working directory cd python_message_encryption
  • Run script in terminal python3 main.py make sure to have python version 3 installed before running the script

Screenshot

Homepage homepage screenshot

Sources

  • Stanford Code in Place Thank you Chris, Mehran, our section leader and the whole community for a wonderful python journey

About

A message encryption/description python program which use a master password to hide any message

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published