This is a simple password encryption program made from python that encrypts the word 'password' and then decrypts it.
I was inspired by today's challenge for LHD: Build(Day 4).
It encrypt the word 'password' and then decrypts it back to the original word.
I built it from python, using a tutorial.
The main problem was that I didn't know how to do it at first. I found a tutorial that taught me how to do it.
I'm proud that I figured out how to encrypt and decrypt a password using python.
I learned how to use python to encrypt and decrypt a password
The next thing for my Python Password Encryption program is to make it where you can input a password you want to encrypt or decrypt.

