Keyring - Easy password management

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • D/\SH
    Owner - Staff

    • Feb 07
    • 31777
    • TP, TP2, soon Hero
    • 6.5
    • SPJ

    #1

    Keyring - Easy password management

    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 clipboard.

    Keyring is released under the GPLv3.

    It's available in the Homebrew Gallery. Source is on GitHub, 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.




    Homepage: Keyring for webOS

    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 clipboard 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:
    Code:
    http://forums.precentral.net/homebrew-apps/201944-keyring-easy-password-management.html
    Last edited by D/\SH; October 03, 2009, 11:07 PM.
  • D/\SH
    Owner - Staff

    • Feb 07
    • 31777
    • TP, TP2, soon Hero
    • 6.5
    • SPJ

    #2
    Re: Keyring - Easy password management

    updated with newest version

    Comment

    Working...