orbea 1a4e397c44 system/tpm: Update script. 3 년 전
..
README 1a4e397c44 system/tpm: Update script. 3 년 전
slack-desc 7b14b0fd02 multiple added 8 년 전
tpm.SlackBuild 1a4e397c44 system/tpm: Update script. 3 년 전
tpm.info 30e9b4d69a system/tpm: Upgraded to 1.3.3. 4 년 전

README

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.