Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 638 Bytes

File metadata and controls

18 lines (13 loc) · 638 Bytes

SafetyLook

Summary

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.

Framework used

  • .Net Framework 4.6.2 C# WPF
  • BouncyCastle
  • Newtonsoft.Json
  • SjclHelper (.Net)

Build steps