Log in

View Full Version : Palm WebOs Keyring - Easy password management


D/\SH
09-19-2009, 12:40 PM
Version 0.0.4 - Released 2009-09-29

Keyring for webOS stores your account information securely, so you don't have to rely on your memory, or on little scraps of paper. Sensitive data are encrypted using the Blowfish algorithm, and protected by a master password. Supports import/export to URL, file or cliwckedoard.

Keyring is released under the GPLv3.

It's available in the Homebrew Gallery (http://www.precentral.net/homebrew-apps/keyring). Source is on GitHub (http://github.com/krid/keyring/tree/master), bugtracker coming soon.

If you have problems, check the help scene. If you see a "Show Errors" link near the top, click it, then send me an email describing the problem and include the errors that are displayed.

Version 0.0.4 - 2009-09-29
- Fixed a bug in the db upgrader
- Fixed a few import/export bugs
- Added error display to the help scene for user debugging
- Fixed an edge case bug where a password might not be hidden after a timeout.

Version 0.0.3 - 2009-09-27
- Added import/export
- Fixed numerous bugs
- Look and feel cleanup
- Changed internal db format, and added db upgrade logic

Version 0.0.2 - 2009-09-08 - Fixed a couple bugs:
- Generated passwords didn't get put into the db properly (doh!).
- Changed values in focused fields were lost on timeout-initiated scene pop.

http://otisbean.com/keyring/item-list.png http://otisbean.com/keyring/item-view.png
http://otisbean.com/keyring/backup.png http://otisbean.com/keyring/prefs.png

Homepage: Keyring for webOS (http://otisbean.com/keyring/)

Upcoming Features


Better look & feel, maybe even some icons.
(If you have graphics skills you want to share, please contact me, I have none)
Multiple key/item types: Secure memo, Credit card, etc.
Optional autocomplete for usernames
Easy copy to cliwckedoard for username or password.
A way to open the URL in the browser.
A way to access Keyring data on your computer.
A last-modified date to the entire db.
Ability to use the password generator on its own.
Option to require password at launch (to protect the title list).



originally found here:
http://forums.precentral.net/homebrew-apps/201944-keyring-easy-password-management.html

D/\SH
10-04-2009, 12:07 AM
updated with newest version