Skip to content

Releases: myloveCc/NETCore.Encrypt

2.1.0

12 Nov 15:02
Compare
Choose a tag to compare

1:Update exception message to english. #48
2:Fix aes decrypt failed on .net 6.0 runtime. #49
3: Update unit tests and demo sdk to .net 6

2.0.9.1

05 Aug 02:04
48a84c4
Compare
Choose a tag to compare

1: Changed initialization of random generator
2: Changed documentation from Chinese to English

2.0.9

22 Apr 06:23
Compare
Choose a tag to compare
  • Fix rsa create publickey error #36
  • Ras add new method with byte[] paramater and return byte[] data. #32

2.0.8

30 Aug 04:03
Compare
Choose a tag to compare

Update

1: Add keySize and padding property in OutofMaxlengthException;
2: Add unit test about new feature.

New Feature

#25 Add rsa sign() and verfiy() method ,test rsa in .net framework 4.7.2
#28 Ras with pem features.

2.0.8.1

30 Aug 10:37
Compare
Choose a tag to compare
2.0.8.1 Pre-release
Pre-release

1: Add Des iv create method 'CreateDesIv()';
2: #24 Add Des CBC mode encrypt/decrypt with iv ;
3: Add unit test about new features;

Add OutofMaxlengthException for rsa encrypt

05 Jun 04:37
6988f87
Compare
Choose a tag to compare

1: Add OutofMaxlengthException for rsa encrypt.
2: Add test about rsa OutofMaxlengthException.

2.0.6

29 Jan 06:56
71db46e
Compare
Choose a tag to compare

1: Add demo about how to use.
2: Add new method for aes/des with byte[] encrypt/decrypt.

Update RSAEncrypt/RSADecrypt Method

23 Jan 09:03
Compare
Choose a tag to compare
2.0.5

Merge branch 'master' of https://github.com/myloveCc/NETCore.Encrypt

Fix Rsa bug on linux/ mac

23 Jan 07:58
91c0415
Compare
Choose a tag to compare

1:Fix Rsa bug on linux/ mac
2:Change the TargetFramework from netcoreapp2.0 to netstandard2.0

MD5 hash result's length support 16 and 32.

12 Oct 02:12
Compare
Choose a tag to compare

MD5 hash result's length support 16 and 32.