• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: QQ  

资源简介

发送QQ群发信息

资源截图

代码片段和文件信息

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

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

     文件       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


评论

共有 条评论