Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption of PII #298

Open
GamerMedic opened this issue Nov 29, 2023 · 1 comment
Open

Encryption of PII #298

GamerMedic opened this issue Nov 29, 2023 · 1 comment

Comments

@GamerMedic
Copy link

Is it possible to encrypt the email address for users? I've got encryption already set up, the problem is that I get an invalid email address error when passing the encrypted form (obviously).

The data needs encrypting to comply with data protection regulations, so is there a way to bypass the email validation (instead handling validation myself)? Or to be able to encrypt data after PHP-Auth validates it?

@kennyrkun
Copy link

Perhaps it would be useful to have functions which can be used to modify data before it comes out of the database, and which similarly modify it before it goes into the database. That way, the database could store the data encrypted, and unencrypt it as it comes out and needs to be worked on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants