[MDEV-4740] Security - SHRED like functions, make harder to recover data on UPDATE,DELETE,TRUNCATE,DROP,ALTER and temporary files (filesort for example) Created: 2013-06-30 Updated: 2013-06-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | roberto spadim | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi guys, could be nice and important for some security systems, SHRED like functions I have some databases that store credit card informations, they have cript functions, but it's nice after a delete, or update, or temporary tables a very intensive SHRED New Commands: Variables: 2)SET @@shred_drop_temporary_table=on/off (default off - when on shred temporary files before remove it, in this case we are talking about filesort and others things, when on, all temporary tables use shred, not just tables with ALTER TABLE xxx SHRED INTERATIONS=xxx) points to consider others doubts to think about... |
| Comments |
| Comment by roberto spadim [ 2013-06-30 ] |
|
SHRED linux source (maybe old, but have nice examples of how to do SHRED) |