Page 1 of 1

Cookies crypt

Posted: 16 Feb 2019, 02:18
by truefriend-cz
Hi. I make changes Mantis PHP code for i want crypting cookies for users (browser).

Any idea how i can crypted Cookies for users? And decrypting if will be back from browser for Mantis.
Where is best place in PHP scripts for adding this feature?

I find gpc_api.php funtions gpc_get_cookie, etc. And i have crypt/decrypt function in custom_functions_api.php and if added require_api( 'custom_function_api.php' );
to gpc_api.php, then no loading my functions for crypt/decrypt.

Any idea?

Thanks

Re: Cookies crypt

Posted: 16 Feb 2019, 17:26
by cas
custom_function_api is automatically loaded :mrgreen:

Re: Cookies crypt

Posted: 19 Feb 2019, 03:16
by truefriend-cz
Have you tried it yet?

Re: Cookies crypt

Posted: 19 Feb 2019, 06:29
by cas
Using custom_functions Yes, what you want No since i have No need for this.
If you believe there is a bug, please report it together with steps to reproduce🤔