We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbc985 commit bc61ea6Copy full SHA for bc61ea6
API.md
@@ -28,6 +28,7 @@ HTTP 요청 리스트(ajax)
28
29
- :tab인 탭에 정보 추가
30
- body: { id: string(아이디), host: string(호스트), pwd: string(패스워드), hint: string(힌트) }
31
+- AES 알고리즘으로 pwd를 암호화하여 저장
32
- return: 'ok'
33
34
### GET /tab/:nickname
@@ -71,4 +72,5 @@ HTTP 요청 리스트(ajax)
71
72
73
- :nickname으로 로그인한 유저의 특정 행 비밀번호 열람 요청
74
- body: { password: string(로그인 암호), currentPwd: number(비밀번호 테이블 id) }
75
+- AES로 암호화된 password를 복호화하여 반환
76
- return: userPassword: string
0 commit comments