Hash Values

class searx.plugins.hash_plugin.SXNGPlugin[source]

Plugin converts strings to different hash digests. The results are displayed in area for the “answers”.

id: ClassVar[str] = 'hash_plugin'

The ID (suffix) in the HTML form.

default_on: ClassVar[bool] = True

Plugin is enabled/disabled by default.

keywords: list[str] = ['md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512']

Keywords in the search query that activate the plugin. The keyword is the first word in a search query. If a plugin should be executed regardless of the search query, the list of keywords should be empty (which is also the default in the base class for Plugins).

Returns a result list only for the first page.