
QPaMaT
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QPaMaT is a password manager which stores passwords in an encrypted XML file or on an encrypted chipcard. It also checks the password quality and generates random passwords. You can print the passwords in clear-text as a backup strategy.
15 years ago
Minor feature enhancements
15 years ago
Minor feature enhancements
JmOnKeY
14 years ago
Report
cornelinux
14 years ago
how can I compile it?
Are you still working on this project?
Regards
Cornelius
Report
jazz
15 years ago
Does this app use Blowfish, IDEA, CAST or other? Is the encryption algorythm patented or unencumbered? Which algorythm is utilized and with how many bits? Can you post a URL to the homepage of this app or for more information as to the type and security of the encryption algorythm?
Report
bwalle
15 years ago
The default is Blowfish, if it's available. If not, AES. If not available CAST5. IDEA (patended but secure) and 3DES are available, too.
Why Blowfish first and not AES? Simply because Blowfish is available in more OpenSSL installations, but this may change in future. (The algorithm is stored in the XML file, so QPaMaT can still read the files even if the default algorithm changes.)
For the key length, I think (more than one year since I've wrote the stuff) the default OpenSSL settings are used.
Report