What would be the best way to save user sensational data like documents that people have typed? Would it be easiest to make a database of a bunch of VARCHAR(8000) rows, or should I make independent protected files? I don’t want opinions, just facts. Thanks!
Share
Encrypt it :). Someone already asked this, so check this out:
What's the best way to store sensitive data in MySQL?