# base122-java **Repository Path**: mirrors_patrickfav/base122-java ## Basic Information - **Project Name**: base122-java - **Description**: A Base122 byte-to-text encoder using format referenced in http://blog.kevinalbs.com/base122 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Base122 Encoder and Decoder WIP ## Build ### Jar Sign If you want to jar sign you need to provide a file `keystore.jks` in the root folder with the correct credentials set in environment variables ( `OPENSOURCE_PROJECTS_KS_PW` and `OPENSOURCE_PROJECTS_KEY_PW`); alias is set as `pfopensource`. If you want to skip jar signing just change the skip configuration in the `pom.xml` jar sign plugin to true: true ### Build with Maven Use maven (3.1+) to create a jar including all dependencies mvn clean install ## Tech Stack * Java 7 * Maven * Jar Signing # Credits * Javascript reference implementation [kevinAlbs/Base122](https://github.com/kevinAlbs/Base122) # License Copyright 2017 Patrick Favre-Bulle Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.