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 | 31 |
Tags
- 두개리스트비교
- wordpress블로그
- AWS
- lightsail
- enumtype
- hashset
- db
- Annotation
- string_agg()
- 리스트합집합
- list중복제거
- 리스트차집합
- 지옥같은git
- enum
- anymatch메서드
- 리스트교집합
- awsconsole
- instance생성
- 리스트비교
- WordPress
- 널포인터에러
- 3tierarchitecture
- Spring
- ansible
- mybatis
- Java
- route53
- 중복제거
- 권한정책
- PostgreSQL
Archives
- Today
- Total
Anyway
[Spring] Jasypt로 프로퍼티 암호화하기
단순히 코드 저장을 위해 Github에 코드를 올린다 하지만 아무래도 DB user나 pw같은 유출 가능성이 있는 키나 개인 정보들은 암호화해주는 게 좋다. 더군다나 실무에서 이런 키들이 저장소에 올라가게 되면 어떤 일이 일어날지 모른다... 😌 이번에 진행중인 프로젝트 내에서 프로퍼티 암호화를 위해 Jasypt를 처음 써보게 되어 정리한다. [Jasypt란?] Jasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptogr..
Java/Spring
2024. 8. 30. 13:19