Tactics - Security 1 #11
changjurhee
started this conversation in
Polls
Replies: 2 comments 1 reply
-
이 QA는 Server에 암호데이터를 저장한것이 유출되지 않도록 하는것이니, client에서 전달받은 암호를 저장할때, 단방향 Hash SHA-256 를 사용해서 Database에 암호 원본이 아닌 Hash data를 저장하면 될것 같습니다. Verify Message Integrity 항목의 SHA예가 있으나, 교제의 SHA 는 원본 미저장의 의미보다는 원본 변경의 검증에 가깝긴합니다. Encrypt data와 둘중에 혼란스럽긴 하지만 Encrypt data를 선정했습니다. |
Beta Was this translation helpful? Give feedback.
1 reply
-
encrypt data 가 일반적인 것 같아 투표 했습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Quality Attributes
- Stimulus: Data is leaked to the outside
- Source: Insider
- Artifact: User's password
- Environment: All
- Response: Store user's password encrypted
- Response measure: Unknown raw user's password
4 votes ·
Beta Was this translation helpful? Give feedback.
All reactions