Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README 수정입니다. #34

Merged
merged 1 commit into from
Apr 14, 2018
Merged

README 수정입니다. #34

merged 1 commit into from
Apr 14, 2018

Conversation

owljoa
Copy link
Collaborator

@owljoa owljoa commented Apr 13, 2018

Modify usage and features section in README.md file

  • Modify usage section for adding ByteToKey function as a content
  • Modify features section for correcting the name of signature algorithm
  1. ByteToKey 기능 추가에 따라 ByteToKey, GetKey 기능들을 usage에 포함시켰습니다.
  2. Heimdall에서 제공하는 features에서 키 생성 알고리즘보다는 서명 알고리즘이 좀 더 맞는 표현인 것 같아서 수정했습니다.
    그리고 찾아보니 RSA 알고리즘은 그 자체로 서명 알고리즘은 아니고 RSA-PSS와 RSASSA-PSS 등의 서명 알고리즘이 있었고 저희가 사용하는 RSA 서명 알고리즘은 golang 라이브러리를 보니 RSASSA-PSS 였습니다.
    PSSOption의 사용 이유도 RSASSA-PSS에서 메시지 해싱 이후에 바로 서명(private key로 암호화)이 아니라 해싱된 메시지에 대해 Encoded Message라는 폼으로 한 번 더 마스크 씌우고 해싱 등.. 과정이 있더라고요 :)

- Modify usage section for adding ByteToKey function as a content
- Modify features section for correcting the name of signature algorithm
@junbeomlee
Copy link
Member

좋은 내용입니다!

@junbeomlee
Copy link
Member

이제 고 코드도 잘 짜시는것 같아요!

@owljoa
Copy link
Collaborator Author

owljoa commented Apr 13, 2018

하하; 아직 문법책 다 보지도 못해서 그냥 짜집기꾼이에요 ㅋㅋ

@yojkim yojkim merged commit f05c7b9 into DE-labtory:master Apr 14, 2018
@owljoa owljoa deleted the readme branch May 11, 2018 00:31
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants