Patra 1.2 review

Download
by rbytes.net on

Patra is a Java password tracker. Password Tracker is an application to keep your passwords in an encrypted file on disk, protecte

License: GPL (GNU General Public License)
File size: 0K
Developer: Bruno Ranschaert
0 stars award from rbytes.net

Patra is a Java password tracker.

Password Tracker is an application to keep your passwords in an encrypted file on disk, protected by a pass phrase so that they are safe.

Even if the file containing your passwords falls in the wrong hands, the pass phrase is needed to decrypt it. The application uses the unpatented Blowfish encryption algorithm which was invented by Bruce Schneier.

The encryption is reasonably safe. The application is based on the Password Safe application from Bruce Schneier, it aims to be compatible with it.

I started using the original Password Safe application from Bruce Schneier, which was a native windows application, and I still find it very useful. I try to maintain a number of different computers running different OS's. On Linux I am using WINE to run password safe. I didn't want to be "locked in" in an old format that I didn't understand, I was afraid my data would get lost at some point. Therefore, I wanted to be able to decode the file format myself to be able to recover my data if this would be necessary. Some things were bothering me a little bit regarding the application.

- No easy buttons to copy uid/pwd (both, not only the password).
- Cross platform - no dependency on WINE - PC, Linux, OSX.
- New password safe format 2.0.
- Import/export to plain text to prevent lock-in.
- Changing the password generating stuff, sometimes I need longer/shorter passwords with other requirements.

The current Password Safe project hosts a Java version as well but I decided not to investigate this solution further. I noticed that there has been progress on the Java version since I started my own implementation, but I did not investigate it further. These remarks are probably not valid anymore at this point in time.

- Code not clear and clean.
- I am a Java developer myself.
- Dependency on external libs.

So I decided to rewrite the complete application from scratch without reusing code. Simple to install, clean lean interface, a handy polished tool.

Patra 1.2 keywords