aboutsummaryrefslogtreecommitdiff
path: root/src/qt/askpassphrasedialog.cpp
AgeCommit message (Collapse)Author
2011-12-20Implement an mlock()'d string class for storing passphrasesDylan Noblesmith
SecureString is identical to std::string except with secure_allocator substituting for std::allocator. This makes casting between them impossible, so converting between the two at API boundaries requires calling ::c_str() for now.
2011-12-13Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan
- Remove explicit resizing from constructor to prevent potential hang
2011-11-15add message about restarting bitcoin after encrypting wallet succesfullyWladimir J. van der Laan
2011-11-08Add robustness against null modelsWladimir J. van der Laan
2011-08-31Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan