Skip to content

some0necoding/pwman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWM4N

Overview

Pwman (pronounced pi-double-u-man) is a command line password manager written in C. Its simpler purpose is to store user's accounts and passwords in encrypted format, in order to improve user's security. To do that it uses gpg asymmetric encryption.

Installation

$ autoconf --install
$ ./configure 
$ make && sudo make install

And to run:

$ pwman

Note that gpgme needs to be installed on your system for pwman to run (it's usually installed by default).

Lincense

This project is licensed under the terms of the GPL license.