phpDocumentor security
[ class tree: security ] [ index: security ] [ all elements ]

Interface: IWindSecurity

Source Location: /security/IWindSecurity.php

Interface IWindSecurity

Interface Overview

wind加密解密算法接口定义

Located in /security/IWindSecurity.php [line 11]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Id$
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Methods

[ Top ]
Method Summary
string   decrypt()   解密算法实现
string   encrypt()   加密算法实现接口

[ Top ]
Methods
decrypt  [line 29]

  string decrypt( string $string, string $key  )

解密算法实现

Parameters:
string   $string: 
string   $key: 

API Tags:
Return:  解密后的结果
Access:  public


[ Top ]
encrypt  [line 20]

  string encrypt( string $string, string $key  )

加密算法实现接口

Parameters:
string   $string: 
string   $key: 

API Tags:
Return:  加密后的结果
Access:  public


[ Top ]

Documentation generated on Fri, 30 Mar 2012 11:43:27 +0800 by phpDocumentor 1.4.4