02-26-2020, 01:14 PM
yes u32[] means that each item consist of 4 bytes, i.e. 64 * 4 = 256 maximum password length
pw_len is the length in bytes, of course (everything else wouldn't make sense). each additional character/byte in i[] would imply that pw_len increases with 1
pw_len is the length in bytes, of course (everything else wouldn't make sense). each additional character/byte in i[] would imply that pw_len increases with 1