You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Crypto.bruteforce method which takes a wordlist and passes each password to the given block, which then tries to decrypt the String. The method should then test whether the decrypted String has entropy below 7.0 or contains a plaintext String.
Add a
Crypto.bruteforce
method which takes a wordlist and passes each password to the given block, which then tries to decrypt the String. The method should then test whether the decrypted String has entropy below 7.0 or contains a plaintext String.The method should return multiple matches, and return both the password and the decrypted value:
The text was updated successfully, but these errors were encountered: