My Project
Public Member Functions
Item_func_des_encrypt Class Reference
Inheritance diagram for Item_func_des_encrypt:
Item_str_func Item_func Item_result_field Item

List of all members.

Public Member Functions

 Item_func_des_encrypt (Item *a)
 Item_func_des_encrypt (Item *a, Item *b)
Stringval_str (String *)
void fix_length_and_dec ()
const char * func_name () const

Member Function Documentation

Function des_encrypt() by tonu@spam.ee & monty Works only if compiled with OpenSSL library support.

Returns:
A binary string where first character is CHAR(128 | key-number). If one uses a string key key_number is 127. Encryption result is longer than original by formula:
 new_length= org_length + (8-(org_length % 8))+1 

Implements Item.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines