02-26-2020, 02:01 PM
(02-26-2020, 01:14 PM)philsmd Wrote: yes u32[] means that each item consist of 4 bytes, i.e. 64 * 4 = 256 maximum password lengthGreat, thank you for your quick response
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