%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/1857783/root/var/www/k-creatives/wp-content/plugins/duplicator-pro/lib/pcrypt/
Upload File :
Create Path :
Current File : //proc/1857783/root/var/www/k-creatives/wp-content/plugins/duplicator-pro/lib/pcrypt/example.php

<?php

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;

?>

Zerion Mini Shell 1.0