암복호화 지원 추가
parent
2759fdeb77
commit
273c213e68
@ -0,0 +1,50 @@
|
|||||||
|
{ "enabled": true,
|
||||||
|
"cryptoDefs": [
|
||||||
|
{ "name": "aria",
|
||||||
|
"class": "cokr.xit.base.crypto.bean.ARIA",
|
||||||
|
"settings": {
|
||||||
|
"key": "Copyright (c) 2015 - (주)엑스아이티",
|
||||||
|
"algorithm": "SHA-256",
|
||||||
|
"blockSize": 1024
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
{ "name": "echelon",
|
||||||
|
"class": "cokr.xit.base.crypto.bean.Echelon",
|
||||||
|
"settings": {
|
||||||
|
"module": "3rd-party/echelon",
|
||||||
|
"agentIP": "211.119.124.117",
|
||||||
|
"agentPort": 29995
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "name": "dguard",
|
||||||
|
"class": "cokr.xit.base.crypto.bean.DGuard",
|
||||||
|
"settings": {
|
||||||
|
"secureID": "xit_agent",
|
||||||
|
"securePWD": "Agent!@#$5",
|
||||||
|
"securePIN": "Agent!@#$5",
|
||||||
|
"propertyPath": "3rd-party/dguard/conf/dguard.conf",
|
||||||
|
"tableName": "TB_PAYER",
|
||||||
|
"columnName": "RTPYR_NO"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
],
|
||||||
|
|
||||||
|
"targetValues": [
|
||||||
|
{ "name": "주민등록번호",
|
||||||
|
"mapKeys": [
|
||||||
|
"pyrNo",
|
||||||
|
"PYR_NO",
|
||||||
|
"RPRS_PYR_NO"
|
||||||
|
],
|
||||||
|
"objectProperties": [
|
||||||
|
"pyrNo",
|
||||||
|
"request.pyrNo",
|
||||||
|
"request.rprsPyrNo",
|
||||||
|
"response.resVo1.pyrNo"
|
||||||
|
],
|
||||||
|
"cryptoDefs": ["aria"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue