File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/example.php
Back
<?php namespace VendorDuplicator; require 'class.pcrypt.php'; /* MODE: MODE_ECB or MODE_CBC ALGO: BLOWFISH KEY: Your secret key :) (max lenght: 56) */ $crypt = new pcrypt(\MODE_ECB, "BLOWFISH", "secretkey"); // to encrypt $plaintext = "password"; $ciphertext = $crypt->encrypt($plaintext); // to decrypt $decrypted = $crypt->decrypt($ciphertext); echo $plaintext . "<br />" . $ciphertext . "<br />" . $decrypted;
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings