This topic is locked

Encryption in templates - Todo List

4/17/2020 4:57:22 AM
PHPRunner General questions
T
thudsen author

Hi all
I'm using the TodoList template. Really love the kanban boards.
Running in to a problem however. The fields used for the Kanban board are encrypted in my database, but do not decrypt on the pages. I suspect I need to add a decrypt script on the PHP pages but can't seen to resolve the issue.
Any ideas would be appreciated.

Sergey Kornilov admin 4/17/2020

If you need to encrypt data in ToDo List template tables you will need to handle decryption manually.
See this article for more info:

https://xlinesoft.com/phprunner/docs/encryption.htm

T
thudsen author 4/17/2020



If you need to encrypt data in ToDo List template tables you will need to handle decryption manually.
See this article for more info:

https://xlinesoft.com/phprunner/docs/encryption.htm


Thanks Sergey. Just cannot figure out where to put the lines of code. I've tried in todo list_custom.php but not quite working.