From b59108bfc14d3a6238df2e1faf8b8bbb0cea092b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20N=2E=20L=C3=B6fflmann?= Date: Tue, 19 Sep 2023 21:05:35 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9ca8a4d..9e79ea27 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Jacksum is also a library. You can use it for your projects. It is written entir ## Audience -Jacksum is for users with security in mind, advanced users, sysadmins, students of informatics, computer scientists, cybersecurity engineers, forensics engineers, penetration testers, white hat hackers, reverse engineers, CRC researchers, etc. +Jacksum is for users with security in mind, advanced users, sysadmins, students of informatics, computer scientists, cybersecurity engineers, forensics engineers, penetration testers, white hat hackers, reverse engineers, CRC researchers, etc. Jacksum is for professionals, but since HashGarten bundles the Jacksum library, Jacksum is available even to users who don't even know how to open a terminal. ## System Requirements @@ -100,9 +100,13 @@ Adler-32, ascon-hash, ascon-hasha, ascon-xof, ascon-xofa, AST strsum PRNG hash, See also [Algorithms of Jacksum](https://github.com/jonelo/jacksum/wiki/Algorithms) +Jacksum supports **HMAC**, a mechanism for message authentication using any iterated cryptographic hash function in combination with a secret shared key. + +Jacksum supports the **"Rocksoft (tm) Model CRC Algorithm"** to describe CRCs, so additional 1.0399*10^267 customized CRCs can be used. + ## User Interfaces -Jacksum provides a command line interface (CLI), a graphical user interface (GUI), and an application programming interface (API). +Jacksum provides a command line interface (CLI), and an application programming interface (API). A graphical user interface (GUI) is provided by HashGarten which is a subproject of the Jacksum project. Also, there are file browser integrations (FBI) available to integrate Jacksum and HashGarten into your preferred file browser such as Finder on macOS, Windows Explorer on Microsoft Windows or Caja, Dolphin, elementary Files, Konqueror, Krusader, Nemo, GNOME Nautilus, ROX-Filter, SpaceFM, Thunar, Xfe, or zzzFM on GNU/Linux. ### CLI