项目作者: sarul84

项目描述 :
Encryption and decryption using different algorithms
高级语言: C#
项目地址: git://github.com/sarul84/Prakrishta.Cryptography.git
创建时间: 2019-02-09T12:45:12Z
项目社区:https://github.com/sarul84/Prakrishta.Cryptography

开源协议:

下载


Prakrishta.Cryptography

Encryption and decryption using different algorithms such as RijndaelManaged and AES. The code sample demonstrates the way to do encryption and decryption in dot net core / dot net standard, as these frameworks don’t support block size more than 128 but supports different key sizes.

Build status:
Build status

The test project has sample code for different scenarios.

This code samples are open source, feel free to use it in your project or modify as per your requirement