corda / accounts

Accounts on Corda
Other
36 stars 38 forks source link

Improvement Suggestion #81

Open yashbhavsar007 opened 4 years ago

yashbhavsar007 commented 4 years ago

As we can see that under one node many accounts are produced to make it more sensible add the feature like private key or password. So, user can be authorized by the account library only. I know it can be handled on application-level also but adding features like this can make more secure to access cordapp. Can generate a private key from name or UUID at the time of the creation of account. And add one more function to verify the account. So, we can verify by library function only(function which returns boolean value by verifying the keys).

There is one more question If we can have a private key feature then how it can be handled with different node and registered accounts with them? More suggestions are admired