資源簡介
C#實現字符串SHA-256加密算法工程下載,VS2013工程,使用系統帶的加密庫, using System.Security.Cryptography;
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Threading;
using?System.Windows.Forms;
namespace?SHA256_V1
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?StringSHA256());
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-01-10?00:36??SHA256_V1\
?????文件?????????157??2016-01-10?00:35??SHA256_V1\App.config
?????文件?????????522??2016-01-10?00:36??SHA256_V1\Program.cs
?????目錄???????????0??2016-01-10?00:29??SHA256_V1\Properties\
?????文件????????1360??2016-01-10?00:29??SHA256_V1\Properties\AssemblyInfo.cs
?????文件????????2858??2016-01-10?00:35??SHA256_V1\Properties\Resources.Designer.cs
?????文件????????5612??2016-01-10?00:29??SHA256_V1\Properties\Resources.resx
?????文件????????1109??2016-01-10?00:35??SHA256_V1\Properties\Settings.Designer.cs
?????文件?????????249??2016-01-10?00:29??SHA256_V1\Properties\Settings.settings
?????文件????????3902??2016-01-10?00:35??SHA256_V1\SHA256_V1.csproj
?????文件????????2165??2016-01-10?00:33??SHA256_V1\StringSHA256.cs
?????文件????????7195??2016-01-10?00:33??SHA256_V1\StringSHA256.designer.cs
?????文件???????44621??2016-01-10?00:33??SHA256_V1\StringSHA256.resx
?????目錄???????????0??2016-01-10?00:29??SHA256_V1\bin\
?????目錄???????????0??2016-01-10?00:30??SHA256_V1\bin\Debug\
?????文件???????37376??2016-01-10?00:36??SHA256_V1\bin\Debug\SHA256_V1.exe
?????文件?????????157??2016-01-10?00:35??SHA256_V1\bin\Debug\SHA256_V1.exe.config
?????文件???????26112??2016-01-10?00:36??SHA256_V1\bin\Debug\SHA256_V1.pdb
?????文件???????21656??2016-01-10?00:35??SHA256_V1\bin\Debug\SHA256_V1.vshost.exe
?????文件?????????157??2016-01-10?00:35??SHA256_V1\bin\Debug\SHA256_V1.vshost.exe.config
?????文件?????????490??2013-03-18?17:00??SHA256_V1\bin\Debug\SHA256_V1.vshost.exe.manifest
?????目錄???????????0??2016-01-10?00:37??SHA256_V1\bin\Release\
?????目錄???????????0??2016-01-10?00:29??SHA256_V1\obj\
?????目錄???????????0??2016-01-10?00:36??SHA256_V1\obj\Debug\
?????文件????????1087??2016-01-10?00:35??SHA256_V1\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6870??2016-01-10?00:36??SHA256_V1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????180??2016-01-10?00:36??SHA256_V1\obj\Debug\SHA256_V1.Properties.Resources.resources
?????文件???????26236??2016-01-10?00:36??SHA256_V1\obj\Debug\SHA256_V1.StringSHA256.resources
?????文件?????????706??2016-01-10?00:36??SHA256_V1\obj\Debug\SHA256_V1.csproj.FileListAbsolute.txt
?????文件?????????854??2016-01-10?00:36??SHA256_V1\obj\Debug\SHA256_V1.csproj.GenerateResource.Cache
?????文件????????3560??2016-01-10?00:36??SHA256_V1\obj\Debug\SHA256_V1.csprojResolveAssemblyReference.cache
............此處省略9個文件信息
- 上一篇:銀海醫保C#接口開發
- 下一篇:C#中線算法,dda算法畫直線
評論
共有 條評論