required the path and name of files

hi,



plz tell me the path and name of files that you are using to insert data for cscart_order_data table



and i shall be very gratefull to you if you tell me the functioning of below function ([color=“#006400”]this function is exist in fn.common.php file[/color])



i need to know the bold and red color parts of the function,where the required files to handle these things





function fn_encrypt_text($text)

{

if (!defined('CRYPT_STARTED')) {

[color=“#FF0000”]fn_init_crypt();[/color]

}



return base64_encode([color=“#FF0000”]Registry::get('crypt')->encrypt($text)[/color]);

}