Skip to content

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

License

Notifications You must be signed in to change notification settings

Kopjra/sha512256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages