You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
389 B
Plaintext
19 lines
389 B
Plaintext
10 months ago
|
{ "enabled": true,
|
||
|
"cryptoDefs": [
|
||
|
{ "name": "aria",
|
||
|
"class": "cokr.xit.base.crypto.bean.ARIA",
|
||
|
"settings": {
|
||
|
"key": "Copyright (c) 2015 - (주)엑스아이티",
|
||
|
"algorithm": "SHA-256",
|
||
|
"blockSize": 1024
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"targetValues": [
|
||
|
{ "name": "주민등록번호",
|
||
|
"mapKeys": ["RTPYR_NO"],
|
||
|
"objectProperties": ["rtpyrNo"],
|
||
|
"cryptoDefs": ["aria"]
|
||
|
}
|
||
|
]
|
||
|
}
|