[Feature] E2EE 암호화 유틸리티 구현 (RSA-2048 + AES-256) #28
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
API 키, 인증서 등 민감 데이터 암호화를 위한 유틸리티와 E2EE 요청/응답 처리를 구현한다. (ENC-01, ENC-02, ENC-03)
체크리스트
SPMS.Infrastructure/Security/AesEncryption.cs— AES-256-CBC 암호화/복호화SPMS.Infrastructure/Security/RsaEncryption.cs— RSA-2048 키 쌍 관리SPMS.Infrastructure/Security/E2EEService.cs— 하이브리드 암복호화SPMS.Infrastructure/Security/TimestampValidator.cs— 타임스탬프 검증 (±30초)SPMS.API/Filters/SecureTransportAttribute.cs— Action Filter 구현