| blenc_encryptEncrypt a PHP script with BLENC. Description
   string blenc_encrypt
    ( string  $plaintext, string$encodedfile[, string$encryption_key] )Encrypt the plaintext content and write it into encodedfile Parameters
 
 Return ValuesBLENC will return the redistributable key that must be saved into key_file: the path of key_file is specified at runtime with the option blenc.key_file Examples
 Example #1 blenc_encrypt example 
<?php |