Blob


1 # plass -- manage passwords
3 plass is a password manager inspired by password-store, but
4 reimplemented with a smaller and (IMHO) cleaner interface. It doesn't
5 have fancy trees nor colors in the output; the absence of these is
6 considered a feature.
8 In addition, plass uses got(1) to manage the password store (but can
9 be easily patched to use git(1).)
11 At the moment plass is completely compatible with pass, the same gpg2
12 commands are used to decrypt and encrypt the passwords entries. In
13 the future, I'd like to switch the encryption tool to either signify
14 or age.
17 ## Usage
19 See `perldoc plass`.
22 ## License
24 plass is free software distributed under the ISC license
26 Copyright (c) 2022 Omar Polo
28 Permission to use, copy, modify, and distribute this software for any
29 purpose with or without fee is hereby granted, provided that the above
30 copyright notice and this permission notice appear in all copies.
32 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
33 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
34 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
35 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
37 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
38 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.