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

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greasyforks.org/scripts/12124/71602/Wheeler%20%20Needham%E2%80%99s%20Tiny%20Encryption%20Algorithm%20in%20js%20form.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
nik koum
버전
0.0.1.20150901213750
생성일
2015-09-01
갱신일
2015-09-01
크기
7.28KB
라이선스
해당 없음

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.

长期地址
遇到问题?请前往 GitHub 提 Issues。