CppSecurity
1.1.1.0
C++ Security Library
|
Password string. More...
#include <password.h>
Public Member Functions | |
~password () | |
void | clear () noexcept |
Password string.
Password string extends std::string with a secure zero memory destructor which will fill string memory with zeros to avoid keep password in the wasted process memory.
Not thread-safe.
Definition at line 52 of file password.h.
|
inline |
Definition at line 56 of file password.h.
|
inlinenoexcept |
Definition at line 57 of file password.h.