A simple authentication token manager

mlaine 24dc5bb171 head -> dd 7 лет назад
Makefile 24dc5bb171 head -> dd 7 лет назад
README.md 95d513ff99 ignore xsel -c errors in console 7 лет назад
atm 24dc5bb171 head -> dd 7 лет назад
atm.1 b994502e30 cleaning 7 лет назад

README.md

atm

atm is a simple authentication token manager written in (hopefully portable) sh. It encrypts passwords and other tokens with the user's gpg-key, stores them in a directory tree and allows the retrieval of tokens to either stdout or X selection. If no value is provided for the token, the manager will create a random value using /dev/urandom.

The features of atm depend on gpg(1), tree(1) and xsel(1x).

To install, edit the Makefile to match your system and run make install with appropriate privileges. Run make uninstall to uninstall.