PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions | Variables
bip38tooldialog.cpp File Reference
#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>
Include dependency graph for bip38tooldialog.cpp:

Go to the source code of this file.

Functions

bool isValidPassphrase (QString strPassphrase, QString &strInvalid)
 

Variables

QString specialChar = "\"@!#$%&'()*+,-./:;<=>?`{|}~^_[]\\"
 
QString validChar = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + specialChar
 
CKey key
 

Function Documentation

◆ isValidPassphrase()

bool isValidPassphrase ( QString  strPassphrase,
QString &  strInvalid 
)

Definition at line 97 of file bip38tooldialog.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ key

CKey key

Definition at line 173 of file bip38tooldialog.cpp.

◆ specialChar

QString specialChar = "\"@!#$%&'()*+,-./:;<=>?`{|}~^_[]\\"

Definition at line 95 of file bip38tooldialog.cpp.

◆ validChar

QString validChar = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + specialChar

Definition at line 96 of file bip38tooldialog.cpp.