Skip to content

Command Line Password Manager using OpenSSL, implemented in C.

License

Notifications You must be signed in to change notification settings

navaz-alani/passwd-man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passwd-man: A Command Line Password Manager

CodeFactor Build Status

pman is a command line utility to manage credentials. It is available for MacOS and is yet to be tested on Linux.

Requirements

  • python3 and pip3. This is necessary to interact with the system's clipboard.
  • A C compiler; default is clang. To change this, set the desired compiler in the Makefile.

Building the Program

In order to build passwd-man, cd into the project folder and run make build. This will produce an executable called passwd-man.

Adding the project directory to the system $PATH variable will allow the user to call the program from any directory.

Once the program has been built, the user may run it by running ./passwd-man in the project directory, or just passwd-man if the previous step has been done.

About

Command Line Password Manager using OpenSSL, implemented in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published