Can SHA-1 algorithm be computed on a stream? With low memory footprint?

The Java docs say to use a MessageDigest class to compute SHA-1 on any arbitrary size data.

Leave a Comment