Wheeler & Needham’s Tiny Encryption Algorithm in js form

simple but powerful encryption algorithm which provides strong encryption in just a few lines of concise, clear code

Verzia zo dňa 01.09.2015. Pozri najnovšiu verziu.

Tento skript by nemal byť nainštalovaný priamo. Je to knižnica pre ďalšie skripty, ktorú by mali používať cez meta príkaz // @require https://update.greatest.deepsurf.us/scripts/12124/71602/Wheeler%20%20Needham%E2%80%99s%20Tiny%20Encryption%20Algorithm%20in%20js%20form.js

Autor
nik koum
Verzia
0.0.1.20150901213750
Vytvorené
01.09.2015
Aktualizované
01.09.2015
Veľkosť
7,3 KB
Licencia
neuvedené

Wheeler & Needham’s Tiny Encryption Algorithm is a simple but powerful encryption algorithm which provides strong encryption in just a few lines of concise, clear code. This implements the (corrected) ‘Block TEA’ variant (xxtea).

The library includes:

encrypt a text with a password
decrypt an encrypted text
encode an array of longs using a 128-bit key
decode an encoded array of longs

More details are available at www.movable-type.co.uk/scripts/tea-block.html.