summaryrefslogtreecommitdiff
path: root/system/tpm/README
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2015-12-31 07:31:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-31 07:31:19 +0700
commit7eb4938e406081ad61353b0102c2873170ebe583 (patch)
tree1ba681439f21b5e33797071620bb49d765c62981 /system/tpm/README
parent8f5b8e75a4de36437edd15c0c128a3a9b7f28ed5 (diff)
downloadslackbuilds-7eb4938e406081ad61353b0102c2873170ebe583.tar.gz
system/tpm: Added (Tiny password manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tpm/README')
-rw-r--r--system/tpm/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/tpm/README b/system/tpm/README
new file mode 100644
index 0000000000..bf33a835d0
--- /dev/null
+++ b/system/tpm/README
@@ -0,0 +1,9 @@
+tpm is a tiny shell script which is heavily inspired and largely compatible with pass.
+Just like pass it uses gpg2 to securely store your passwords, the major difference
+between pass and tpm is that the latter is a lot more minimal. Furthermore, tpm is
+written entirely in POSIX shell.
+
+Invoking tpm consists of specifying a command either insert or show and supplying one
+entry as a target. If insert is specified as a command tpm will create a new entry and
+prompt for the corresponding password. If you specify show as a command tpm will write
+the password for the given entry to standard output.