use-of-default-aes
weak-random
Math.random()
or java.util.Random()
. These are both not cryptographically strong random number generators (RNGs). If you are using these RNGs to create passwords or secret tokens, use java.security.SecureRandom
instead.gcm-detection
use-of-blowfish
desede-is-deprecated
unencrypted-socket
des-is-deprecated
use-of-rc4
ecb-cipher
rsa-no-padding
no-static-initialization-vector
use-of-md5
use-of-md5-digest-utils
use-of-aes-ecb
gcm-nonce-reuse
use-of-rc2
no-null-cipher
use-of-weak-rsa-key
use-of-sha1