tags:

views:

158

answers:

3

hi

i want to implement SHA 1 Algorithm using java. Can any one help me

Thanks in advance

+2  A: 

Not sure quite what you're asking; Wikipedia has pseudo-code: http://en.wikipedia.org/wiki/SHA-1 you should be able to code it up in java from that relativly easily... Did you have any specific question about doing it, or...?

TJ Ellis
+1  A: 

Just don't do it, load the bouncycastle libraries and use them. Or look at their source, and then you know one way how to implement it :).

Daniel
A: 

Refer this

Pramodh