-
Website
http://elliottkember.com/ -
Original page
http://elliottkember.com/kember_identity.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
ThorErik
1 comment · 1 points
-
Abraham Estrada
1 comment · 1 points
-
memiux
1 comment · 1 points
-
chrisrowe
1 comment · 1 points
-
Mike Manger
1 comment · 1 points
-
-
Popular Threads
Is that just the longest common substring?
md5(a) = b
md5(b) = c
md5(c) = a
and so on. Nobody's found one yet, and there isn't any code which checks - but it's a good reason to print out your current hash every so often.
Not exactly a complete match but I'm done wasting cycles..
md5('deadbeefdc84955dfb53442f741f4ec9') == 1ebb63c68f0e40e6902e0deadfeefbfa
In[4]:= Limit[((n-1)/n)^n, {n -> Infinity}] //N
Out[4]= {0.367879}
http://ograll.blogspot.com/2009/06/mathematics-...
I would at least try to prevent it, since it kind of breaks the purpose of the algorithm(a one-way algorithm)
I'm still trying though, got 3 computers working on it with different ways of attacking(among one using the cuda c++ version) and a couple of versions I've made myself one in bash and one in php, plus trying a few of the pre-made ones(with some modification)