←  APIs and Utilities

ComputerCraft | Programmable Computers for Minecraft

»

ChaCha20 encryption in ComputerCraft

Anavrins's Photo Anavrins 25 Dec 2015

ChaCha20 is mostly considered as a secure replacement to the broken RC4 algorithm.
It is slower but more secure than RC4, however it is faster than AES.
This is based off the implementation in this ietf draft (https://tools.ietf.o...a20-poly1305-01)

Usage

Example

Download: pastebin get GPzf9JSa chacha
Edited by Anavrins, 12 August 2018 - 07:44 PM.
Quote