X Deng
X Deng
CDCloudflare Developers
Created by X Deng on 3/21/2025 in #general-help
Encrypt/decrypt user's content using information from Cloudflare Access JTW as key
I have implemented JWT validation on a Cloudflare Access app, so users can log in by going through the CF Access layer. Now I am thinking of a way to encrypt user's content (saved in a database table) using information from the JWT, so that only the user and no one else (including DBAs) can view the content. Is it possible to rely on the JWT to do that? What would be your advice? Thank you.
1 replies