A simple authentication token manager

mlaine d984fe4783 mvt() bugfix преди 8 години
Makefile d733366c82 drop local преди 8 години
README.md 6f71e6f808 info преди 8 години
atm c9eb33c608 mvt() bugfix преди 8 години
atm.1 b48fd75631 cleaning преди 8 години

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 gpg2-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 gpg2(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.