new module: md5 with substitution
#8
(05-15-2022, 02:54 AM)nick8606 Wrote: Source code is relatively short, replacement must be done before

Code:
md5_update_vector (&ctx, w, pw_len);

thanks.

should it be done in "m00000_sxx" or "m00000_mxx"?


will it be ok if after "replacement" the new w has possibly 400 or 500 characters, instead of just 6 to 10?

can md5_update_vector perform multiple blocks at once?
Reply


Messages In This Thread
new module: md5 with substitution - by phaphip - 05-09-2022, 07:22 PM
RE: new module: md5 with substitution - by phaphip - 05-17-2022, 11:11 AM