bcrypt icon indicating copy to clipboard operation
bcrypt copied to clipboard

A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distrib...

Results 15 bcrypt issues
Sort by recently updated
recently updated
newest added

After i have added this library to gradle: ``` implementation group: 'at.favre.lib', name: 'bcrypt', version: '0.9.0' ``` build the Project into a JAR and run it ``` java -jar build/libs/example-0.0.1.jar...

Whenever I use this library in Java 11 to build a jar with Intellij, it says my main class is not found: ![](https://i.imgur.com/5XUaAll.png) When the main class clearly does exist,...

help wanted

By example, from `build.gradle` use `implementation 'at.favre.lib:bcrypt:0.9.0'` and from java file can not import: ``` test.java:3: error: package at does not exist import at.*; ^ ``` I use openjdk8 and...

See discussion in #23 > Talking about it, I think the interface of the lib a bit surprising. Why BCrypt.with()... is for hashing, and BCrypt.verifyer()... is for verifying? It would...

enhancement

Since the library can be used in Gradle projects, most of developers nowadays uses Gradle as a build system, this simple PR provide the option to copy and paste the...

Will there be an update to allow for it to be used with java's module system

From what it looks like to me, many of the checksums do not match the published jar files. The contents of `checksum-sha256.txt` also looks strange with some repeated lines with...

Bumps commons-cli:commons-cli from 1.5.0 to 1.6.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-cli:commons-cli&package-manager=maven&previous-version=1.5.0&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies