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

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

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.