From 0eba25eacb062dd2ffa88b935b1e2b9ff04a2254 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sat, 2 Dec 2023 12:35:59 +0100 Subject: [PATCH] Add: van-gonography --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 318e221..61fc21d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1265** +* Apps/tools covered: **1266** * Number of categories: **75**. # Index @@ -26,7 +26,7 @@ Some links are available to [related resources](#resources). * [Office tools](#office) (11), [Online search and resources](#online) (15), [Organizers and calendars](#organizers) (21) * [Package managers](#package-manager) (11), [Password managers](#password-manager) (18), [Process viewers and monitoring (alternatives to top)](#monitor-top) (19), [Productivity](#productivity) (9), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (34), [Prompts](#prompt) (4) * [RSS](#rss) (9), [Religion](#religion) (4) -* [Science](#science) (17), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (25), [Shells](#shells) (14), [Sound and music](#music) (42), [System monitoring](#monitor) (23), [System tools](#system) (22) +* [Science](#science) (17), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (26), [Shells](#shells) (14), [Sound and music](#music) (42), [System monitoring](#monitor) (23), [System tools](#system) (22) * [Terminals](#terminal) (13), [Text processing](#text-processing) (31), [Text search (alternatives to grep)](#text-search) (10), [Text search and replace (alternatives to sed)](#text-search-replace) (4), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (30), [Torrent](#torrent) (7), [Typing test and practice](#typing) (8) * [Utilities](#utility) (31) * [Versioning](#versioning) (6), [Video](#video) (11), [Viewers](#viewers) (20) @@ -1237,6 +1237,7 @@ Cryptography, ciphered archive managers, encrypted file-systems. * [SOPS](https://github.com/getsops/sops) - SOPS (Secrets OPerationS) is a simple and flexible tool for managing secrets, sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats, encrypting the values but not the keys. * [StegCloak](https://github.com/kurolabs/stegcloak) - Hide secrets with invisible characters in plain text securely using passwords * [uacme](https://github.com/ndilieto/uacme) - ACMEv2 client written in plain C with minimal dependencies. +* [van-gonography](https://github.com/JoshuaKasa/van-gonography) - Hide your files of any type inside a image of your choice using steganography. * [wifi-password](https://github.com/rauchg/wifi-password) - Get wifi pass. ## Shells diff --git a/data/apps.csv b/data/apps.csv index 22dd745..c8e30bb 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1264,3 +1264,4 @@ networking,ssh-menu,,https://github.com/antonjah/ssh-menu,A very simple terminal networking,sshed,,https://github.com/trntv/sshed,sshed is a ssh config editor and bookmarks manager. music,fme,,https://github.com/andreykaere/fme,Flexible metadata editor that allows to edit the metadata of music files. utility,asciit,,https://github.com/Q1CHENL/asciit,"A more compact and intuitive ASCII table in your terminal: an alternative to ""man 7 ascii"" and ""ascii""." +security,van-gonography,,https://github.com/JoshuaKasa/van-gonography,Hide your files of any type inside a image of your choice using steganography.