Added gocryptfs

pull/27/head
Tullio Facchinetti 1 year ago
parent bbeb470e80
commit 1f4921a840

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1111**
* Apps/tools covered: **1112**
* Number of categories: **66**.
# Index
@ -51,7 +51,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Networking](#networking) (33), [Note taking](#note-taking) (20)
* [Office tools](#office) (10), [Online search and resources](#online) (14), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (43), [Prompts](#prompt) (4)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (34), [System monitoring](#monitor) (40), [System tools](#system) (17)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (23), [Shells](#shells) (10), [Sound and music](#music) (34), [System monitoring](#monitor) (40), [System tools](#system) (17)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (38), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (24), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (31)
* [Versioning](#versioning) (6), [Viewers](#viewers) (37)
@ -1029,6 +1029,7 @@ Cryptography, ciphered archive managers, encrypted file-systems.
* [feroxbuster](https://github.com/epi052/feroxbuster) - A fast, simple, recursive content discovery tool written in Rust.
* [Firejail](https://firejail.wordpress.com/) - A SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf.
* [GnuPG](https://gnupg.org/) - GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP).
* [gocryptfs](https://nuetzlich.net/gocryptfs) - An encrypted overlay filesystem written in Go.
* [hashcat](https://hashcat.net/hashcat/) - A robust and efficient password cracking tool that can help you recover lost passwords, audit password security, benchmark, or just figure out what data is stored in a hash.
* [Image Steganography Tool](https://github.com/7thSamurai/steganography) - Simple C++ Encryption and Steganography tool that uses Password-Protected-Encryption to secure a file's contents.
* [LUKS](https://guardianproject.info/code/luks/) - Hard disk encryption tool; it stores all setup information in the partition header, enabling easy data transport or migration.

@ -1110,3 +1110,4 @@ music,radio-active,,https://github.com/deep5050/radio-active,Internet radio play
online,Fjira,,https://github.com/mk-5/fjira,The fuzziest Jira command line tool in the world.
networking,neoss,,https://github.com/PabloLec/neoss,User-friendly and detailed socket statistics with a Terminal UI.
conversion,unoserver,,https://github.com/unoconv/unoserver/,"Using LibreOffice as a server for converting documents, it allows to convert multiple documents without loading libreoffice into memory every time."
security,gocryptfs,https://nuetzlich.net/gocryptfs,https://github.com/rfjakob/gocryptfs/,An encrypted overlay filesystem written in Go.

1 category name homepage git description
1110 online Fjira https://github.com/mk-5/fjira The fuzziest Jira command line tool in the world.
1111 networking neoss https://github.com/PabloLec/neoss User-friendly and detailed socket statistics with a Terminal UI.
1112 conversion unoserver https://github.com/unoconv/unoserver/ Using LibreOffice as a server for converting documents, it allows to convert multiple documents without loading libreoffice into memory every time.
1113 security gocryptfs https://nuetzlich.net/gocryptfs https://github.com/rfjakob/gocryptfs/ An encrypted overlay filesystem written in Go.
Loading…
Cancel
Save