• 大小: 204KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-05
  • 语言: C#
  • 标签: AES  RAS  加密  解密  

资源简介

用VS2015做的加密解密WPF程序。基于.net4.5平台。AES密码加密解密,生成RAS公钥私钥,基于公私钥的加密解密。RAS签名类。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace Encrypt
{
    /// 
    /// App.xaml 的交互逻辑
    /// 

    public partial class App : Application
    {
    }
}

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

    ..A..H.     82432  2016-12-24 11:16  Encrypt\.vs\Encrypt\v14\.suo

     文件        184  2016-12-23 15:58  Encrypt\Encrypt\App.config

     文件        368  2016-12-23 14:15  Encrypt\Encrypt\App.xaml

     文件        334  2016-12-23 14:15  Encrypt\Encrypt\App.xaml.cs

     文件      52736  2016-12-24 10:00  Encrypt\Encrypt\bin\Debug\Encrypt.exe

     文件        184  2016-12-23 15:58  Encrypt\Encrypt\bin\Debug\Encrypt.exe.config

     文件      71168  2016-12-24 10:00  Encrypt\Encrypt\bin\Debug\Encrypt.pdb

     文件      22688  2016-12-24 10:01  Encrypt\Encrypt\bin\Debug\Encrypt.vshost.exe

     文件        184  2016-12-23 15:58  Encrypt\Encrypt\bin\Debug\Encrypt.vshost.exe.config

     文件      47104  2016-12-24 11:15  Encrypt\Encrypt\bin\Release\Encrypt.exe

     文件        184  2016-12-23 15:58  Encrypt\Encrypt\bin\Release\Encrypt.exe.config

     文件      62976  2016-12-24 11:15  Encrypt\Encrypt\bin\Release\Encrypt.pdb

     文件      22688  2016-12-24 11:14  Encrypt\Encrypt\bin\Release\Encrypt.vshost.exe

     文件        184  2016-12-23 15:58  Encrypt\Encrypt\bin\Release\Encrypt.vshost.exe.config

     文件        490  2016-07-16 19:44  Encrypt\Encrypt\bin\Release\Encrypt.vshost.exe.manifest

     文件       6128  2016-12-23 17:08  Encrypt\Encrypt\Encrypt.csproj

     文件        479  2016-12-23 17:08  Encrypt\Encrypt\Encrypt.csproj.user

     文件      21223  2016-12-23 15:24  Encrypt\Encrypt\EncryptUtil.cs

     文件       5430  2016-12-23 14:36  Encrypt\Encrypt\jumplist_taskgroup.ico

     文件       8988  2016-12-24 11:15  Encrypt\Encrypt\MainWindow.xaml

     文件      16821  2016-12-24 10:23  Encrypt\Encrypt\MainWindow.xaml.cs

     文件       2317  2016-12-23 20:31  Encrypt\Encrypt\obj\Debug\App.g.cs

     文件       2317  2016-12-23 20:31  Encrypt\Encrypt\obj\Debug\App.g.i.cs

     文件       1028  2016-12-23 17:03  Encrypt\Encrypt\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7246  2016-12-24 09:17  Encrypt\Encrypt\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1576  2016-12-24 10:01  Encrypt\Encrypt\obj\Debug\Encrypt.csproj.FileListAbsolute.txt

     文件        954  2016-12-23 20:31  Encrypt\Encrypt\obj\Debug\Encrypt.csproj.GenerateResource.Cache

     文件       2658  2016-12-23 20:31  Encrypt\Encrypt\obj\Debug\Encrypt.csprojResolveAssemblyReference.cache

     文件      52736  2016-12-24 10:00  Encrypt\Encrypt\obj\Debug\Encrypt.exe

     文件      15680  2016-12-24 10:00  Encrypt\Encrypt\obj\Debug\Encrypt.g.resources

............此处省略57个文件信息

评论

共有 条评论