Skip to content

Commit bc61ea6

Browse files
committed
api
1 parent fcbc985 commit bc61ea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

API.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ HTTP 요청 리스트(ajax)
2828

2929
- :tab인 탭에 정보 추가
3030
- body: { id: string(아이디), host: string(호스트), pwd: string(패스워드), hint: string(힌트) }
31+
- AES 알고리즘으로 pwd를 암호화하여 저장
3132
- return: 'ok'
3233

3334
### GET /tab/:nickname
@@ -71,4 +72,5 @@ HTTP 요청 리스트(ajax)
7172

7273
- :nickname으로 로그인한 유저의 특정 행 비밀번호 열람 요청
7374
- body: { password: string(로그인 암호), currentPwd: number(비밀번호 테이블 id) }
75+
- AES로 암호화된 password를 복호화하여 반환
7476
- return: userPassword: string

0 commit comments

Comments
 (0)