0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor fixes to ConfWriter and ConfReader More... about 14 years ago
Fixed Utils::trim() More... about 14 years ago
Added unit test framework More... about 14 years ago
Added ConfWriter and ConfReader classes (untested) Added Utils::trim() Added state saving and loading to Guesser interface More... about 14 years ago
Fixed typo in Key::bits() More... about 14 years ago
Updated TODO More... about 14 years ago
Realized that String2Key::generateKey() is not thread-safe More... about 14 years ago
Use a small random password for the testing keys Don't run tests for algorithms not implemented yet More... about 14 years ago
Don't check unencrypted keys in check_formats.pl More... about 14 years ago
Replaced crackers interface with Tester class Moved string-2-key generation to local classes in string2key.cpp Added support for Blowfish cipher More... about 14 years ago
Added -ansi compiler flag in Makefile.am More... about 14 years ago
Added support for key larger then SHA_DIGEST_LENGTH in SHA1Cracker Added support for AES algorithm in SHA1Cracker More... about 14 years ago
Added program behaviour test group (there's only the format test yet) More... about 14 years ago
Use exceptions for propagating Guesser and Cracker initialization errors Added error handling in Attack More... about 14 years ago
Fixed false positive by validating the first decrypted MPI if the checksum matches Added Key::bits() and fixed quick check in SHA1Cracker::check() More... about 14 years ago
Added a local copy of RFC 4880 More... about 14 years ago
Added support for String-2-Key specifier "0"/"255" in SHA1Cracker More... about 14 years ago
Fixed missing first character combination in IncrementalGuesser More... about 14 years ago
Use isprint() for determining the default charsaet of CharsetGuesser More... about 14 years ago
Use cipher algorithm names instead of numbers for the key files in genkeys.java More... about 14 years ago
Added autotest files More... about 14 years ago
Added Java program to generate various private PGP keys More... about 14 years ago
Renamed block-SHA1 files to block-sha1.{h,cpp} Don't compile block-SHA1 files if support was not requested Fixed relative includes in Makefile.am More... about 14 years ago
Added license header in source files More... about 14 years ago
Added COPYING file for the block-sha1 algorithm from git More... about 14 years ago
Added TODO More... about 14 years ago
Added assertion for exceeding the maximum key buffer length in SHA1Cracker More... about 14 years ago
Enabled 3rdparty block-sha1 Fixed compiler warning in block-sha1/sha1.cpp More... about 14 years ago
Faster generation of salted and iterated hash Group crackers by hash instead of cipher algorithm More... about 14 years ago
Inlined block_SHA1_Init More... about 14 years ago