Does anyone know of SHA1 in Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 🎉😎🤔🥇🍐🌷

9th Jun 2019, 9:09 PM
🍂B. Eitan 🌵
🍂B. Eitan 🌵 - avatar
2 Answers
+ 3
u could try MessageDigest class or third party lib like http://mvnrepository.com/artifact/commons-codec/commons-codec
10th Jun 2019, 1:33 AM
Flash
+ 5
Thank you Flash - i'll check that...
10th Jun 2019, 8:48 PM
🍂B. Eitan 🌵
🍂B. Eitan 🌵 - avatar