#include "qt/settings/bittoolwidget.h"
#include "qt/settings/forms/ui_bittoolwidget.h"
#include "qtutils.h"
#include "guiutil.h"
#include "walletmodel.h"
#include "bip38.h"
#include "key_io.h"
#include "wallet/wallet.h"
#include "askpassphrasedialog.h"
#include <string>
#include <vector>
Go to the source code of this file.
|
| QString | specialChar = "\"@!#$%&'()*+,-./:;<=>?`{|}~^_[]\\" |
| |
| QString | validChar = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + specialChar |
| |
◆ isValidPassphrase()
| bool isValidPassphrase |
( |
QString |
strPassphrase, |
|
|
QString & |
strInvalid |
|
) |
| |
◆ specialChar
| QString specialChar = "\"@!#$%&'()*+,-./:;<=>?`{|}~^_[]\\" |
◆ validChar
| QString validChar = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + specialChar |