NETCore.Encrypt Versions Save

NETCore encrypt and decrypt tool,Include aes,des,rsa,md5,sha1,sha256,sha384,sha512

2.1.0

2 years ago

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

2 years ago

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

2.0.9

4 years ago
  • Fix rsa create publickey error #36
  • Ras add new method with byte[] paramater and return byte[] data. #32

2.0.8.1

4 years ago

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

2.0.8

4 years ago

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.7

5 years ago

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

2.0.6

6 years ago

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

2.0.5

6 years ago

2.0.4

6 years ago

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

2.0.3

6 years ago

MD5 hash result's length support 16 and 32.