Add SHA-3 algorithm support to file integrity module #5345
Labels
Auditbeat
enhancement
good first issue
Indicates a good issue for first-time contributors
Hacktoberfest
The Auditbeat file integrity module currently has support for MD5, SHA-1, and SHA-2 algorithms. It would be simple to add support for the latest member of the Secure Hash Algorithm family - SHA-3. The algorithms are implemented in golang.org/x/crypto/sha3.
The text was updated successfully, but these errors were encountered: