#include "password.h"#include "config.h"#include "global.h"#include "backend/contact.h"#include <qlabel.h>#include <qlineedit.h>#include <qtextview.h>#include <qstring.h>#include <qapplication.h>#include <qfile.h>#include <qdialog.h>#include <unistd.h>#include "passwordbase_p.h"#include "password.moc"Include dependency graph for password.cpp:

Go to the source code of this file.
Functions | |
| char * | crypt (const char *key, const char *salt) |
| static QString | qcrypt (const QString &k, const char *salt) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 63 of file password.cpp. References crypt(), QString::fromUtf8(), and QString::utf8(). Referenced by Password::authenticate(), and Password::getPassword(). |
1.4.2