Tree


Makefilecommits | blame
README.mdcommits | blame
plass*commits | blame
plass.1commits | blame

README.md

# plass -- manage passwords

plass is a password manager inspired by password-store, but
reimplemented with a smaller and (IMHO) cleaner interface.  It doesn't
have fancy trees nor colors in the output; the absence of these is
considered a feature.

In addition, plass uses got(1) to manage the password store (but can
be easily patched to use git(1).)

At the moment plass is completely compatible with pass, the same gpg2
commands are used to decrypt and encrypt the passwords entries.  In
the future, I'd like to switch the encryption tool to either signify
or age.


## Usage

See `perldoc plass`.


## License

plass is free software distributed under the ISC license

	Copyright (c) 2022 Omar Polo

	Permission to use, copy, modify, and distribute this software for any
	purpose with or without fee is hereby granted, provided that the above
	copyright notice and this permission notice appear in all copies.

	THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
	WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
	MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
	ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
	WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
	ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
	OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.