Giter VIP home page Giter VIP logo

jbcrypt's People

Contributors

glenkpeterson avatar mikesir87 avatar svenkubiak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jbcrypt's Issues

Compiler target set too high (1.5 suffices)

The BCrypt code wrapped by this package compiles fine with a compiler target of 1.5, but this package's POM sets it to 1.8. This unfortunately means that JDK 1.8 is the minimum requirement for the artifacts released on Maven Central, even though the code itself works fine with JDK 1.5.

Clarify "moved to a java package" in README

You say:

The classes have been moved to a java package to avoid pollution of the global namespace. org.mindrot was chosen to reflect their original origin.

However, when I download http://www.mindrot.org/files/jBCrypt/jBCrypt-0.4.zip I see that the first line in BCrypt.java is "package org.mindrot.jbcrypt;". So what do you mean that the classes have been moved to a java package? They seem to already be in a Java package to me.

char[] instead of String?

Hi there,

Thanks for your work on this.

I'd like to ask, is there any reason hashpw method works with String instead of char[]? Wouldn't it be better if array was used, as it's not interned and may be removed from memory?

Missing LICENSE

The readme states

jBCrypt is licensed under a ISC/BSD licence. See the LICENSE file for details.

but said file doesn't exist.

Given the clause from https://github.com/jeremyh/jBCrypt/blob/master/LICENSE that reads "provided that the above copyright notice and this permission notice appear in all copies" I think it needs to be added ๐Ÿ˜„

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.