資源簡介
發(fā)送QQ群發(fā)信息
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.IO;
using?System.Security.Cryptography;
//Download?by?http://www.codefans.net
namespace?QQAutoSend
{
????internal?class?DES
????{
????????internal?static?string?DESEncrypt(string?encryptString?string?KEY?string?IV)?//加密
????????{
????????????try
????????????{
????????????????byte[]?rgbKey?=?Encoding.UTF8.GetBytes(KEY.Substring(0?8));
????????????????byte[]?rgbIV?=?Encoding.UTF8.GetBytes(IV.Substring(0?8));
????????????????byte[]?inputByteArray?=?Encoding.UTF8.GetBytes(encryptString);
????????????????DESCryptoServiceProvider?dCSP?=?new?DESCryptoServiceProvider();
????????????????MemoryStream?mStream?=?new?MemoryStream();
????????????????CryptoStream?cStream?=?new?CryptoStream(mStream?dCSP
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????3987??2013-08-16?16:50??softhy.net\QQAutoSend?第二版\QQAutoSend\DES.cs
?????文件???????8375??2013-08-16?16:54??softhy.net\QQAutoSend?第二版\QQAutoSend\NativeMethods.cs
?????文件????????518??2013-08-16?16:58??softhy.net\QQAutoSend?第二版\QQAutoSend\Program.cs
?????文件???????1204??2011-04-27?15:58??softhy.net\QQAutoSend?第二版\QQAutoSend\Properties\AssemblyInfo.cs
?????文件???????2844??2011-04-27?13:28??softhy.net\QQAutoSend?第二版\QQAutoSend\Properties\Resources.Designer.cs
?????文件???????5612??2011-04-25?13:23??softhy.net\QQAutoSend?第二版\QQAutoSend\Properties\Resources.resx
?????文件???????1108??2011-04-27?13:28??softhy.net\QQAutoSend?第二版\QQAutoSend\Properties\Settings.Designer.cs
?????文件????????249??2011-04-25?13:23??softhy.net\QQAutoSend?第二版\QQAutoSend\Properties\Settings.settings
?????文件??????15086??2011-04-27?13:48??softhy.net\QQAutoSend?第二版\QQAutoSend\qq.ico
?????文件???????4028??2011-04-27?15:28??softhy.net\QQAutoSend?第二版\QQAutoSend\QQAutoSend.csproj
?????文件????????168??2011-04-25?13:30??softhy.net\QQAutoSend?第二版\QQAutoSend\QQAutoSend.csproj.user
?????文件??????10464??2013-08-16?16:54??softhy.net\QQAutoSend?第二版\QQAutoSend\QQAutoSendMsgForm.cs
?????文件??????17256??2011-05-07?11:28??softhy.net\QQAutoSend?第二版\QQAutoSend\QQAutoSendMsgForm.Designer.cs
?????文件??????29343??2011-05-07?11:28??softhy.net\QQAutoSend?第二版\QQAutoSend\QQAutoSendMsgForm.resx
?????文件????????680??2011-04-27?14:32??softhy.net\QQAutoSend?第二版\QQAutoSend\QQChatWindows.cs
?????文件???????2467??2013-08-16?16:51??softhy.net\QQAutoSend?第二版\QQAutoSend\QQREG.cs
?????文件???????1022??2011-04-27?15:29??softhy.net\QQAutoSend?第二版\QQAutoSend\Regedit.cs
?????文件???????1442??2013-08-16?16:51??softhy.net\QQAutoSend?第二版\QQAutoSend\RegForm.cs
?????文件???????9434??2011-05-07?11:27??softhy.net\QQAutoSend?第二版\QQAutoSend\RegForm.Designer.cs
?????文件???????5814??2011-05-07?11:27??softhy.net\QQAutoSend?第二版\QQAutoSend\RegForm.resx
?????文件????????919??2011-04-27?12:29??softhy.net\QQAutoSend?第二版\QQAutoSend.sln
????..A..H.?????36352??2013-08-15?22:42??softhy.net\QQAutoSend?第二版\QQAutoSend.suo
?????目錄??????????0??2013-08-16?16:50??softhy.net\QQAutoSend?第二版\QQAutoSend\Properties
?????目錄??????????0??2013-08-16?16:54??softhy.net\QQAutoSend?第二版\QQAutoSend
?????目錄??????????0??2013-08-16?16:50??softhy.net\QQAutoSend?第二版
?????目錄??????????0??2013-08-16?16:50??softhy.net
-----------?---------??----------?-----??----
???????????????158372????????????????????26
評(píng)論
共有 條評(píng)論