Home PHP Libraries Encryption and decryption class library PHP symmetric encryption algorithm DES and AES classes
PHP symmetric encryption algorithm DES and AES classes Share a php symmetric encryption algorithm DES and AES class, Supported keys: 64/128/256 bit (byte length 8/16/32), Supported algorithm: DES/AES (automatic matching based on key length: DES: 64bit AES: 128/256bit), Supported mode: CBC/ECB/ OFB/CFB, Ciphertext encoding: base64 string/hex string/binary string stream, Padding method: PKCS5Padding (DES). ##
Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

Java encryption and decryption function example based on AES symmetric encryption algorithm Java encryption and decryption function example based on AES symmetric encryption algorithm

24 Jan 2017

This article mainly introduces the encryption and decryption functions implemented by Java based on the AES symmetric encryption algorithm. It analyzes the definition and usage skills of the AES symmetric encryption algorithm in the form of a complete example. Friends in need can refer to the following

Simple AES encryption and decryption algorithm implemented in PHP Simple AES encryption and decryption algorithm implemented in PHP

22 May 2018

This article mainly introduces the simple AES encryption and decryption algorithm implemented by PHP, and analyzes the related operation skills of PHP for string encryption and decryption based on mcrypt_encrypt, bin2hex, mcrypt_decrypt and other methods based on specific examples. Friends in need can refer to the following

DES encryption and decryption algorithm class consistent with php and c# DES encryption and decryption algorithm class consistent with php and c#

29 Jul 2016

: This article mainly introduces the DES encryption and decryption algorithm class that is consistent between PHP and C#. Students who are interested in PHP tutorials can refer to it.

PHP backend uses AES encryption and decryption classes PHP backend uses AES encryption and decryption classes

08 Apr 2018

This article introduces the use of AES encryption and decryption classes in the PHP backend. Now I share it with you. Friends in need can refer to it.

PHP symmetric encryption algorithm (DES/AES) code PHP symmetric encryption algorithm (DES/AES) code

25 Jul 2016

PHP symmetric encryption algorithm (DES/AES) code

PHP encryption and decryption class example analysis, encryption and decryption example analysis_PHP tutorial PHP encryption and decryption class example analysis, encryption and decryption example analysis_PHP tutorial

13 Jul 2016

PHP encryption and decryption class example analysis, encryption and decryption example analysis. PHP encryption and decryption class example analysis, encryption and decryption example analysis This article describes the PHP encryption and decryption class. Share it with everyone for your reference. The specific analysis is as follows: This code supports array addition

See all articles