1.0.0 • Published 6 years ago

@cryptoolsorg/base64 v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Base64

A way to encode binary data in an ASCII string.

How it works

Work In Progress

Implementations

LanguageEncryptDecrypt
Javascriptencrypt.jsdecrypt.js
PHPencrypt.phpdecrypt.php
Pythonencrypt.pydecrypt.py
Swiftlib.swiftlib.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