资源简介
发送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
相关资源
- winform仿qq停靠屏幕边缘
- QQ农场辅助工具源码
- QQMsg群发源代码,好东西啊,运营用最
- QQ聊天记录Mht转Html格式(附工具源码
- 仿照QQ好友分组的伸缩式菜单
- QQ C#编写的局域网内的通讯工具QQ
- qqWPF 一款应用微软WPF技术编写的仿q
- QQCSharp 一套模仿QQ的实时语音以及视频
- TLoveQUI 此聊天软件系统是模拟现今国
- MyQQ C#实现QQ功能
- CSharp-QQdemo 基于 Udp协议
- QQIM_shell 一个使用C#编写的高仿QQ的
- Paway.Windows.Forms C#窗体个性 设计 像Q
- C# MyQQ视频聊天程序(完整源码+文档)
- 自动注册qq源代码
- 多功能QQ邮件发送(C# 源码)
- c# winfrom socket模拟QQ多人聊天
- C#仿QQ截图源码DLL+Demo
- C#聊天程序改进版
- C#调用大漠插件给微信,QQ发信息
- wpf 仿qq消息提示框
- C# 期末项目 QQ管理系统
- C#仿QQ消息浮动提示框
- Winform 模拟QQ窗体效果
- C# 模拟QQ发送消息源码
- C# 批量登陆QQ
- c# winform QQ表情
- C# QQ自动登陆
- C# qq自动发送消息
- C# QQ发送消息(亲测可用)
评论
共有 条评论