jirka-h
jirka-h
Hi, thanks for reaching out! It's definitively interesting! It sounds similar to a whitening transformation: https://en.wikipedia.org/wiki/Whitening_transformation If you want to share more details, we might try to develop a code...
Hi, I'm sorry for the delay in my communication. I was busy with other stuff. I have reviewed your formula and in fact, this is a frequency check. This is...
Hi, thanks a lot for the detailed walk through! It helped me a lot to fully understand your thought process and proposed method. I'm thinking about writing a script which...
Thanks a lot for sharing your scripts! I have used the perl script to verify that my initial passwd generator works correctly, generating passwords according to the input backbone pattern....
Thanks for the pointers - I can take it from here. > For long string e.g 63 it can give huge number of patterns about 1.5 mil so it can...
Thanks for the updates! I'm leaving for summer vacation and I will have no computer with me. I will look into this in August when I'm back. Enjoy the summer...
Hi, thanks a lot for running the larger simulation! I have checked the frequencies for the first three categories and they match the expected values 595/1500: 39.6% (expected 39.25%) 379/1500:...
Hello B1u3l1ght, Happy New Year to you, too! I really like this new approach. This addresses the common need to have a certain character classes in the password. I have...
I have found a work around. When I add to suite definition the test `pts/pyperformance` explicitly like this: ``` pts/pyperformance BATCH pts/server-cpu-tests ``` then: 1. `pts/pyperformance` is called from `pts/server-cpu-tests`...
Hi, The previous version has supported only files upto 4GiB. When working with streams of random data (produced with 200MiB/s rate) on stdin this was not sufficient. This version of...