xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.05M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-14
  • 語(yǔ)言: C#
  • 標(biāo)簽: 圖片??C#??文件??解密??c??

資源簡(jiǎn)介


資源截圖

代碼片段和文件信息

using?System;
using?System.IO;
using?System.Security.Cryptography;

namespace?CSharpLibrary.StaticService
{
///?
///?DESCrypt?的摘要說(shuō)明。
///?snipershen
///?DES加密解密類
///?xhshen@guanghua.sh.cn
///?2003/11/20
///?

public?sealed?class?DESCrypt
{
public?DESCrypt()
{
//
//?TODO:?在此處添加構(gòu)造函數(shù)邏輯
//
}

//加密
//參數(shù):strData:要加密的數(shù)據(jù)?strKey:密鑰
//返回:加好密的字符串
public?static?string?Encrypt(string?strData?string?strKey)?
{
string?strRtn;
try
{
DESCryptoServiceProvider?desc?=?new?DESCryptoServiceProvider();//des進(jìn)行加密
byte[]?key?=?System.Text.Encoding.Unicode.GetBytes(strKey);
byte[]?data?=?System.Text.Encoding.Unicode.GetBytes(strData);
MemoryStream?ms?=?new?MemoryStream();//存儲(chǔ)加密后的數(shù)據(jù)
CryptoStream?cs?=?new

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2010-04-06?13:10??Ex16_03\
?????文件?????????910??2007-07-11?11:34??Ex16_03.sln
?????文件???????31744??2007-07-11?11:34??Ex16_03.suo
?????目錄???????????0??2010-04-06?13:10??Ex16_03\bin\
?????目錄???????????0??2010-04-06?13:10??Ex16_03\bin\Debug\
?????文件???????24576??2007-07-11?11:34??Ex16_03\bin\Debug\Ex16_03.exe
?????文件???????40448??2007-07-11?11:34??Ex16_03\bin\Debug\Ex16_03.pdb
?????文件????????5632??2007-07-11?11:34??Ex16_03\bin\Debug\Ex16_03.vshost.exe
?????文件????????2220??2007-07-11?11:34??Ex16_03\DESCrypt.cs
?????文件????????3461??2007-07-11?11:34??Ex16_03\Ex16_03.csproj
?????文件????????5780??2007-07-11?11:34??Ex16_03\Form1.cs
?????文件????????6623??2007-07-11?11:34??Ex16_03\Form1.Designer.cs
?????文件????????6017??2007-07-11?11:34??Ex16_03\Form1.resx
?????目錄???????????0??2010-04-06?13:10??Ex16_03\obj\
?????目錄???????????0??2010-04-06?13:10??Ex16_03\obj\Debug\
?????文件?????????842??2007-07-11?11:34??Ex16_03\obj\Debug\Ex16_03.csproj.GenerateResource.Cache
?????文件???????24576??2007-07-11?11:34??Ex16_03\obj\Debug\Ex16_03.exe
?????文件?????????180??2007-07-11?11:34??Ex16_03\obj\Debug\Ex16_03.Form1.resources
?????文件???????40448??2007-07-11?11:34??Ex16_03\obj\Debug\Ex16_03.pdb
?????文件?????????180??2007-07-11?11:34??Ex16_03\obj\Debug\Ex16_03.Properties.Resources.resources
?????目錄???????????0??2010-04-06?13:10??Ex16_03\obj\Debug\Refactor\
?????目錄???????????0??2010-04-06?13:10??Ex16_03\obj\Debug\TempPE\
?????文件????????4608??2007-07-11?11:34??Ex16_03\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件?????????268??2007-07-11?11:34??Ex16_03\obj\Ex16_03.csproj.FileList.txt
?????文件?????????466??2007-07-11?11:34??Ex16_03\Program.cs
?????目錄???????????0??2010-04-06?13:10??Ex16_03\Properties\
?????文件????????1162??2007-07-11?11:34??Ex16_03\Properties\AssemblyInfo.cs
?????文件????????2836??2007-07-11?11:34??Ex16_03\Properties\Resources.Designer.cs
?????文件????????5612??2007-07-11?11:34??Ex16_03\Properties\Resources.resx
?????文件????????1103??2007-07-11?11:34??Ex16_03\Properties\Settings.Designer.cs
?????文件?????????249??2007-07-11?11:34??Ex16_03\Properties\Settings.settings
............此處省略4個(gè)文件信息

評(píng)論

共有 條評(píng)論