10.07.2011, 16:12
strcmp(stringA, stringB)
returns FALSE when both strings are the same. So:
!strcmp(INI_ReadString(file,"Password"), MD5_Hash(inputtext))
returns FALSE when both strings are the same. So:
!strcmp(INI_ReadString(file,"Password"), MD5_Hash(inputtext))