Rationale
When using cryptography, all encryption keys should be randomized. Hard-wiring these values greatly compromises the security of encrypted data.
Scope
Apex classes
Detect uses of cryptography with hard-wired keys, so that the security of encrypted data is not compromised.
When using cryptography, all encryption keys should be randomized. Hard-wiring these values greatly compromises the security of encrypted data.
Apex classes