Encryption.Hybrid

Encryption utillity package. Helps encrypt things


Keywords
Asymmetric, Encryption, RSA
License
GPL-3.0
Install
Install-Package Encryption.Hybrid -Version 2.0.0

Documentation

Encryption.Hybrid

Build status

Uses combination of Symmetric and Asymmetirc encryption AKA Hybrid encryption

Architecture

  • .NET Framework 4.7 runtime
  • Windows XP and above
  • NTFS partition

.NET Framework 4.7 runtime is only needed during the encryption phase

The windows os constraint is due to how windows protects keys RSA keys, see Link for details.

The application makes use of NTFS ACL to control access to sensitive files used to store decryption keys as per recommendation from Microsoft. See Link for details.

License

https://opensource.org/licenses/GPL-3.0