Actions
Activity #3467
openFeature #63: DigiPatho Web -- Development, Validation, Certification and Deployment
Feature #3465: Digitally signing pathologist reports
Module #3466: Backend – Key Pair Management
Generate Cryptographic Key Pair for Pathologist
Start date:
04/01/2025
Due date:
% Done:
0%
Estimated time:
Planned Due Date:
04/08/2025
Description
- Generate Key Pair: For each pathologist, generate a unique cryptographic key pair (private/public keys). Implement logic for generating an RSA key pair (public/private key). Use KeyPairGenerator in Java to generate keys. Use user_id from the mas_users table to ensure the key pair is unique for each pathologist.
- Store Public Key: store the public key in the mas_users table.
Ref:
https://medium.com/javajams/unlocking-the-power-of-digital-signatures-in-spring-boot-apis-298c687fc411
https://github.com/eidankhan/digital-signature-demo
Updated by Thara S Pillai over 1 year ago
- Subject changed from Generate Public/Private Key Pair to Generate Cryptographic Key Pair for Pathologist
- Description updated (diff)
Actions