You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
I was wondering, as medical data is sensitive data, would it be possible to implement attribute encryption to anonymize the fields that could be used to identify a person in case of a leak/security vulnerability or malicious access? Like the name, date of birth, address, email and phone of a patient.
Hello,
I was wondering, as medical data is sensitive data, would it be possible to implement attribute encryption to anonymize the fields that could be used to identify a person in case of a leak/security vulnerability or malicious access? Like the name, date of birth, address, email and phone of a patient.
This articles explains how such a thing could be implemented without having to install a gem: https://pawelurbanek.com/rails-secure-encrypt-decrypt
The text was updated successfully, but these errors were encountered: