MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CSecureEdit

Method CSecureEdit

cppcryptfs/ui/SecureEdit.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19// CSecureEdit
20
21CSecureEdit::CSecureEdit()
22{
23 m_pBuf = new LockZeroBuffer<WCHAR>(MAX_PASSWORD_LEN + 1, true);
24 m_strRealText = m_pBuf->m_buf;
25
26 m_pBufOld = new LockZeroBuffer<WCHAR>(MAX_PASSWORD_LEN + 1, true);
27 m_strOldText = m_pBufOld->m_buf;
28}
29
30CSecureEdit::~CSecureEdit()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected