mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	Update Security.php
Corrected description for method decryptByKey().
This commit is contained in:
		@ -143,7 +143,7 @@ class Security extends Component
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Verifies and decrypts data encrypted with [[encryptByPassword()]].
 | 
			
		||||
     * Verifies and decrypts data encrypted with [[encryptByKey()]].
 | 
			
		||||
     * @param string $data the encrypted data to decrypt
 | 
			
		||||
     * @param string $inputKey the input to use for encryption and authentication
 | 
			
		||||
     * @param string $info optional context and application specific information, see [[hkdf()]]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user