search
HomePHP LibrariesEncryption and decryption class libraryPHP symmetric encryption algorithm DES and AES classes
PHP symmetric encryption algorithm DES and AES classesShare 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 algorithmJava encryption and decryption function example based on AES symmetric encryption algorithm

24Jan2017

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 PHPSimple AES encryption and decryption algorithm implemented in PHP

22May2018

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

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

08Apr2018

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.

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

29Jul2016

: 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 symmetric encryption algorithm (DES/AES) codePHP symmetric encryption algorithm (DES/AES) code

25Jul2016

PHP symmetric encryption algorithm (DES/AES) code

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

13Jul2016

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