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”.
- 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).
- post_search(request: SXNG_Request, search: SearchWithPlugins) EngineResults [source]¶
Returns a result list only for the first page.