Does a password policy with a restriction of repeated characters increase security?

A security value called Restriction of Repeated Characters for Passwords (QPWDLMTREP) can be configured in IBM i. If QPWDLMTREP has a value of 1, then "the same character cannot be used more than once in a password, even if the repeat… Continue reading Does a password policy with a restriction of repeated characters increase security?

Is there any reverse engineering technique available to know the password of zip file which uses ZipCrypto encryption and deflate compression? [closed]

For the past six months, I have been trying to remember the password to a zip file I encrypted in 2021. It contains memories of friends, teachers and some personal photos. I decrypted it three or four times and deleted photos each time. I … Continue reading Is there any reverse engineering technique available to know the password of zip file which uses ZipCrypto encryption and deflate compression? [closed]

Creating wordlist with no more than 2 repeating characters [migrated]

I’m creating a wordlist with uppercase letters A-Z and numbers 0-9. The length is exactly 8 characters long. Using the tool crunch, preinstalled in Kali, I was able to generate a wordlist that doesn’t contain any consecutive characters, fo… Continue reading Creating wordlist with no more than 2 repeating characters [migrated]

How long would it take to crack hashed password stored in plain sight?

I want to store a password hash in plain sight. If I am using a dictionary to crack an Argon2 hashed password that I am storing in plain sight, how long would it take (assuming my password is reasonably complex)? Further, are there any oth… Continue reading How long would it take to crack hashed password stored in plain sight?

John returns invalid UTF-8 and askes for HMAC-Sha256 and HMAC-sha512 [closed]

I have been trying to recover the password of my old Point of Sale system.
I have the password file that I generated containing all possible combinations of numbers from 0000-0000 to 9999-9999 called combinations.txt. I know that the passw… Continue reading John returns invalid UTF-8 and askes for HMAC-Sha256 and HMAC-sha512 [closed]