Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farnulfo/base64
A simple java implementation of Base64 encoding/decoding algorithm
https://github.com/farnulfo/base64
Last synced: about 2 months ago
JSON representation
A simple java implementation of Base64 encoding/decoding algorithm
- Host: GitHub
- URL: https://github.com/farnulfo/base64
- Owner: farnulfo
- Created: 2012-04-23T21:56:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T16:47:23.000Z (over 2 years ago)
- Last Synced: 2023-03-14T10:54:01.238Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Base64
======A simple java implementation of Base64 encoding/decoding algorithm (http://tools.ietf.org/html/rfc4648).
[![Build Status](https://travis-ci.org/farnulfo/Base64.png?branch=master)](https://travis-ci.org/farnulfo/Base64)