Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 800 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 800 Bytes

Passwdm

A password manager that provides a simple command line interface to add, remove, and manage multiple passwords for various things.

Inclusions

The hashing and encryption/decryption performed by this program are done using code freely available under the GPL from PolarSSL (http://www.polarssl.org).

Dependencies

  • The GNU Readline Library (libreadline)

Contributing

This project was originally created to help me gain more experience in best practices, both in programming, and in open source projects. As such, I would like to code the main functionality of this project myself. However I am open to feature suggestions, and welcome pull-requests containing bug fixes and modifications that conform to best practice more than my original code.