What is the primary risk of storing sensitive user data (e.g., SSNs, credit card numbers) in plain text in a Rails PostgreSQL database?
-
A
A database breach directly exposes all sensitive data with no further attack steps needed
-
B
ActiveRecord query performance degrades for large text columns
-
C
Rails migrations fail to run on encrypted PostgreSQL extensions
-
D
Devise password hashing is bypassed for those columns