Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdecker-mobilecomputing/maven_springboot_bcryptcli

CLI application with Spring Boot for demoing Bcrypt with different cost factors
https://github.com/mdecker-mobilecomputing/maven_springboot_bcryptcli

bcrypt cli github-actions java maven spring-boot

Last synced: 10 days ago
JSON representation

CLI application with Spring Boot for demoing Bcrypt with different cost factors

Awesome Lists containing this project

README

        

# Bcrypt-CLI #


Dieses Repo enhält den Quellcode für eine einfache Commandozeilen-Applikation mit *Spring Boot*,
mit der ein über Tastatur eingegebenes Passwort mit [Bcrypt](https://en.wikipedia.org/wiki/Bcrypt)
verhasht wird.


----

## Beispielausgaben ##


[Beispielausgabe für Verhashung von Passwort "asdf"](./Beispielausgabe_asdf.txt)


[Beispielausgabe für Verhashung von Passwort "asdf1234abcd"](./Beispielausgabe_asdf1234abcd.txt)


----

## License ##


See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).