Skip to content

Commit 8334e9b

Browse files
committed
2018.4.1.0
1 parent db018e6 commit 8334e9b

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# GodSharp.Encryption
2+
3+
[![license][li]][l] [![GitHub code size in bytes][si]][0]
4+
25
Common encryption method for .NET.
36

7+
# Build Status
8+
9+
|Branch|Status|
10+
|---|---|
11+
|master|[![Build status](https://ci.appveyor.com/api/projects/status/4nyip49ng1agsi3u/branch/master?svg=true&style=flat-square)](https://ci.appveyor.com/project/seayxu/godsharp-encryption/branch/master)|
12+
|dev|[![Build status](https://ci.appveyor.com/api/projects/status/4nyip49ng1agsi3u/branch/dev?svg=true)](https://ci.appveyor.com/project/seayxu/godsharp-encryption/branch/dev)|
13+
|release|[![Build status](https://ci.appveyor.com/api/projects/status/4nyip49ng1agsi3u/branch/release?svg=true)](https://ci.appveyor.com/project/seayxu/godsharp-encryption/branch/release)|
14+
15+
|Name|Stable|Preview|
16+
|---|:---:|:---:|
17+
| GodSharp.Encryption | [![MyGet][mi1]][m1] [![NuGet][ni1]][n1] | [![MyGet][mi2]][m1] [![NuGet][ni2]][n1] |
18+
419
# Hash Algorithm
520

621
- MD5
@@ -59,4 +74,20 @@ rsa -in openssl_rsa_pri_2048.pem -pubout -out openssl_rsa_pub_2048.pem
5974

6075
- Encrypt()
6176

62-
- Decrypt()
77+
- Decrypt()
78+
79+
[0]: https://github.com/godsharp/GodSharp.Encryption
80+
[si]: https://img.shields.io/github/languages/code-size/godsharp/GodSharp.Encryption.svg?style=flat-square
81+
82+
[li]: https://img.shields.io/badge/license-MIT-blue.svg?label=license&style=flat-square
83+
[l]: https://github.com/godsharp/GodSharp.Encryption/blob/master/LICENSE
84+
85+
[m1]: https://www.myget.org/Package/Details/godsharp?packageType=nuget&packageId=GodSharp.Encryption
86+
87+
[mi1]: https://img.shields.io/myget/godsharp/v/GodSharp.Encryption.svg?label=myget&style=flat-square
88+
[mi2]: https://img.shields.io/myget/godsharp/vpre/GodSharp.Encryption.svg?label=myget&style=flat-square
89+
90+
[n1]: https://www.nuget.org/packages/GodSharp.Encryption
91+
92+
[ni1]: https://img.shields.io/nuget/v/GodSharp.Encryption.svg?label=nuget&style=flat-square
93+
[ni2]: https://img.shields.io/nuget/vpre/GodSharp.Encryption.svg?label=nuget&style=flat-square

0 commit comments

Comments
 (0)