Categories
Security

Patra Encrypting Security for Windows

Password Tracker is an application to keep your passwords in an encrypted file on disk, protected by a pass phrase
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.

Patra is a software that allows you encrypt and protect passwords.

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.

See Demo – Download – Visit Author Site

Please comments and give ratings. You may also report of broken or incorrect link using comments box below. Thanks!