From d4eaf485e8b857bbcc1fb8e6f76d0c4321ad09df Mon Sep 17 00:00:00 2001 From: stulzq Date: Thu, 21 Feb 2019 11:44:51 +0800 Subject: [PATCH] [Add] CI Status --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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")