Narthex

Modular dictionary generator
git clone git@git.mcdim.xyz:/var/www/git/Narthex.git
Log | Files | Refs | README | LICENSE

commit ab06ae8f90485dcdd87718e616dd294f457cd7bf
parent 3bf27858870366be6d772c8c939753e0a8e94347
Author: Michael Constantine Dimopoulos <31562759+MichaelDim02@users.noreply.github.com>
Date:   Fri, 15 Oct 2021 14:18:09 +0000

Update README.md
Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -2,11 +2,12 @@ <img src="https://mcdim.xyz/projects/n/narthexblack.png" alt="Narthex logo" style="height: 150px; width:150px;"/> <p float="left"> -<img src="https://img.shields.io/badge/version-1.1-green"/> +<img src="https://img.shields.io/badge/version-1.1-blue"/> <img src="https://img.shields.io/badge/language-C-lightgrey"/> <img src="https://img.shields.io/badge/lines%20of%20code-1k-lightgreen"/> <img src="https://img.shields.io/badge/tools-8-green"/> <img src="https://img.shields.io/badge/dependencies-0-green"/> +<img src="https://img.shields.io/badge/license-GNU%20GPLv3-yellow"/> </p> Narthex (Greek: Νάρθηξ, νάρθηκας) is a modular & minimal dictionary generator for Unix and Unix-like operating system written in C and Shell. It contains autonomous Unix-style programs for the creation of personalised dictionaries that can be used for password recovery & security assessment. The programs make use of Unix text streams for the collaboration with each other, according to the Unix philosophy. It is licensed under the GPL v3.0. Currently under development!