Skip to content

J Hasher - A FOSS JavaFx Application For Hashing texts, Files & Validating hash of files. Copyright (C) 2021 Harsh Pathak

License

Notifications You must be signed in to change notification settings

iharshpathak/J_Hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

J Hasher

J hasher text logo

A FOSS JavaFX Application For All Your Hashing Needs !

J Hasher icon Logo

J Hasher is a hashing application build entirely using java (Open JDK 17.0 & OpenJFX SDK)

Open Jfx

Features

  • Hash Texts/Strings
  • Hash Files
  • Check Hashes For Intergrity Of Files
  • Algorithms Available
    • MD2
    • MD5
    • SHA-1
    • SHA-224
    • SHA-256
    • SHA-384
    • SHA-512

J Hasher is An Open - Source Project, And is Liscened under GNU GPL V3 licensce. J hasher is currently in Beta State and is actively being developed.

Downloads

Currently we offer an executable .jar build of J Hasher. Which requires JRE v17.0 and Above. You can build the native executable using launch4j and JDK v17

Build & Dependencies

J Hasher requires

Dependency

J Hash uses the Jakarta API's for some processing parts. Hence, please do add the following dependecy to your -

Maven's Pom.xml file
<dependency>
    <groupId>jakarta.xml.bind</groupId>
    <artifactId>jakarta.xml.bind-api</artifactId>
    <version>3.0.0</version>
</dependency>

For Gradle's build.gradle file
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api-parent', version: '3.0.0', ext: 'pom'

Note : Maven was used for Building This Project.

License

GNU GPL V3

About

J Hasher - A FOSS JavaFx Application For Hashing texts, Files & Validating hash of files. Copyright (C) 2021 Harsh Pathak

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published