mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Crypto: more non-ascii removal.
This commit is contained in:
@@ -19,15 +19,15 @@ import javax.crypto.spec.SecretKeySpec;
|
||||
*
|
||||
* Flows include:
|
||||
*
|
||||
* 1. Secure HMAC-SHA2 (HMAC-SHA256) – a widely accepted MAC. 2. Secure
|
||||
* HMAC-SHA3 (HMAC-SHA3-256) – an alternative using the SHA-3 family. 3. Secure
|
||||
* Poly1305 MAC – using BouncyCastle’s implementation. 4. Secure GMAC – using
|
||||
* AES-GCM’s authentication tag in a dedicated MAC mode. 5. Secure KMAC – using
|
||||
* 1. Secure HMAC-SHA2 (HMAC-SHA256) - a widely accepted MAC. 2. Secure
|
||||
* HMAC-SHA3 (HMAC-SHA3-256) - an alternative using the SHA-3 family. 3. Secure
|
||||
* Poly1305 MAC - using BouncyCastle’s implementation. 4. Secure GMAC - using
|
||||
* AES-GCM’s authentication tag in a dedicated MAC mode. 5. Secure KMAC - using
|
||||
* KMAC128 (from the SHA-3 family).
|
||||
*
|
||||
* Insecure examples include:
|
||||
*
|
||||
* 6. Insecure HMAC-SHA1 – which is deprecated.
|
||||
* 6. Insecure HMAC-SHA1 - which is deprecated.
|
||||
*
|
||||
* Further flows:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user