Coding Function Library

Alibabacloud.com offers a wide variety of articles about coding function library, easily find your coding function library information here online.

MCrypt encoding function library: mcrypt_get_cipher_name

Mcrypt_get_cipher_http://www.aliyun.com/zixun/aggregation/11696.html ">name Gets the name of the encoding. Syntax: string mcrypt_get_cipher_name (int cipher); Return value: String function kind: Code processing Content Description This function is used to obtain the name of the encoding. The return value is the name string, without the specified ...

MCrypt encoding function library: mcrypt_get_block_size

Mcrypt_get_block_size gets the chunk size of the encoding. Syntax: int mcrypt_get_block_size (int cipher); Return value: integer function kind: The encoding processing content explains the block size that this function uses to obtain the encoding. parameter is an encoded name, and an integer is returned.

MCrypt encoding function library: mcrypt_get_key_size

Mcrypt_get_key_size gets the encoded key size. Syntax: int mcrypt_get_key_size (int cipher); Return value: Integer function type: encoding processing &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function is used to obtain the size of the coded key. parameter is an encoded name, and an integer is returned.

MCrypt encoding function library: Mcrypt_create_iv

Mcrypt_create_iv Initializes a vector from a random source. Syntax: string mcrypt_create_iv (int size, int source); Return value: String function kind: Code processing Content Description This function is used to establish the value of vector initialization (initialization vector, IV). The parameter size is initialized for the specified vector.

MCrypt encoding function library: MCRYPT_CBC

MCRYPT_CBC use CBC to add/Decrypt data. Syntax: string MCRYPT_CBC (int cipher, string key, string data, int mode, string [IV]); Return value: String function kind: Encoding processing &http://www.aliyun.com/zixun/aggregation/37954.html ">NB ...

MCrypt encoding function library: MCRYPT_CFB

MCRYPT_CFB uses CFB to add/decrypt data. Syntax: string MCRYPT_CFB (int cipher, string key, string data, int mode, string iv); Return value: String function kind: Encoding processing &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp ...

MCrypt encoding function library: MCRYPT_ECB

MCRYPT_ECB uses the ECB to add/decrypt information. Syntax: string MCRYPT_ECB (int cipher, string key, string data, int mode);  Return value: String function kind: Encoding processing &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Content description ...

MCrypt encoding function library: MCRYPT_OFB

MCRYPT_OFB use OFB to add/decrypt data. Syntax: string mcrypt_ofb (int cipher, string key, string data, int mode, string iv); Return value: String function kind: Encoding processing content Description This function uses OFB password to retrieve this (output feedback), encrypt and decrypt the data. parameter cipher to add/decrypt method, for example ...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.