atsign-foundation / at_libraries

Support libraries & dependencies for Atsign's technology
https://pub.dev/publishers/atsign.org/packages
BSD 3-Clause "New" or "Revised" License
38 stars 11 forks source link

Support password-protected encryption of`atKeys` files #604

Open gkc opened 2 months ago

gkc commented 2 months ago

Is your feature request related to a problem? Please describe.

atKeys files are not encrypted, thus they need careful management; I'd like it not to be a security problem if my atKeys file is somehow leaked.

Describe the solution you'd like

Support password-protected encryption of atKeys in the same way as for ssh private keys

Describe alternatives you've considered

No response

Additional context

No response

purnimavenkatasubbu commented 3 weeks ago

Sample dart code for atkeys encryption atkeys_encryption.dart