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

AES 암호화 적용 #26

Open
ytjdud opened this issue Jul 8, 2024 · 1 comment
Open

AES 암호화 적용 #26

ytjdud opened this issue Jul 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ytjdud
Copy link
Member

ytjdud commented Jul 8, 2024

채팅에 AES128 암호화를 적용한다.
이유: 표준. 빠른 처리속도로 채팅 서비스에 적합. E2EE 적용.

시퀀스


(needs) previous issue : #27
@ytjdud ytjdud added the enhancement New feature or request label Jul 8, 2024
@ytjdud
Copy link
Member Author

ytjdud commented Jul 8, 2024

세션 기반으로 구현한다.

- 사용자가 로그인 등 접속을 했을 때
RSA key pair 를 만들어둔다.

- 사용자가 채팅방에 접속할때
IMG_3777

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant