ADDED HEADER Index: HEADER ================================================================== --- HEADER +++ HEADER @@ -0,0 +1,8 @@ + @@UTIL@@ @@VERS@@ + +Release information: + pkg: @@UTIL@@ version @@VERS@@ + url: http://www.rkeene.org/devel/@@UTIL@@-@@VERS@@.tar.gz + date: @@DATE@@ +-------------------------------------------------------------------------- + ADDED README.md Index: README.md ================================================================== --- README.md +++ README.md @@ -0,0 +1,23 @@ +All I see are stars +=================== + +About +----- +The "hunter2" password manager is a simple script-oriented password +manager. You request that passwords be stored by a given identifier and +then later retrieve them with that identifier. + +Passwords are encrypted using your public RSA key and can be decrypted +with your private RSA key. Currently only keys stored on hardware +security modules (such as smartcards, TPMs, etc) are supported. + +Passwords may be shared among users of the same database and anyone who +can decrypt the password may add additional users be able to access the +password. + +Passwords are stored in a simple SQLite3 DB. AES-128 is used to encrypt +the passwords and RSA is used to encrypt the AES key. + +Demo +---- + Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -22,11 +22,11 @@ # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL} # @@VERS@@ becomes the utility version # @@DATE@@ becomes the current date -DOCS="README" +DOCS="README.md" DOC_HDR="HEADER" # These files follow the same convention as DOCS, but don't have the header # tacked onto them. UPDATE_VARS=""