A base 64 implementation in several languages.
npm install @cryptoolsorg/base64A way to encode binary data in an ASCII string.
> Work In Progress
Language | Encrypt | Decrypt
---------- | ------------------------------ | ------------------------------
Javascript | encrypt.js | decrypt.js
PHP | encrypt.php | decrypt.php
Python | encrypt.py | decrypt.py
Swift | lib.swift | lib.swift
bash
npm i @cryptoolsorg/base64
``Tests are automatically handled by Travis CI.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Lucas Gruwez - _Python Implementation_ - @lucasgruwez
- Arthur Guiot - _JS + Swift Implementation_ - @arguiot
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the