Implement Encryption on Passwords 15/29715/7
authorguangxingwang <gw1218@att.com>
Wed, 31 Jan 2018 02:18:31 +0000 (20:18 -0600)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 5 Feb 2018 17:39:47 +0000 (17:39 +0000)
commit549cafbb3b5b5c9298e8c7371835f5c58633349f
tree29d74de12292aeea1db140b105e0e708b63566c2
parentbdb9bf58d7a80f43c3ce558e6fe59c3bc0f6f8bd
Implement Encryption on Passwords

Fix Fortify scan issue - hardcoded password

Issue-ID: POLICY-542
Change-Id: I722b9143fbddc48b67592bb35a44f36ed8b38aad
Signed-off-by: guangxingwang <gw1218@att.com>
PolicyEngineUtils/src/main/java/org/onap/policy/utils/CryptoUtils.java [new file with mode: 0644]
PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/CryptoUtilsTest.java [new file with mode: 0644]