Cookies crypt

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
truefriend-cz
Posts: 66
Joined: 08 Jan 2019, 07:14

Cookies crypt

Post 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
Mantis version: 2.23.0, OS: Windows, PHP: 7.3, Charset (PHP, Database): UTF-8, and: little, bad english
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Cookies crypt

Post by cas »

custom_function_api is automatically loaded :mrgreen:
truefriend-cz
Posts: 66
Joined: 08 Jan 2019, 07:14

Re: Cookies crypt

Post by truefriend-cz »

Have you tried it yet?
Mantis version: 2.23.0, OS: Windows, PHP: 7.3, Charset (PHP, Database): UTF-8, and: little, bad english
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Cookies crypt

Post 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🤔
Post Reply