... pCharSet->Remove(pSettings->strExcludeChars.c_str());
}
void PwgShufflePassword(std::vector<WCHAR>& vBuffer, CNewRandom* pRandom)
{
ASSERT(pRandom != NULL); if(pRandom == NULL) return;
DWORD dwLength = static_cas...