$FUNCNAME$
	EVP_DECRYPT()
$CATEGORY$
  Crypto
$SUMMARY$
	Decrypt string encrypted by ENV_ENCRYPT().
$LANG_RU$
	 ,   ENV_ENCRYPT().
$SYNTAX$
	EVP_DECRYPT(<cData>, <cKey> , [<cCipherMethod> , [<cDigestMethod>] , [<cInitVector>]) --> cDecrypted
$ARGUMENTS$
	<cData> - string for decryption.
	<cKey>  - key for decryption.
	<cCipherMethod> - decryption method. Default value 'des-ede3-cbc'.
	<cDigestMethod>	- the digest method. Default value 'md5'.
	<cInitVector> - initial vector for decryption. Default value ''.
$LANG_RU$
	<cData> -   .
	<cKey>  -   .
	<cCipherMethod> -  ,   'des-ede3-cbc'.
	<cDigestMethod>	-  ,   'md5'.
	<cInitVector> -   ,   ''.
$RETURNS$
	Decrypted string.
$LANG_RU$
	 .
$DESCRIPTION$
	Decrypt string, encrypted by EVP_ENCRYPT(), using
	one of symmetric block algoritm and given key string.
$LANG_RU$
	 ,   ENV_ENCRYPT(),
	       .
$EXAMPLES$
$LANG_RU$
$PECULIARITIES$
$LANG_RU$
$PLATFORMS$
   No dependies of platform.
   $LANG_RU$
      
$SEEALSO$
   EVP_ENCRYPT(),EVP_ALG_LIST()
$AUTHOR$
ITK,Paul
$END$
