#include "bip38tooldialog.h"
#include "ui_bip38tooldialog.h"
#include "addressbookpage.h"
#include "guiutil.h"
#include "walletmodel.h"
#include "base58.h"
#include "bip38.h"
#include "init.h"
#include "wallet/wallet.h"
#include "askpassphrasedialog.h"
#include <string>
#include <vector>
#include <QClipboard>
Go to the source code of this file.
|
| QString | specialChar = "\"@!#$%&'()*+,-./:;<=>?`{|}~^_[]\\" |
| |
| QString | validChar = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + specialChar |
| |
| CKey | key |
| |
◆ isValidPassphrase()
| bool isValidPassphrase |
( |
QString |
strPassphrase, |
|
|
QString & |
strInvalid |
|
) |
| |
◆ key
◆ specialChar
| QString specialChar = "\"@!#$%&'()*+,-./:;<=>?`{|}~^_[]\\" |
◆ validChar
| QString validChar = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + specialChar |