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

Class: WindMcryptCbc

Source Location: /security/WindMcryptCbc.php

Class WindMcryptCbc

Class Overview

Implements interfaces:

基于cbc算法实现的加密组件

Located in /security/WindMcryptCbc.php [line 12]



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

Methods

[ Top ]
Method Summary
void   decrypt()  
void   encrypt()  

[ Top ]
Methods
decrypt  [line 37]

  void decrypt( $string, $key, [ $iv = '']  )

Parameters:
   $string: 
   $key: 
   $iv: 

API Tags:
Access:  public


Implementation of:
IWindSecurity::decrypt()
解密算法实现

[ Top ]
encrypt  [line 17]

  void encrypt( $string, $key, [ $iv = '']  )

Parameters:
   $string: 
   $key: 
   $iv: 

API Tags:
Access:  public


Implementation of:
IWindSecurity::encrypt()
加密算法实现接口

[ Top ]

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