README.md
Keyring for PalmOS

Copyright 1999-2002 by Martin Pool
Copyright 2001-2003 by Jochen Hoenicke

http://gnukeyring.sourceforge.net/

Keyring lets you securely store secret keys and confidential
information on a PalmOS handheld computer. This information might
include: computer account passwords, credit card numbers, GnuPG or PGP
passphrases, SKey one-time-pads, or phone banking keywords.

Keyring is Free Software, so you can inspect it to satisfy
yourself of its security, modify it to meet your needs, and share it
with your friends.

Records are encrypted using the well-trusted DES3 algorithm on a
master password. For your convenience, the keyring can stay unlocked
for a time after you enter your master password. You can configure
this behaviour through the "Preferences" command. Keyring
attempts to overwrite memory containing sensitive data after use.

When you need to set a password, Keyring can generate a random
password of specified length, optionally including letters, numbers or
symbols. Alternatively you can set "pronounceable", which will generate
a vaguely pronounceable lower-case password of the appropriate length.
Note that this produces a less secure password than the same length password
generated from random lower-case letters; however it does conform to the
FIPS 181 Automated Password Generator Standard (see fips181.txt).

For more details, see

http://gnukeyring.sourceforge.net/

$Id: README,v 1.10 2003/01/29 18:05:56 hoenicke Exp $