태그>encryption(총 4개의 글)
'encryption' 관련 최근글
-
- RepeatedSubstrings
-
불타는 아잍(IT)스크림 by 불타는 아이스크림|2019/12/02 10:28
Code public class RepeatedSubstrings{ public String decompress(String compressed) { String[] sp = compressed.split("s*[^0-9]+s*"); int[] p1 = new int[sp.length/2]; int[] p2 = new int[sp.length/2]; in..
- RepeatedSubstrings
-
- [Payable] 공급자 가려진 계좌 번호 보기 / 계좌 번호 가리기
-
쿠마몬 by 쿠마몬|2017/03/14 10:55
Supplier Bank account is secured - How to unmask detailed number? ORACLE 에서는 Super User를 가진 User는 모든 master data에 접근할 수 있다.! 그런데 Supplier Account 정보 (통장 계좌번호) 이런 게 회사 내에서 모든 Super user가 보게 된다면...
ERP, r12, payable, encryption, 보안
- [Payable] 공급자 가려진 계좌 번호 보기 / 계좌 번호 가리기