View Single Post
  #5 (permalink)  
Old December 20th, 2005
snayit snayit is offline
Enthusiast
 
Join Date: November 29th, 2005
Posts: 43
snayit is flying high
Default I tried what you said

I printed this buffer - 500 times 0 that i've created like this:
ByteBuffer buffer = ByteBuffer.allocate(500);
printed to a file, than i asked my method call to generate sha1 for this and the result is: 7RLNJM6HFKF74WJTOPDUBVKY5QJUBLDT
Is it okay?

Other than that, i don't understand - if i faked a sha1 it asks for the file and if i give it the sha1 the i generated i don't? why is the fake better than the calculated one?
Reply With Quote