PHP Classes

File: english_encrypt.php

Recommend this page to a friend!
  Classes of Ricky Robinson   TA_OpenSSL   english_encrypt.php   Download  
File: english_encrypt.php
Role: Auxiliary script
Content type: text/plain
Description: English Localization Translation
Class: TA_OpenSSL
Encrypts and decrypts data using certificates
Author: By
Last change:
Date: 20 years ago
Size: 644 bytes
 

Contents

Class file image Download
<?php

/**
* error text values
*/

define ("loc_encrypt_invalid_public_key_path", "Invalid Public Key Path");
define ("loc_encrypt_openssl_get_public_error", "Get Public Key Failed");
define ("loc_encrypt_verification_failed", "Failed while verifying encrypted data");
define ("loc_encrypt_decryption_private_error", "Decryption of data Failed");
define ("loc_encrypt_empty_return", "OpenSSL returned an empty encrypted result");

define ("loc_encrypt_invalid_private_key_path", "Invalid Private Key Path");
define ("loc_encrypt_openssl_get_private_error", "Get Private Key Failed, Please check passphrase for accuracy");


?>