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

https://github.com/bitmarck-service/base32check-java

Java implementation of base32 and base32check1
https://github.com/bitmarck-service/base32check-java

base32 base32check checksum java

Last synced: 4 months ago
JSON representation

Java implementation of base32 and base32check1

Awesome Lists containing this project

README

          

# base32check-java

[![test](https://github.com/bitmarck-service/base32check-java/actions/workflows/test.yml/badge.svg)](https://github.com/bitmarck-service/base32check-java/actions/workflows/test.yml)
[![Release Notes](https://img.shields.io/github/release/bitmarck-service/base32check-java.svg?maxAge=3600)](https://github.com/bitmarck-service/base32check-java/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/de.bitmarck.bms/base32check-java)](https://search.maven.org/artifact/de.bitmarck.bms/base32check-java)
[![Apache License 2.0](https://img.shields.io/github/license/bitmarck-service/base32check-scala.svg?maxAge=3600)](https://www.apache.org/licenses/LICENSE-2.0)

This project is a Java implementation of [base32](https://en.wikipedia.org/wiki/Base32) as specified in [RFC 4648](https://tools.ietf.org/html/rfc4648#section-6) and the [base32check1](https://base32check.org/) algorithm.
For more information see https://base32check.org.

## License
This project uses the Apache 2.0 License. See the file called LICENSE.