-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Issue:featureissue is created for new feature requestissue is created for new feature requestType:HardPr is accepted with difficulty level as hardPr is accepted with difficulty level as hard
Description
So, what is it about?
New Function: shareUserDetails
Description:
Add a new function shareUserDetails which allows a user to share their details securely with someone.
This function takes the Aadhar number and an encryption key as input.
The function encrypts the user details and returns the encrypted data.
Private Function: encrypt
Description:
Introduce a private function encrypt to perform encryption.
Modifier: onlyOwner
Description:
Add a modifier onlyOwner to restrict certain functions to be called only by the contract owner.
This ensures that critical operations are only performed by the contract owner, maintaining security and control.
Note: Use Kechhak256
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Issue:featureissue is created for new feature requestissue is created for new feature requestType:HardPr is accepted with difficulty level as hardPr is accepted with difficulty level as hard