MyPasswordSafe is a straight-forward, easy-to-use password manager that maintains compatibility with Password Safe files.
Be the first to post a text review of MyPasswordSafe. Rate and review a project by clicking thumbs up or thumbs down in the right column.
2004-08-12 16:13 nolan * Makefile: Added a test to see if PREFIX is defined 2004-08-01 23:04 nolan * src/: safedragobject.cpp, safedragobject.hpp: Initial version of the drag object; currently incomplete 2004-08-01 23:03 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, plaintextlizer.cpp, safelistview.cpp, safelistview.hpp, serializers.cpp: Did the first half of drag and drop support PlainTextLizer now stores everything in utf8, even the password Hopefully I fixed some bugs in serializers.cpp ---------------------------------------------------------------------- 2004-08-01 23:02 nolan * MyPasswordSafe.pro: Added safedragobject.?pp 2004-08-01 04:11 nolan * src/pwsafe/: BlowFish.cpp, BlowFish.h, sha1.cpp, sha1.h: Incorporated Peter Palfrader's patch for 64 bit cleanliness 2004-08-01 04:11 nolan * src/: mypasswordsafe.ui.h, safe.cpp, safelistview.cpp, safeserializer.cpp, securedstring.cpp, serializers.cpp: Incorporated Peter Palfrader's patch for 64 bit cleanliness BlowfishLizer only does ascii Fixed some bugs with BlowfishLizer When browsing for a safe to save, the user is prompted if the file exists 2004-08-01 04:10 nolan * doc/manual.html: Added Peter Palfrader to the credits 2004-07-30 19:03 nolan * src/: mypasswordsafe.ui.h, safelistview.cpp, safelistview.hpp: Made SafeListView::getSelectedItem returns SafeItem Updated mypasswordsafe.ui.h to reflect the change 2004-07-30 05:24 nolan * src/: aboutdlg.ui, manualdlg.ui, mypasswordsafe.ui, newpassphrasedlg.ui, passphrasedlg.ui, preferencesdlg.ui, pwordeditdlg.ui, startupdlgbase.ui: Removed the version attribute 2004-07-30 05:22 nolan * src/mypasswordsafe.ui.h: Fixed all the problems with locking 2004-07-30 05:22 nolan * release/Makefile: clean now works 2004-07-30 04:53 nolan * test/xmlserializer/: xmlserializertest.cpp, xmlserializertest.hpp, xmlserializertest.pro: Tested the fromXml methods 2004-07-30 04:53 nolan * src/: startupdlgbase.ui.h, xmlserializer.cpp, xmlserializer.hpp: Implemented XmlSerializer::safeGroupFromXml Indented startupdlgbase.ui.h 2004-07-30 04:09 nolan * release/Makefile: Removes tarballs and signatures 2004-07-29 22:59 nolan * release/Makefile: Added GPG signing 2004-07-29 19:42 nolan * MyPasswordSafe.pro: Checks if DEBUG is set in the environment 2004-07-29 19:11 nolan * release/Makefile: Modified so that it uses MyPasswordSafe-$(DATE) as the dir 2004-07-29 19:04 nolan * src/: attic.cpp, myutil.cpp, myutil.hpp, safe.cpp, safe.hpp: Moved some functions that aren't used from myutil.cpp to attic.cpp Using QFileInfo to get the files extension in safe.cpp 2004-07-29 03:01 nolan * test/safe/: safe.pro, safetest.cpp: Moved into oldtests 2004-07-29 03:01 nolan * test/myutil/: myutil.pro, myutiltest.cpp, myutiltest.hpp: Unit test for myutil.cpp 2004-07-29 03:01 nolan * test/main.cpp: main() for the unit tests 2004-07-29 03:01 nolan * src/: myutil.cpp, myutil.hpp, safe.cpp: Fixed some bugs uncovered in unit testing 2004-07-28 21:32 nolan * test/oldtests/: bigsafemaker.cpp, blowfish.cpp, build.txt, cbc.cpp, groups.cpp, securedstring.cpp, smartptr.cpp: Oldtests 2004-07-28 21:32 nolan * test/: bigsafemaker.cpp, build.txt, cbc.cpp, groups.cpp, smartptr.cpp: Moved them to oldtests 2004-07-28 19:00 nolan * src/: mypasswordsafe.ui.h, newpassphrasedlg.ui, newpassphrasedlg.ui.h, safe.cpp, safe.hpp, serializers.cpp: Fixed a bug in BlowfishLizer Removed the pass-phrase dialog from saveAs Changed how the ok button gets disabled in NewPassPhraseDlg Safe::save no longer takes a passphrase to save 2004-07-28 18:59 nolan * MyPasswordSafe.pro: [no log message] 2004-07-28 18:17 nolan * src/: mypasswordsafe.ui.h, myutil.cpp, myutil.hpp, plaintextlizer.cpp, plaintextlizer.hpp, pwordeditdlg.ui, pwordeditdlg.ui.h, safe.cpp, safe.hpp, safelistview.cpp, safelistview.hpp, safeserializer.cpp, serializers.cpp, serializers.hpp, xmlable.hpp, xmlserializer.cpp, xmlserializer.hpp: Safe is now a tree and has a new interface Serializers updated to use the new interface MyPasswordSafe updated SafeListView updated MVC communication paths changed a bit Beginnings of XMLSerializer trimLeft/Right moved into myutil.cpp Group path handling functions added to myutil.cpp 2004-07-28 18:15 nolan * MyPasswordSafe.pro, test/safe/safe.pro, test/safe/safetest.cpp: [no log message] 2004-07-28 11:56 nolan * test/dndproto/: dndproto.cpp, dndproto.hpp: Commented and cleaned up the code a little 2004-07-26 02:11 nolan * src/pwsafe/: BlowFish.cpp, Util.cpp: Thought EncryptedString had a bug 2004-07-26 02:11 nolan * src/: attic.cpp, encryptedstring.cpp, mypasswordsafe.ui.h, safe.cpp, safe.hpp, safelistview.cpp, safelistview.hpp, safeserializer.cpp, serializers.cpp, serializers.hpp: Working on the new Safe architecture Thought EncryptedString had a bug Made the serializers more orthogonal 2004-07-26 02:10 nolan * MyPasswordSafe.pro: [no log message] 2004-07-26 02:05 nolan * src/xmlable.hpp: ABC for fromXml and toXml 2004-07-25 13:29 nolan * test/dndproto/: dndproto.cpp, dndproto.hpp: Tried multi selection 2004-07-25 13:29 nolan * src/: safe.cpp, safe.hpp: Moved comments into safe.cpp so the header would be easier to edit 2004-07-24 15:49 nolan * src/: mypasswordsafe.ui.h, safe.cpp: Fixed a bug w/ Change pass-phrase 2004-07-24 08:43 nolan * test/dndproto/: dndproto.cpp, dndproto.hpp: text/plain supported for dragged items items and groups are dragged w/ different classes 2004-07-23 22:30 nolan * test/dndproto/: dndproto.cpp, dndproto.hpp, dndtest.pro: Drag and drop prototype 2004-07-23 22:30 nolan * src/: safe.cpp, safe.hpp, safelistview.cpp: [no log message] 2004-06-27 23:58 nolan * src/: serializers.cpp, serializers.hpp: Refactored BlowfishLizer2::writeEntry 2004-06-27 18:03 nolan * src/preferencesdlg.ui.h: Had a c_str() on a what is now a QString 2004-06-27 05:10 nolan * uuid-1.0.0/libtool: Wasn't needed in cvs 2004-06-27 05:09 nolan * src/: safelistview.cpp, serializers.cpp: Possibly fixed a bug w/ BlowfishLizer2 2004-06-24 02:46 nolan * src/: safe.cpp, serializers.cpp: Using QStringList::split instead of my own 2004-06-24 01:08 nolan * test/: build.txt, groups.cpp: Had to test BlowfishLizer::readyGroup and parseGroup 2004-06-24 01:08 nolan * src/: mypasswordsafe.ui.h, pwordeditdlg.ui, safe.cpp, safe.hpp, safeserializer.cpp, safeserializer.hpp, serializers.cpp, serializers.hpp: Moved Safe and the serializers off of std::string and onto QString 2004-06-23 23:16 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, safe.cpp, safelistview.cpp: Refactored config file reading/writing into their own methods Removed some commented out lines 2004-06-23 23:15 nolan * locale/mypasswordsafe_fr.ts: [no log message] 2004-06-23 23:15 nolan * Makefile, MyPasswordSafe.pro: Increased the version 2004-06-22 21:24 nolan * src/: mypasswordsafe.ui.h, safe.cpp, safe.hpp: Added Safe::errorToString 2004-06-22 21:24 nolan * locale/mypasswordsafe_c.ts, locale/mypasswordsafe_en.ts, uuid-1.0.0/config.log: [no log message] 2004-06-22 21:24 nolan * MyPasswordSafe.pro: It got munged somehow, so I fixed it 2004-06-21 19:06 nolan * Makefile: ChangeLog is no longer in all 2004-06-21 19:05 nolan * release/Makefile: ChangeLog is generated, not copied 2004-06-21 19:05 nolan * Makefile: Added ChangeLog creation 2004-06-21 19:03 nolan * tools/cvs2cl.pl: CVS ChangeLog generator 2004-06-21 19:03 nolan * release/Makefile: Copies ChangeLog 2004-06-21 19:00 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h, safelistview.hpp: Made PwordEditDlg tabbed and rearranged it; removed the group line from it Added "Install Clear timer?" and "Details" to MyPasswordSafe's menu for future use Added SafeListViewItem::getUUID() 2004-06-21 18:57 nolan * MyPasswordSafe.pro: [no log message] 2004-06-20 22:02 nolan * test/build.txt: Added a short test to safe.cpp to see how SafeItem constructed the UUID and how clear() worked 2004-06-20 22:02 nolan * src/: safe.cpp, serializers.cpp: Added a short test to safe.cpp to see how SafeItem constructed the UUID and how clear() worked Removed some unneeded lines in serializers.cpp 2004-06-20 16:25 nolan * src/: safe.cpp, safe.hpp, serializers.cpp, serializers.hpp, uuid.cpp, uuid.hpp: Integrated UUID into SafeItem and BlowfishLizer2 2004-06-19 16:48 nolan * src/: mypasswordsafe.ui.h, safelistview.cpp, serializers.cpp, serializers.hpp: BlowfishLizer2 saves and loads the times SafeListView displays times Access time is updated even if the item isn't editted 2004-06-15 00:30 nolan * CHANGES: updated 2004-06-15 00:18 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, preferencesdlg.ui.h, pwordeditdlg.ui, safe.hpp, safelistview.cpp, smartptr.cpp, startupdlgbase.ui.h: Fixed some compilation problems that occured on Pat's machine 2004-06-12 05:55 nolan * release/Makefile: Added "bin" and "src" directives 2004-06-12 05:54 nolan * src/serializers.cpp: Fixed compiler warnings 2004-06-12 02:30 nolan * src/: mypasswordsafe.ui, safe.cpp, safe.hpp, safeserializer.cpp, safeserializer.hpp: Documented safeserializer.hpp Updated the keyboard shortcuts for the main window Renamed SafeSerializer::description to name 2004-06-12 02:30 nolan * MyPasswordSafe.pro: [no log message] 2004-06-12 01:42 nolan * src/: mypasswordsafe.ui.h, safe.cpp, safe.hpp, safeserializer.cpp, safeserializer.hpp, serializers.hpp: Moved SafeSerializer into its own file Added Safe::getTypes and Safe::getExtensions so MyPasswordSafe doesn't have to know about SafeSerializer 2004-06-12 01:41 nolan * MyPasswordSafe.pro: Added safeserializer.?pp 2004-06-12 01:23 nolan * src/safe.cpp: Removed an if statement that became reduntant w/ the previous fix 2004-06-12 01:14 nolan * src/safe.cpp: Fixed a bug w/ Safe::save not setting the safe's type when one wasn't specified 2004-06-12 01:13 nolan * CHANGES: [no log message] 2004-06-10 10:29 nolan * src/: aboutdlg.ui, newpassphrasedlg.ui, passphrasedlg.ui, preferencesdlg.ui: Fixed any buttons that responded to pressed() instead of clicked() 2004-06-10 10:28 nolan * Makefile, MyPasswordSafe.pro: Removed endian from make config Added uuid to clean 2004-06-10 07:00 nolan * CHANGES: Updated 2004-06-10 06:46 nolan * Makefile: Changed version number 2004-06-10 06:45 nolan * uuid-1.0.0/: AUTHORS, ChangeLog, HISTORY, INSTALL, Makefile, Makefile.in, NEWS, PORTING, README, THANKS, TODO, aclocal.m4, config.guess, config.h, config.h.in, config.log, config.status, config.sub, configure, configure.ac, libtool, libtool.m4, ltmain.sh, shtool, uuid-config, uuid-config.1, uuid-config.in, uuid-config.pod, uuid.1, uuid.3, uuid.ac, uuid.c, uuid.h, uuid.h.in, uuid.pod, uuid_ac.h, uuid_bm.h, uuid_cli.c, uuid_cli.pod, uuid_dce.c, uuid_dce.h, uuid_mac.c, uuid_mac.h, uuid_md5.c, uuid_md5.h, uuid_prng.c, uuid_prng.h, uuid_str.c, uuid_str.h, uuid_ui64.c, uuid_ui64.h, uuid_vers.h: OSSP uuid 2004-06-10 06:45 nolan * Makefile, MyPasswordSafe.pro: Added lines for uuid-1.0.0 2004-06-10 06:35 nolan * Makefile, release/Makefile: [no log message] 2004-06-03 03:32 nolan * src/: uuid.cpp, uuid.hpp: Added exceptions 2004-06-03 03:32 nolan * doc/design/new_features.txt: Reordered 2004-06-03 03:31 nolan * MyPasswordSafe.pro, doxygen.conf: Turned off doxygen briefs 2004-05-18 17:16 nolan * test/build.txt: Added UUID class test build command 2004-05-18 17:16 nolan * MyPasswordSafe.pro, src/uuid.cpp, src/uuid.hpp: Added UUID class files 2004-05-13 18:20 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, myutil.cpp, myutil.hpp, pwordeditdlg.ui.h, safe.cpp, safelistview.hpp, serializers.cpp: Moved copyToClipboard to myutil.cpp BlowfishLizer2 writes UUIDs Modification and access times get updated 2004-05-05 17:53 nolan * CHANGES: Updated 2004-05-05 17:29 nolan * src/: mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h, safelistview.cpp, safelistview.hpp: Added times and group to edit dialog 2004-05-04 17:50 nolan * examples/: attr, attr.cpp, safe, safe.cpp: [no log message] 2004-05-04 17:48 nolan * Makefile, doc/design/spec.abw, src/encryptedstring.cpp, src/encryptedstring.hpp, src/exception.hpp, src/main.cpp, src/mypasswordsafe.ui.h, src/passphrasedlg.ui.h, src/preferencesdlg.ui.h, src/pwordeditdlg.ui.h, src/safe.cpp, src/safe.hpp, src/safelistview.cpp, src/safelistview.hpp, src/securedstring.cpp, src/securedstring.hpp, src/serializers.cpp, src/serializers.hpp, src/smartptr.hpp, src/pwsafe/PwsPlatform.h: The newest version 2004-05-04 17:47 nolan * CHANGES, Makefile, MyPasswordSafe.pro, README, doxygen.conf, doc/endian.txt, doc/manual.fr.html, doc/manual.html, doc/design/Schedule.ksp, doc/design/inputs.txt, doc/design/new_features.txt, doc/design/refactoring_plan.txt, doc/design/spec.abw, doc/design/timing.txt, doc/sshots/editdialog.fr.jpg, doc/sshots/editdialog.jpg, doc/sshots/mainwindow.fr.jpg, doc/sshots/mainwindow.jpg, doc/sshots/prefsdialog.fr.jpg, doc/sshots/prefsdialog.jpg, images/Padlock.xpm, images/about_banner.png, images/back.png, images/button_cancel.png, images/button_ok.png, images/configure.png, images/contexthelp.png, images/edit.png, images/edit_add.png, images/edit_remove.png, images/editcopy_1.png, images/editcut.png, images/encrypted.png, images/exit.png, images/fetch_user.png, images/filenew.png, images/filenew2.png, images/fileopen.png, images/filesave.png, images/filesaveas.png, images/folder_blue.png, images/folder_blue_open.png, images/folder_new.png, images/forward.png, images/help.png, images/info.png, images/password.png, images/redo.png, images/searchfind, images/undo.png, locale/mypasswordsafe_c.ts, locale/mypasswordsafe_en.ts, locale/mypasswordsafe_fr.ts, release/Makefile, src/aboutdlg.ui, src/aboutdlg.ui.h, src/attic.cpp, src/encryptedstring.cpp, src/encryptedstring.hpp, src/exception.hpp, src/main.cpp, src/manualdlg.ui, src/manualdlg.ui.h, src/mypasswordsafe.ui, src/mypasswordsafe.ui.h, src/myutil.cpp, src/myutil.hpp, src/newpassphrasedlg.ui, src/newpassphrasedlg.ui.h, src/passphrasedlg.ui, src/passphrasedlg.ui.h, src/preferencesdlg.ui, src/preferencesdlg.ui.h, src/pwordeditdlg.ui, src/pwordeditdlg.ui.h, src/safe.cpp, src/safe.hpp, src/safelistview.cpp, src/safelistview.hpp, src/securedstring.cpp, src/securedstring.hpp, src/serializers.cpp, src/serializers.hpp, src/smartptr.cpp, src/smartptr.hpp, src/startupdlg.cpp, src/startupdlg.hpp, src/startupdlgbase.ui, src/startupdlgbase.ui.h, src/pwsafe/BlowFish.cpp, src/pwsafe/BlowFish.h, src/pwsafe/LICENSE, src/pwsafe/PwsPlatform.h, src/pwsafe/Util.cpp, src/pwsafe/Util.h, src/pwsafe/sha1.cpp, src/pwsafe/sha1.h, test/bigsafemaker.cpp, test/build.txt, test/cbc.cpp, test/smartptr.cpp: Initial revision 2004-05-04 17:47 nolan * CHANGES, Makefile, MyPasswordSafe.pro, README, doxygen.conf, doc/endian.txt, doc/manual.fr.html, doc/manual.html, doc/design/Schedule.ksp, doc/design/inputs.txt, doc/design/new_features.txt, doc/design/refactoring_plan.txt, doc/design/spec.abw, doc/design/timing.txt, doc/sshots/editdialog.fr.jpg, doc/sshots/editdialog.jpg, doc/sshots/mainwindow.fr.jpg, doc/sshots/mainwindow.jpg, doc/sshots/prefsdialog.fr.jpg, doc/sshots/prefsdialog.jpg, images/Padlock.xpm, images/about_banner.png, images/back.png, images/button_cancel.png, images/button_ok.png, images/configure.png, images/contexthelp.png, images/edit.png, images/edit_add.png, images/edit_remove.png, images/editcopy_1.png, images/editcut.png, images/encrypted.png, images/exit.png, images/fetch_user.png, images/filenew.png, images/filenew2.png, images/fileopen.png, images/filesave.png, images/filesaveas.png, images/folder_blue.png, images/folder_blue_open.png, images/folder_new.png, images/forward.png, images/help.png, images/info.png, images/password.png, images/redo.png, images/searchfind, images/undo.png, locale/mypasswordsafe_c.ts, locale/mypasswordsafe_en.ts, locale/mypasswordsafe_fr.ts, release/Makefile, src/aboutdlg.ui, src/aboutdlg.ui.h, src/attic.cpp, src/encryptedstring.cpp, src/encryptedstring.hpp, src/exception.hpp, src/main.cpp, src/manualdlg.ui, src/manualdlg.ui.h, src/mypasswordsafe.ui, src/mypasswordsafe.ui.h, src/myutil.cpp, src/myutil.hpp, src/newpassphrasedlg.ui, src/newpassphrasedlg.ui.h, src/passphrasedlg.ui, src/passphrasedlg.ui.h, src/preferencesdlg.ui, src/preferencesdlg.ui.h, src/pwordeditdlg.ui, src/pwordeditdlg.ui.h, src/safe.cpp, src/safe.hpp, src/safelistview.cpp, src/safelistview.hpp, src/securedstring.cpp, src/securedstring.hpp, src/serializers.cpp, src/serializers.hpp, src/smartptr.cpp, src/smartptr.hpp, src/startupdlg.cpp, src/startupdlg.hpp, src/startupdlgbase.ui, src/startupdlgbase.ui.h, src/pwsafe/BlowFish.cpp, src/pwsafe/BlowFish.h, src/pwsafe/LICENSE, src/pwsafe/PwsPlatform.h, src/pwsafe/Util.cpp, src/pwsafe/Util.h, src/pwsafe/sha1.cpp, src/pwsafe/sha1.h, test/bigsafemaker.cpp, test/build.txt, test/cbc.cpp, test/smartptr.cpp: Recreating tree
Be the first person to add a text review.
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: