@cryptoolsorg/base64
v1.0.0
Published
A base 64 implementation in several languages.
Downloads
3
Readme
Base64
A way to encode binary data in an ASCII string.
How it works
Work In Progress
Implementations
Language | Encrypt | Decrypt ---------- | ------------------------------ | ------------------------------ Javascript | encrypt.js | decrypt.js PHP | encrypt.php | decrypt.php Python | encrypt.py | decrypt.py Swift | lib.swift | lib.swift
Package managers
NPM:
npm i @cryptoolsorg/base64
Running the tests
Tests are automatically handled by Travis CI.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Lucas Gruwez - Python Implementation - @lucasgruwez
- Arthur Guiot - JS + Swift Implementation - @arguiot
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the
file for details