2017
Using SHA1 Message Digest in Java
This section provides a tutorial example on how to use SHA1 message digest algorithm in Java. The JDK JCE package offers the SHA1 algorithm through a generic message digest class, javax.security.MessageDigest.
2006
Cryptography Tutorials
This free cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. It can be used as a tutorial guide for beginners. Topics include blowfish, CA, certificate, certification path, cipher, CSR, decryption, DES, digest, encryption, Java, JCE, JDK, MD5, message, OpenSSL, PEM, private key, public key, RSA, secret key, self-signed certificate, SHA1, SSL, X509
1
(2 marks)