R/security.R
sanitize_hash.Rd
Validates hash inputs to ensure they conform to expected formats (MD5, SHA1, SHA256) and contain only valid hexadecimal characters.
sanitize_hash(hash)
Character string representing a file hash
Sanitized hash or throws error if invalid
Other security: is_api_key_configured(), sanitize_domain(), sanitize_file_path(), sanitize_ip(), sanitize_url(), security-utilities
is_api_key_configured()
sanitize_domain()
sanitize_file_path()
sanitize_ip()
sanitize_url()
security-utilities