mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[mod] Hash plugin: List the available hash functions in the description
Co-authored-by: Bnyro <bnyro@tutanota.com>
This commit is contained in:
		
							parent
							
								
									a6d0333e30
								
							
						
					
					
						commit
						0b877f1fb8
					
				@ -32,7 +32,9 @@ class SXNGPlugin(Plugin):
 | 
				
			|||||||
        self.info = PluginInfo(
 | 
					        self.info = PluginInfo(
 | 
				
			||||||
            id=self.id,
 | 
					            id=self.id,
 | 
				
			||||||
            name=gettext("Hash plugin"),
 | 
					            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"],
 | 
					            examples=["sha512 The quick brown fox jumps over the lazy dog"],
 | 
				
			||||||
            preference_section="query",
 | 
					            preference_section="query",
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user