Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 SQLite 中使用 bcrypt 包装了用于 SQLite 加密的文件。我们从数据库中提取敏感文件供最终用户查看。我们需要一个最佳实践来删除文件并使其无法恢复。我们必须对删除做出一些保证。
寻找确保删除的链接、想法和陷阱。