iotaledger / chat.ixi

Apache License 2.0
28 stars 8 forks source link

Public and Private keys are not stored in a protected keystore #3

Open lnabergoi opened 5 years ago

lnabergoi commented 5 years ago

I order to have more secure user access, you need to implement the keys storage inside a p12, identify the file with a hash of the userID and secure the p12 with the user password.

I can help implement it if you allow me.