From bdfd657d4ec3d53ab82b9a576eed64ec2e8edc8b Mon Sep 17 00:00:00 2001 From: Konstantin Alexandroff Date: Sun, 13 Sep 2020 12:35:49 +0200 Subject: [PATCH] Add lethe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad70b8d..8f7ed12 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### Security tools * [kpcyrd/badtouch](https://github.com/kpcyrd/badtouch) — A scriptable network authentication cracker [](https://travis-ci.org/kpcyrd/badtouch) +* [lethe](https://github.com/kostassoid/lethe) — A secure cross-platform drive wiping utility [![Version info](https://img.shields.io/crates/v/lethe.svg)](https://crates.io/crates/lethe) [![Build Status](https://api.travis-ci.org/kostassoid/lethe.svg?branch=master)](https://travis-ci.org/kostassoid/lethe) * [arvancloud/libinjection-rs](https://github.com/arvancloud/libinjection-rs) — Rust bindings for [libinjection](https://github.com/client9/libinjection) [](https://travis-ci.org/arvancloud/libinjection-rs) * [ripasso](https://github.com/cortex/ripasso/) — A password manager, filesystem compatible with pass * [kpcyrd/rshijack](https://github.com/kpcyrd/rshijack) — A TCP connection hijacker, rust rewrite of shijack [](https://travis-ci.org/kpcyrd/rshijack)