Read the source file, encrypt it with base64_encode, and use the 52 uppercase and lowercase letters obtained by shuffling as the secret key for replacement
$c=strtr (ciphertext, corresponding to the letter to be replaced, the letter to be replaced);
Link the two secret keys and the ciphertext to form the main content of the file to be encrypted
Finally, according to the template format written in advance, combine the base64_decode, strtr, and substr commands respectively, and put the combined ciphertext into the template and base64_encode the encryption here,
Write the file to be encrypted.
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
28Jul2016
Encryption and decryption: Encryption and decryption PHP encryption and decryption class:
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
12Jul2016
Encryption and decryption processing class implemented by PHP, encryption and decryption implemented by PHP. Encryption and decryption processing class implemented by PHP, encryption and decryption implemented by PHP This article describes the encryption and decryption processing class implemented by PHP. Share it with everyone for your reference, the details are as follows: php /*==========
13Jul2016
Analysis of PHP encryption and decryption class examples. Example Analysis of PHP Encryption and Decryption Class This article mainly introduces the PHP encryption and decryption class. The example analyzes the principles and related techniques of PHP encryption and decryption. It is of great practical value. Friends who need it can
25Jul2016
php encryption and decryption processing class
Hot Tools
PHP string encryption and decryption class
PHP string encryption and decryption class
passwordPHP5.5 password PHP library
password_compat-masterPHP5.5 password function PHP library
PHP symmetric encryption algorithm DES and AES classes
PHP symmetric encryption algorithm DES and AES classes