One more note... here are the time results using smallsha1 versus crypto++. The only difference in the programs is hash generation:
// Using smallsha1 library ./sha_crack 9233b6f5388d6867a2a7be14d8b4ba53c86cfde2 PASSWORD: brad ATTEMPTS: 44141777 H:M:S.ms: 00:00:30.068737 // Using Crypto++ library ./sha_crack 9233b6f5388d6867a2a7be14d8b4ba53c86cfde2 PASSWORD: brad ATTEMPTS: 48014253 H:M:S.ms: 00:04:01.199650 -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
