I need to get the SHA-1 hash of a file. I have seen several references to the "Encryption" library to gain access to the "MessageDigest" via the following
Here's a library that, for the moment, can perform Base64 encoding and decoding and symmetric algorithm encryption and decryption. Tested symmetric algorithms are DES, Triple DES and AES (Rijndael). As the Java encryption rountines are all byte array oriented you will need my ByteConverter...