...
이 문서는 Confluence의 DB 패스워드 정보를 암호화하는 가이드를 공유하기 위해 작성되었다.
단 | ||||||||
---|---|---|---|---|---|---|---|---|
|
목차 |
---|
...
Confluence AES 암호화
...
코드 블럭 |
---|
{"plainTextPassword":"Your DB Password","algorithm":"AES/CBC/PKCS5PADDING","algorithmKey":"AES"} |
Field | Description |
---|---|
plainTextPassword | Password in plaintext. |
algorithm | You can choose one of the following algorithms:
|
algorithmKey | The algorithm key must correspond with the algorithm chosen above:
|
패스워드 암호화
<Confluence-Install Directory>/bin으로 이동하여 아래 명령 입력
...