godsharp - GodSharp.Encryption 1.0.0
Common encryption method for .NET.
PM> Install-Package GodSharp.Encryption -Version 1.0.0 -Source https://www.myget.org/F/godsharp/api/v3/index.json
> nuget.exe install GodSharp.Encryption -Version 1.0.0 -Source https://www.myget.org/F/godsharp/api/v3/index.json
> dotnet add package GodSharp.Encryption --version 1.0.0 --source https://www.myget.org/F/godsharp/api/v3/index.json
source https://www.myget.org/F/godsharp/api/v3/index.json
nuget GodSharp.Encryption ~> 1.0.0
Copy to clipboard
> choco install GodSharp.Encryption --version 1.0.0 --source https://www.myget.org/F/godsharp/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "godsharp" -SourceLocation "https://www.myget.org/F/godsharp/api/v2"
Install-Module -Name "GodSharp.Encryption" -RequiredVersion "1.0.0" -Repository "godsharp"
Copy to clipboard
GodSharp.Encryption
Common encryption method for .NET.
Build Status
| Branch | Status |
|---|---|
| master | |
| dev | |
| release |
| Name | Stable | Preview |
|---|---|---|
| GodSharp.Encryption |
Hash Algorithm
MD5
SHA
- SHA1
- SHA256
- SHA384
- SHA512
HMAC
- HMACMD5
- HMACRIPEMD160
- HMACSHA1
- HMACSHA256
- HMACSHA384
- HMACSHA512
Method
- Encrypt()
Symmetric Encryption Algorithm
AES
DES
3DES
Method
- Encrypt()
Asymmetric Encryption Algorithm
- RSA
Method
Encrypt()
Decrypt()
generate openssl key
openssl
genrsa -out openssl_rsa_pri_2048.pem 2048
rsa -in openssl_rsa_pri_2048.pem -pubout -out openssl_rsa_pub_2048.pem
Base64
Method
Encrypt()
Decrypt()
Common encryption method for .NET.
- .NETFramework 3.5: 3.5.0.0
OwnersSeay |
Authorsseayxu |
Project URLhttps://github.com/godsharp/GodSharp.Encryption |
LicenseMIT |
TagsGodSharp.Encryption,Encryption,GodSharp |
Info9 total downloads |
| 3 downloads for version 1.0.0 |
| Download (7.28 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
2018.4.1 | 129.99 KB | Sun, 04 Nov 2018 09:28:44 GMT | 6 |
|
||
|
|
1.0.0 | 7.28 KB | Tue, 18 Apr 2017 08:01:28 GMT | 3 |
|