Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 178 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 178 Bytes

tea-php

TEA (Tiny Encryption Algorithm) 64 bits value, by 128 bits key , QQ do 16 round for php.

test

<?php
	require_once ('tea.php');
	Tea::test();
?>