diff options
Diffstat (limited to 'system/tpm/README')
-rw-r--r-- | system/tpm/README | 9 |
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. |