Inspiration

As a part of the LHD: Build Day-4 challenge to write a code to encrypt your password.

What it does

It encrypts passwords.

How we built it

-> Using Python's pcrypt module -> Importing pcrypt module to encrypt passwords and importing getpass module to get a password from user input in hidden mode.

Accomplishments that we're proud of

We can successfully encrypt our password using these few lines of code.

What we learned

Learned how to encrypt the password using Python's pcyrpt module.

Built With

Share this project:

Updates