#include <thread>
#include <chrono>
#include <fstream>
#include <iostream>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/trim_all.hpp>
#include <libdevcore/SHA3.h>
#include <libdevcore/FileSystem.h>
#include <libethcore/KeyManager.h>
#include <libethcore/ICAP.h>
#include <libethcore/Transaction.h>
Go to the source code of this file.
string createPassword |
( |
std::string const & |
_prompt | ) |
|
pair<string, string> createPassword |
( |
KeyManager & |
_keyManager, |
|
|
std::string const & |
_prompt, |
|
|
std::string const & |
_pass = std::string() , |
|
|
std::string const & |
_hint = std::string() |
|
) |
| |