Encrypt a field

Ask your questions here.
Post Reply
User avatar
marajah
Posts: 13
Joined: 31 Aug 2020, 13:28
Name: Albro
Location: Italia
Company Name: Alacer Sas
Contact:

Encrypt a field

Post by marajah »

Hello, guys
I have searched through the forum but didn't find anything about this, I hope that I am not repeating a thread.
Is it possible to store data in an entity field, encrypted, and being able to view the original data only if I'm allowed by the admin and / or after introducing a safety code?
Probably is something that needs to be done with a script, but I'm struggling to find a way to make it a smooth and easy process.
Example: in the client's folder I would like to store data that have to be available only to certain users, even in the same department. To be compliant with GDPR requirements this data can't be stored in a readable way, but encrypted. And when the users open this field, even if authorized, it would be better if he introduce a pin code.
Any idea or suggestion to look through?
Many thanks in advance, to anybody can help.
User avatar
support
Site Admin
Posts: 6184
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Encrypt a field

Post by support »

At the moment there is no field type for this.
But I have question how it should be encrypted?
PHP has standard function https://www.php.net/manual/en/function. ... encode.php
Also Mysql have function on encrypt data
https://www.w3resource.com/mysql/encryp ... rypt().php
User avatar
support
Site Admin
Posts: 6184
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Encrypt a field

Post by support »

Added new field type "Encrypted input field"
https://www.facebook.com/RukovoditelPro ... 9250357891


Last bumped by marajah on 15 Nov 2020, 04:37.
Post Reply