Interesting...I didn't actually think to program OTFBrutus to cycle through keyfiles. It always uses all of the keyfiles with each password...
Yet, it is faster than OTFBrutusGUI in single thread mode. Interesting, since I have a test version of OTFBrutusGUI that uses the Botan crypto...
You need to provide more information. What does "Have not been able to get it to run" mean? For TCBrute and OFTBrutusGUI all you do is run the...
The original question was whether or not the existence of a TrueCrypt hidden volume can be proven just by analyzing a TrueCrypt volume. If an...
Yes, I just checked, and you are right. It is a bug in the older version.
v0.1.1.1a is the latest...http://www.tateu.net/software/dl.php?f=OTFBrutusGUI_beta but that won't change your situation...I guess the reported...
Fixed in v0.1.1.0 http://www.tateu.net/software/dl.php?f=OTFBrutusGUI_beta A length of 0 can be used to skip over a pattern completely. The...
Oh, ok, I see. It doesn't actually make a difference in the above example (I changed to abc, I think it's easier to read): [abc\0]{1} in...
v0.1.0.9 available for testing http://www.tateu.net/software/dl.php?f=OTFBrutusGUI_beta I removed the null character in favor of true variable...
1) When you press the start button, it should start trying passwords against your TrueCrypt volume. You should see some text in the grey status...
Well, I'm still not happy about how the null character is working, but I removed it from the duplicate string checking code and it seems...
Yes, it looks like the null character is not stable at all. Back to the drawing board I go...
I agree. Hopefully, one of these nights I'll wake up at 3 or 4am, rush to the computer and quickly type in a genius formula to handle it before it...
hmm, yes. Good catch. I didn't think about the fact that the null character also gets limited in that way. I can easily remove it from the...
I'm still not sure if the new features are 100% stable, but, if anyone wants to give it a go:...
The null character as \0 has been added and I am currently testing it. It seems to work, so far. Expect a new version sometime in the coming...
I'm not looking at the code right now...but I believe it is true for all of the following special characters: \ ( ) [ ] | If you want them to be...
I don't mind the suggestions at all. I welcome them. It's always good to have other people to toss ideas around with. I tried that one a few...
Anything with a backslash in front of it can turn into a special character. The backslash is an escape character. In the current version, if you...
Yes, probably a good idea...something like \0 to represent a null?
But if you open the saved word list in notepad and replace the * character with nothing... *s1@s2* (#S#S#) becomes s1@s2 (S#S)
Your list is so short because you do not allow two of the special characters to be entered in a row. As long as piotreg's password pattern holds...
The speed increase gained from unchecking unneeded Encryption algorithms is usually pretty small. It's the Hash algorithms that really slow...
Accessing the graphics card? No, no plans. I know next to nothing about GPU programming but my understanding is that the actual decryption and...
No, there is no comparison that takes place. The password is transformed into a header key along with the header salt using PBKDF2 through...
Separate names with a comma.