• 大小: 1.62KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-23
  • 语言: C#
  • 标签: unity  工具  

资源简介

/**************************
 * 文件名:UEncrypt.cs;
 * 文件描述:RSA加密 解密;
 * 创建日期:2016/05/29;
 * Author:ThisisGame;
 * Page:https://github.com/ThisisGame/UEncrypt.git
 ***************************/

资源截图

代码片段和文件信息

/**************************
 * 文件名:UEncrypt.cs;
 * 文件描述:RSA加密 解密;
 * 创建日期:2016/05/29;
 * Author:ThisisGame;
 * Page:https://github.com/ThisisGame/UEncrypt.git
 ***************************/

using System.IO;
using System.Text;
using System.Security.Cryptography;
using System;


namespace ThisisGame.UEncrypt
{
    public class UEncrypt
    {
        public static string publicKey = “khiBttRxPUUZ03zFaILBnYb1CoH2ZF28Oi0Be0uIXnvtfBDGGRlCQRdHoDNINf6Ta00GLYV9YEcCZHPfpzn9Eo/1fH2SPtoJNGznQzoGnyFN3RioaTY1Mpd27WxrJ/R3XAuwzz456/1szzkEfojwzFwOwaFzt4s6/bDj+e5DAG0=AQAB“;

        /// 
        /// 生成RSA私钥 公钥
        /// 

        /// 
        /// 
        public static void RSAGenerateKey(ref string privateKey ref string publicKey)
        {
            try
            {
                RSACryptoServiceProvider rsa = new RSA

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8277  2019-01-12 00:39  UEncrypt.cs

----------- ---------  ---------- -----  ----

                 8277                    1


评论

共有 条评论