From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.115.2 with SMTP id o2mr20216325ywc.55.1471940332654; Tue, 23 Aug 2016 01:18:52 -0700 (PDT) X-Received: by 10.157.38.178 with SMTP id l47mr1319008otb.13.1471940332614; Tue, 23 Aug 2016 01:18:52 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!c52no10399015qte.1!news-out.google.com!d68ni36363ith.0!nntp.google.com!f6no12212809ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 23 Aug 2016 01:18:52 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=95.173.128.204; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 95.173.128.204 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: x_Cleaner v1.2 available From: George J Injection-Date: Tue, 23 Aug 2016 08:18:52 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:31511 Date: 2016-08-23T01:18:52-07:00 List-Id: It's my first opensource project, so i don't fully understand, how to do it right) and i want only say that it's x_Cleaner, realized with Ada using Win32Ada and GWindows modules, lisenced with GPL v3. x_Cleaner is Win32 based app. It can erase data from storage with next algorithms(at this moment): 1. Britain HMG IS5 - Base (one pass writing 0x0) 2. Britain HMG IS5 - Extended (1-st pass 0x0, 2-nd pass 0x1 and 3-d pass - random values) 3. Russian GOST R-50739-95 (1-st pass 0x0, 2-nd pass-random values) 4. Bruce Schneier's algorithm (1-st pass 0x1, 2-nd pass 0x0, 3-7 passes - random values) download path: https://sourceforge.net/projects/x-cleaner/ BTW i want to thank especially Dmitry A. Kazakov,Gautier de Montmollin, Aurele,Simon Wright,Remy Lebeau,Mark Hall, @andlabs!And thanks to all for the help! Hope it will be useful to somebody!