Best laravel framework open-source packages.

Tea php

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

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