Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/maven_springboot_bcryptcli
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2024-06-07T07:48:08.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T11:32:07.000Z (3 months ago)
- Last Synced: 2024-08-08T14:25:33.675Z (3 months ago)
- Topics: bcrypt, cli, github-actions, java, maven, spring-boot
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).