mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
sha256
This commit is contained in:
parent
e649147740
commit
a442f32ae3
@ -107,6 +107,10 @@ public final class VerificationUtilities {
|
|||||||
return computeHash(file, HashType.SFV);
|
return computeHash(file, HashType.SFV);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static String sha256(File file) throws IOException, InterruptedException {
|
||||||
|
return computeHash(file, HashType.SHA256);
|
||||||
|
}
|
||||||
|
|
||||||
private VerificationUtilities() {
|
private VerificationUtilities() {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user