Re: Encyption/Decryption of Form Fields in CakePHP 3

2015-09-30 Thread Aday Talavera
You can try to use my CipherBehavior plugin. https://github.com/adayth/cakephp-cipher-behavior El domingo, 23 de agosto de 2015, 22:13:34 (UTC+1), Alexander Slotty escribió: > > Hello, > > I was hoping someone could help with my task. It should be "relatively" > simple: I want to have some for

Re: Encyption/Decryption of Form Fields in CakePHP 3

2015-09-22 Thread Dakota
nts> On Tuesday, 22 September 2015 09:23:50 UTC+2, Paweł B wrote: > > Did you solve this problem? It tried > http://stackoverflow.com/questions/32260229/encyption-decryption-of-form-fields-in-cakephp-3 > > but still no luck (return Resource Id #???). New app will be in ver 2.x or

Re: Encyption/Decryption of Form Fields in CakePHP 3

2015-09-22 Thread Dakota
In CakePHP 3, I would make use of a custom data type. See http://book.cakephp.org/3.0/en/orm/database-basics.html#adding-custom-types for more information and an example. On Sunday, 23 August 2015 23:13:34 UTC+2, Alexander Slotty wrote: > > Hello, > > I was hoping someone could help with my tas

Re: Encyption/Decryption of Form Fields in CakePHP 3

2015-09-22 Thread Paweł B
Did you solve this problem? It tried http://stackoverflow.com/questions/32260229/encyption-decryption-of-form-fields-in-cakephp-3 but still no luck (return Resource Id #???). New app will be in ver 2.x or in other framework... W dniu niedziela, 23 sierpnia 2015 23:13:34 UTC+2 użytkownik

Encyption/Decryption of Form Fields in CakePHP 3

2015-08-23 Thread Alexander Slotty
Hello, I was hoping someone could help with my task. It should be "relatively" simple: I want to have some form-fields encrypted when they are added/edited and decrypted when they are looked up by cake. Here is the code that works for me in v2.7.2: core.php: Configure::write('Security.key','s