Skip to content

A command line program for managing passwords written in Java

License

Notifications You must be signed in to change notification settings

KDesp73/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager

A command line program for managing passwords written in Java, with the use of Microsoft Access Database.

Functionality

  1. Register
  2. Login / Logout
  3. Add / Delete / Edit records
  4. Sort
  5. Search
  6. List all saved passwords
  7. Delete account

Dependencies

<dependencies>
    <dependency>
        <groupId>net.sf.ucanaccess</groupId>
        <artifactId>ucanaccess</artifactId>
        <version>4.0.4</version>
    </dependency>
</dependencies>

Clone

git clone https://github.com/KDesp73/Java-Database-Methods

Contributing

Contributions are always welcome!

Please adhere to this project's code of conduct.

Authors

License

MIT

About

A command line program for managing passwords written in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages