ADORSYS-GIS / webank-UserApp

Apache License 2.0
4 stars 0 forks source link

(TK-004):Create key pair generation mechanism #7

Open NkwaTambe opened 1 day ago

NkwaTambe commented 1 day ago

Description:

Implement a mechanism to generate cryptographic key pairs (public and private keys) for user account registration. The keys will be used to securely identify and authenticate users in the banking system.

Requirements:

Generate key pairs (public and private). Store keys securely on the user's device. Use the public key for registration with the Online Banking System (OBS).

Acceptance Criteria:

Key pairs are generated and stored securely. Public key is used in the registration flow. Estimate: 5