Skip to content

Commit

Permalink
Sha-256 (#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Sep 29, 2023
1 parent d8a1146 commit 83717b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public static File unzip(InputStream is, String eTag, String type, boolean isMar

MessageDigest md;
try {
md = MessageDigest.getInstance("SHA1");
md = MessageDigest.getInstance("SHA-256");
} catch (NoSuchAlgorithmException e) {
throw new AssertionError(e);
}
Expand Down

0 comments on commit 83717b6

Please sign in to comment.