Class TEA

Description

XXTEA encryption arithmetic library.

Copyright (C) 2006 Ma Bingyao <andot@ujn.edu.cn> Version: 1.5 LastModified: Dec 5, 2006 This library is free. You can redistribute it and/or modify it.

Located in /JaPCrypt.class.php (line 136)


	
			
Method Summary
unknown decrypt (string $str, string $key)
unknown encrypt (string $str, string $key)
Methods
decrypt (line 220)

Decrypts a string using TEA algorithm.

  • return: - the decrypted string
unknown decrypt (string $str, string $key)
  • string $str: - the string to be decrypted
  • string $key: - the key to be used
encrypt (line 180)

Encrypts a string using TEA algorithm.

  • return: - the encrypted string
unknown encrypt (string $str, string $key)
  • string $str: - the string to be crypted
  • string $key: - the key to be used

Documentation generated on Thu, 08 Nov 2007 09:55:13 +0100 by phpDocumentor 1.3.0RC3