system_out_제거
This commit is contained in:
@@ -880,7 +880,7 @@ public class EAILogDAO {
|
||||
}
|
||||
|
||||
originalAttribute = sb.toString();
|
||||
System.out.println("DB 암호화 #2 : {"+ originalAttribute +"} -> {"+attribute+"}");
|
||||
// System.out.println("DB 암호화 #2 : {"+ originalAttribute +"} -> {"+attribute+"}");
|
||||
//logger.debug("DB 암호화 #2 : {} -> {}", originalAttribute, attribute);
|
||||
}
|
||||
}
|
||||
@@ -964,7 +964,7 @@ public class EAILogDAO {
|
||||
|
||||
try {
|
||||
encryptedBytes1 = safedb.encrypt(userName, tableName, columnName1, byteMsg);
|
||||
System.out.println("Encrypted Data : [" + new String(encryptedBytes1) + "]");
|
||||
// System.out.println("Encrypted Data : [" + new String(encryptedBytes1) + "]");
|
||||
|
||||
byte[] decryptedBytes1 = safedb.decrypt(userName, tableName, columnName1, encryptedBytes1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user