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