Skip to content

A simple CLI to hash passwords and check passwords VS hashed values.

License

Notifications You must be signed in to change notification settings

madmath03/password-cli

Repository files navigation

Java Passwords

Build Status codecov

A simple CLI to hash passwords and check passwords VS hashed values.

Summary

It uses a combination of hashing and unique salt. The algorithm used is PBKDF2WithHmacSHA512 which, although not the best for hashing password (vs. bcrypt) is still considered robust and recommended by NIST. The hashed value has 512 bits.

This utility is inspired from the following links:

Contributing

See CONTRIBUTING file.

License

This product is distributed under the MIT Licence. See the complete license in the bundle:

Read the license

About

A simple CLI to hash passwords and check passwords VS hashed values.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages