https://github.com/coderanchel/security-utils-java
Example of Libraries for Java on JWT and Bycript
https://github.com/coderanchel/security-utils-java
Last synced: 8 months ago
JSON representation
Example of Libraries for Java on JWT and Bycript
- Host: GitHub
- URL: https://github.com/coderanchel/security-utils-java
- Owner: CoderAnchel
- Created: 2025-01-07T17:21:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T17:23:31.000Z (over 1 year ago)
- Last Synced: 2025-01-07T18:29:21.328Z (over 1 year ago)
- Language: Java
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Security-Utils-Java
Example of Libraries for Java on JWT and BCrypt.
## Introduction
This repository provides examples of how to use libraries for JSON Web Tokens (JWT) and BCrypt hashing in Java. It serves as a reference for implementing security features such as authentication and password hashing in Java applications.
## Libraries Used
- **JWT**: A library for creating and verifying JSON Web Tokens.
- **BCrypt**: A library for hashing passwords using the BCrypt algorithm.