This code has been created for encrypting and decrypting private keys for wallets in general. Corion wallet started using this as a standard feature in order to be more secure and their funds are not prone to insider (wallet provider) side hacks anymore. Enjoy and welcome any comments.
- .Net Framework 4.6.2 C# WPF
- BouncyCastle
- Newtonsoft.Json
- SjclHelper (.Net)
- Install Visual Studio 2017 Community Edition
- Get code from the github
- Restore the packages with nuget package manager
- Build the solution