PLangHQ / plang

The code repository from plang programming language
GNU Lesser General Public License v2.1
51 stars 5 forks source link

Export private keys #41

Closed ingig closed 4 months ago

ingig commented 4 months ago

Add the ability to export private keys to plang.

Start
ExportPrivateKeys
- [crypt] export private key for encryption, write to %privateKey%
- write out 'Encryption private key: %privateKey%'
- [identity] export identity private key, write to %privateKey%
- write out 'Identity private key: %privateKey%'
- [message] export message private key, write to %privateKey%
- write out 'Message private key: %privateKey%'
- [blockchain] export blockchain private key, write to %privateKey%
- write out 'Blockchain private key: %privateKey%'

Check out the blog post about it https://github.com/PLangHQ/plang/blob/main/Documentation/blogs/ExportPrivateKeys.md