wstring hash = itou(t.GetYear()) + itou(t.GetMonth())+ itou(t.GetDay()) + itou(t.GetTime()) + itou(t.GetMinute()) + itou(t.GetSecond()) + ipstr.GetString() + this->m_strPath.GetString();대강 이따구로 md5함수에 쳐넣었는데 충돌 자주일어나나요?
md5라서 충돌이 자주 나는게 아니라 단순합이라서 충돌이 자주 날 것 같다