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
- Host: GitHub
- URL: https://github.com/bitmarck-service/base32check-java
- Owner: bitmarck-service
- License: apache-2.0
- Created: 2020-04-23T10:01:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-12T16:56:00.000Z (9 months ago)
- Last Synced: 2025-08-12T18:39:13.956Z (9 months ago)
- Topics: base32, base32check, checksum, java
- Language: Scala
- Homepage: https://base32check.org
- Size: 283 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base32check-java
[](https://github.com/bitmarck-service/base32check-java/actions/workflows/test.yml)
[](https://github.com/bitmarck-service/base32check-java/releases/latest)
[](https://search.maven.org/artifact/de.bitmarck.bms/base32check-java)
[](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.