Table of Contents
This project was developed as part of the curriculum for Programming Language Design & Implementation during the fall 2023 semester. Please note that this project was built for learning purposes and is not intended to be used with live credentials.
To get a local copy up and running follow these steps.
Read Go's documentation on how to install it for your operating system.
Clone the repo:
git clone https://github.com/gradyl16/password-manager.git
Run the program:
go run main.go
List all entries:
Enter a command (l/a/r/x): l
Site User Password
google.com bob password
blah.com me password
example.com dylen 123456
Add an entry:
Enter a command (l/a/r/x): a
Enter site, user, password (separated by spaces): example.com johndoe v3rySafe
Remove an entry:
Enter a command (l/a/r/x): r
Enter site and user to remove (separated by a space): example.com johndoe
Dylen Greenenwald - [email protected]
Project Link: https://github.com/gradyl16/password-manager