A simple authentication token manager

mlaine d984fe4783 mvt() bugfix 8 anni fa
Makefile d733366c82 drop local 8 anni fa
README.md 6f71e6f808 info 8 anni fa
atm c9eb33c608 mvt() bugfix 8 anni fa
atm.1 b48fd75631 cleaning 8 anni fa

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.