Update ALTERNATIVES.md

This commit is contained in:
mayfrost 2018-03-20 05:04:15 +00:00 committed by GitHub
parent cf9bb14aa7
commit c3e34b4207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,16 +375,16 @@ All apps are from F-Droid, may not be much but is a start.
* __Windows Registry Editor__: [Offline NT Password & Registry Editor (chntpw)](http://pogostick.net/~pnh/ntpasswd/) * __Windows Registry Editor__: [Offline NT Password & Registry Editor (chntpw)](http://pogostick.net/~pnh/ntpasswd/)
## Privacy ## Privacy
* __Anti Stylometry__: Anonymouth, renamer * __Anti Stylometry__: [Anonymouth](https://github.com/psal/anonymouth), [renamer](https://github.com/CaptainBlacklace/Renamer)
* __Disk Cleaner__: BleachBit -> bleachbit_cli (BleachBit) -> shred -> Dban * __Disk Cleaner__: [Dban](https://sourceforge.net/projects/dban/) -> bleachbit_cli ([BleachBit](https://github.com/bleachbit/bleachbit)) -> shred (GNU Coreutils)
* __Boot Encryption__: cryptboot * __Boot Encryption__: [cryptboot](https://github.com/xmikos/cryptboot)
* __Disk Encryption__: StegFS -> dm-crypt * __Disk Encryption__: [StegFS](https://www.mcdonald.org.uk/StegFS/) -> [dm-crypt](https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt)
* __File Encryption__: GNU Privacy Assistant -> ccrypt -> GNU Privacy Guard * __File Encryption__: [GNU Privacy Assistant](https://www.gnupg.org/related_software/gpa/) -> ccrypt -> [GNU Privacy Guard](https://www.gnupg.org/)
* __Full Storage Encryption__: VeraCrypt -> tcplay (TrueCrypt implementation) -> Keyringer -> Tomb * __Full Storage Encryption__: VeraCrypt -> [tcplay](https://github.com/bwalex/tc-play) (TrueCrypt implementation) -> [Tomb](https://github.com/dyne/Tomb)
* __Identity Generator__: The Random Identity Generator (rig) * __Identity Generator__: [The Random Identity Generator (rig)](http://rig.sourceforge.net/)
* __Password Generator__: pwgen -> apg * __Password Generator__: [pwgen](https://github.com/jbernard/pwgen) -> [apg](https://github.com/Distrotech/apg)
* __Password Manager__: KeePassX -> pass (+ pass-tomb) -> kpcli * __Password Manager__: KeePassX -> [pass](https://www.passwordstore.org/) (+ [pass-tomb](https://github.com/roddhjav/pass-tomb), + [passmenu](https://github.com/cdown/passmenu)) -> [kpcli](https://github.com/alecsammon/kpcli)
* __Steganography__: StegoShare -> Steghide -> SNOW -> Steganoroute * __Steganography__: StegoShare -> Steghide -> SNOW -> [Steganoroute](https://sourceforge.net/projects/steganoroute/)
## Programming ## Programming
* __Build Automation__: Gradle, Buildroot * __Build Automation__: Gradle, Buildroot