26.09.2012, 07:31
I only have one define which is the USER_PATH define.
EDIT: @Vince : Thanks it worked apparently the size in the include is 256 and i am using 129 however when i changed the password length in my enum to 256 it compiled without errors but since i am using Whirlpool (Which hashes passwords with 128 characters + one null terminator) so i don't want to use a cell 256 big in size for that it is a performance drawback.
However can i do it any other way ?
EDIT: @Vince : Thanks it worked apparently the size in the include is 256 and i am using 129 however when i changed the password length in my enum to 256 it compiled without errors but since i am using Whirlpool (Which hashes passwords with 128 characters + one null terminator) so i don't want to use a cell 256 big in size for that it is a performance drawback.
However can i do it any other way ?