Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 260 Bytes

sha512256

A simple Java CLI tool that calculates SHA-512/256 of a file.

It uses the default Java Security library provider or, if unavailable, BouncyCastle (an open source library).

Requirements

  • Java 8+

Usage

java -jar sha512256.jar filepath.ext