Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 487 Bytes

EncryptionAndHashingLibrary

A NET Core library for collecting and giving easy access to useful encryption and hashing functionality.

Can easily be copied or imported into any kind of NET project and be taken full advantage of.

Content

Currently supports the following encryption types: AES-GCM 128 and AES-CBC 256.

Currently supports the following hashing methods: SHA2

Uses

Used in github.com/flaskevann/FileEncryption

License

Has a regular MIT license