What is pw_len of the pw type ?
#3
(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 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
Great, thank you for your quick response
Reply


Messages In This Thread
What is pw_len of the pw type ? - by tachsah - 02-26-2020, 12:36 PM
RE: What is pw_len of the pw type ? - by philsmd - 02-26-2020, 01:14 PM
RE: What is pw_len of the pw type ? - by tachsah - 02-26-2020, 02:01 PM