資源簡介
用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個文件信息
評論
共有 條評論