Inspiration

MLH Security Hack Week

What it does

This program allows you to generate random passwords of a specified length, store passwords for different accounts, and retrieve passwords when needed. It uses a map to store the account name as the key and the password as the value. The program presents a simple menu-based interface for the user to choose different options.

How we built it

This is completely built in C++ programming language.

Challenges we ran into

This is a basic example and does not include advanced security measures like encryption or hashing. It's always recommended to use a secure and tested password manager for handling sensitive information.

Accomplishments that we're proud of

This is working as we are required to do. So this is a great achievement.

What we learned

Learned about making and coding the password generator and manager tool.

What's next for Password Generator and Manager

Built With

Share this project:

Updates