Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Readme.txt | 2010-04-11 | 594 Bytes | |
FilePurger | 2010-04-11 | 17.7 kB | |
Totals: 2 Items | 18.3 kB | 0 |
File Purger ------------ Written By Aditya Requirements ------------- 1.Any Linux OS 2.Gtk+-2.0 Library support Note ---- Read the source code for information about how compile, algorithm used, ... Summary ------- This program is used to delete files securely using low level system calls. Algorithm --------- >Allocate 1kB buffers equal to 1% of the total file size. >Overwrite the file with random buffers until the end is reached. >Use of system calls improves performance drastically. Code Liscence ------------- This code is open to all and free to be used/modified by anyone.