diff --git a/README.md b/README.md index e9e1d91..a95565b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # RSAUtil [中文文档](https://github.com/stulzq/RSAUtil/blob/master/README_Chinese.md "中文文档") + +[![Build Status](https://ci2.xcmaster.com/job/RSAUtil/job/master/badge/icon)](https://ci2.xcmaster.com/job/RSAUtil/job/master/) + .NET Core RSA algorithm using the help tool.It supports data encryption, decryption, signature and verification signature.It supports three key formats, namely: xml, pkcs1, pkcs8.It also supports key conversion for these three formats.Last also support pem formatting. Thanks for onovotny's [bc-csharp](https://github.com/onovotny/bc-csharp "bc-csharp")