百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
P

permadelete

> 编程语言
开源

轻松永久删除文件。

345 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

轻松永久删除文件。

Permadelete

Permadelete is an easy to use and beautiful app for shredding files and folders permanently.

  • Download the latest release and give it a try.
  • Read this short tutorial about 3 fun ways to shred files permanently using Permadelete.
  • And if you are the curious type, you can read about how Permadelete works.
  • We welcome everyone who wants to help us in any way they can :grin: Please contact me if you are interested.

Note: It needs .Net Framework 4.5 to run which you can download here.

Resources

Here are a list of projects and articles that have been very helpful in developing Permadelete:

  • Secure Delete by @bitbeans
  • Data evaopration on SSDs by Sam Bowne
  • The urban legend of multipass hard disk overwrite and DoD 5220-22-M by Brian Smithson

How to build

  • Open Permadelete in Visual Studio
  • Create a Keys.cs file in /Publish beside Installer.iss and paste this code into the file:
csharp
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Permadelete
{
   public class Keys
   {
       public const string SENTRY_API_DSN = "";
       public const string DROPBOX_API_KEY = "";
   }
}
  • Press CTRL + F5

Special Thanks

I'd like to thank everyone who has helped me in developing and testing Permadelete, I'd also like to thank these awesome companies who have donated a license of their invaluable products to the project:

  • Icons8.com for beautiful icons.
  • Sentry.io for analytics and crash reports.

Contact

You can contact via my email: [email protected]

A DevelopersTree.com project.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#c-sharpdeletefilesystemshred

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言