Skip to content
/ tea-php Public
forked from rryqszq4/tea-php

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

License

Notifications You must be signed in to change notification settings

kirrie/tea-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();
?>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%