Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: rdPBEStringEncryptor stringEncryptor = new org.jasypt.encryption.pbe.StandardPBEStringEncryptor(jasyptConfig) def encrypted = stringEncryptor.encrypt(params.password) } jasypt { algorithm = "PBEWITHSHA256AND256BITAES-CBC-BC" providerName = "BC" password = "test" keyObtentionIterations = 1000 Source: http://pastebin.com/raw.php?i=E2YKgZ7Z
↧