Java SWING version of Universal Password Manager.
Copyright © 2005-2013 Adrian Smith
Universal Password Manager is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Universal Password Manager is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Universal Password Manager; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Overview
Features
Support
Internationalization
Roadmap
History
Universal Password Manager (UPM) allows you to store usernames, passwords, URLs,
and generic notes in an encrypted database protected by one master password.
There are several open source password managers available so what makes UPM
different? It’s three strongest features are…
it’s simplicity - it provides a small number of very strong features with no
clutter.
cross platform - UPM runs on Android, Windows, Mac OS X and Linux.
database syncing - This feature allows your to keep you database in sync
across several PCs/devices using either Dropbox or a HTTP location.
.Small, fast and lean
.Uses AES for database encryption
.Database sync across multiple PCs/devices
.Written in Java/SWING
.Android, Windows and Mac OS X native feeling versions available
.Fast account searching
.Streamlined for those who are more comfortable using the keyboard only
A full set of instructions is available at,
http://upm.sourceforge.net/upm_swing_userguide.html.
A support forum is available at,
http://sourceforge.net/projects/upm/support.
UPM supports multiple languages. For each language a separate resource bundle
file is included. UPM includes resource bundles for
.Native Linux distributions (RPM, DEB)
04-Feb-2019 : Version 1.15.1
20-Mar-2016 : Version 1.14
25-Feb-2014 : Version 1.13
05-Jun-2013 : Version 1.12
08-Apr-2013 : Version 1.11
30-Mar-2013 : Version 1.10
28-Oct-2012 : Version 1.9
23-Jan-2012 : Version 1.8
15-Oct-2011 : Version 1.7
01-Feb-2011 : Version 1.6.1
22-Jun-2010 : Version 1.6
31-Dec-2006 : Version 1.5
27-Nov-2006 : Version 1.4
23-Sep-2006 : Version 1.3
The primary purpose of this release is the introduction of AES database encryption.
Changes
09-Sep-2006 : Version 1.2
This is primarily a bug fix release.
Bugs Fixed
[1551461] - Database sync problem on Mac
Other Changes
22-Sep-2006 : Version 1.1
This release has one major new feature, database sharing. This feature allows you to have one database that can be accessed from many machines.
21-Dec-2005 : Version 1.0
This is first stable release of UPM. It’s a bugfix release only and has no functional differences to version 1.0b1. Databases created with 1.0b1 are fully compatible with 1.0.
Bugs Fixed
[1375407] - Possible to change account name to existing account name
[1375397] - Possible to add duplicate account when account name filtered
[1375390] - Incorrect items listed after an add when list is filtered
[1375385] - Error deleting last account in the listview
[1374280] - Wrong URL on About page
5-Dec-2005 : Version 1.0b1
First release.