-
Security
Encrypt sensitive fields at rest
Identifies fields holding sensitive personal data and adds application-level encryption where hashing won't work.
Free Prompt
What This Does / How This Helps
Finds the sensitive fields sitting in plaintext in your database and adds real encryption to the ones that need it, with keys kept out of the code. A database dump is bad. A database dump containing plaintext addresses, ID numbers, or private messages is a breach notification, possible legal exposure, and a news story. Encryption at rest means the dump alone isn't enough; the attacker also needs the key, which lives in your environment, not the database. The prompt deliberately limits scope, because encrypting everything breaks search and indexing. You get a field-by-field decision list so only the data that justifies it pays the complexity cost.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).