/PersonalEncryptor

This is a follow-on project from PersonalEncryptorCLI which now uses .NET Standard and the libSodium library for encryption

Primary LanguageC#MIT LicenseMIT

Personal Encryptor v2

This is a follow-on project from PersonalEncryptorCLI which now uses .NET Standard and the libSodium library for encryption

The basic aim of this project is to demonstrate that such programs are fairly simple to develop and is heavily based on sample code generated by Stephen Haunts during his Practical Cryptography in .NET course.

You can read more about my reasoning behind this project in my blog post as well as any posts relating to its creation and ongoing development.

Ultimately I will hope to incorporate the core library, now using libSodium instead of the Microsoft encryption libraries, into cross platform Command Line utilies, Desktop and Mobile applications.