Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- tucker의 go 언어 프로그래밍
- APM
- PETERICA
- kotlin coroutine
- 공부
- kotlin
- 오블완
- CKA
- docker
- AWS EKS
- mysql 튜닝
- go
- CKA 기출문제
- 코틀린 코루틴의 정석
- kotlin querydsl
- 정보처리기사 실기 기출문제
- Elasticsearch
- Pinpoint
- 기록으로 실력을 쌓자
- Java
- Spring
- golang
- Kubernetes
- minikube
- AI
- aws
- Linux
- 정보처리기사실기 기출문제
- CloudWatch
- 티스토리챌린지
Archives
- Today
- Total
목록AES_ENCRYPT (1)
피터의 개발이야기

데이터의 암호화를 위해 개발하였던 것을 정리하도록 하겠습니다. CryptUtil package com.peterica.swagger.util; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Component; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; import java.io.UnsupportedEncodingException; import java.math.BigInteger; import java.security.MessageDigest; import org.apache.commons.codec.binary.Hex; @Component @S..
Programming/JAVA
2021. 1. 2. 08:00