| Blowfish.cpp | C++ implementation of the Blowfish encryption taken from the FPM's modified version of GNUPG code |
| Blowfish.h [code] | C++ implementation of the Blowfish encryption taken from the FPM's modified version of GNUPG code |
| FPMBlowfishCodecPrototype.cpp | Defines the password encoding/decoding prototype for Figaro's Password Manager Blowfish encrypted file created by John Conneely <jconneely@figaro.org> |
| FPMBlowfishCodecPrototype.h [code] | Defines the password encoding/decoding prototype for Figaro's Password Manager Blowfish encrypted file created by John Conneely <jconneely@figaro.org> |
| FPMEncryptionManager.cpp | C++ implementation of the FPM encryption functions taken from the FPM's files fpm_crypt.c/h |
| FPMEncryptionManager.h [code] | C++ implementation of the FPM encryption functions taken from the FPM's files fpm_crypt.c/h |
| main.cpp | The external functions needed to load the plugin |
| main.h [code] | Declaration of the exported functions of the plugins |
| MD5.cpp | C++ implementation of MD5 Message-Digest Algorithm as describe in RFC1321 |
| MD5.h [code] | C++ implementation of MD5 Message-Digest Algorithm as describe in RFC1321 |