[mod] Hash plugin: List the available hash functions in the description

Co-authored-by: Bnyro <bnyro@tutanota.com>
This commit is contained in:
benpiano800 2025-06-12 11:26:05 -05:00 committed by Bnyro
parent a6d0333e30
commit 0b877f1fb8

View File

@ -32,7 +32,9 @@ class SXNGPlugin(Plugin):
self.info = PluginInfo(
id=self.id,
name=gettext("Hash plugin"),
description=gettext("Converts strings to different hash digests."),
description=gettext(
"Converts strings to different hash digests. Available functions: md5, sha1, sha224, sha256, sha384, sha512." # pylint:disable=line-too-long
),
examples=["sha512 The quick brown fox jumps over the lazy dog"],
preference_section="query",
)