logosecureDATA

Overview

secureDATA is an encrypted data and password manager. It is designed to be easy to use and flexible.

Features

  • Not just for passwords
    • Allows you to store any type of text you want in the value field.

      Lets face it, you have a lot more to keep track of than just passwords when you are using the computer particularly if you want to secure it from prying eyes. From small notes to yourself, to electronic reciepts, to credit card numbers secureDATA handles them all and more.

    • Version 1.6 will support file storage
  • Easy to use interface
    • Automatically handles saving and loading of databases so you don't need to constantly hit a save button.
    • A few easy to use controls simplifies use.
    • Things are easy to find!
      • Has convient real time search bar.
      • Search bar supports regular expressions.
      • Uses a labling system to organize you data.
  • Multiplatform
    • Supports any platform that python and wxWidgets support.
    • Binaries avaible for Windows 32 and Mac OS 10.4.
  • Portable
    • As it does not need to be installed it can run off a thumb drive.
    • Convient sync function makes it easy to have multiple databases.
  • Government Standard Encryption
    • Uses AES 128 bit encryption.
    • Encryption certified by the NSA for documents up to SECRET clearance.
    • Mutating keys ensures a break in one section of the database does not allow the attacker to access the whole database.
  • Uses a Master Password
    • Only one password to remember.
    • As with all master passwords make sure it is a good password mixing lower and upper case letters with digits.
  • Open Source
    • You have access to 100% of the source and all dependancies.
    • Published under the General Public License Version 2 and the Lesser General Public License Version 2.1.
    • You have the ability to edit and improve the programe yourself.