+ 4
Does anyone know of SHA1 in Java
i need to create a check-sum for a text file. Is there a provided SHA1 method or library in JAVA ? Thank you đđđ€đ„đđ·
2 Respostas
+ 3
u could try MessageDigest class or third party lib like http://mvnrepository.com/artifact/commons-codec/commons-codec
+ 5
Thank you Flash - i'll check that...