Security
lk5423968
Everything will be better, and better, just clam down do my best to accumulate
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Use AES Encrypt And Decrypt With Custom Key( Expand AesCryptoServiceProvider Class)
using System;using System.IO;using System.Security.Cryptography;namespace Aes_Example{ class AesExample { public static void Main() { try {原创 2014-11-12 00:50:32 · 1126 阅读 · 0 评论 -
Get USB Infomation
namespace ConsoleApplication1{ using System; using System.Collections.Generic; using System.Management; // need to add System.Management to your project references. class Program { sta原创 2014-11-12 14:04:37 · 600 阅读 · 0 评论 -
Get Mac Address
using System.Net;using System.Net.Sockets;using System.Text;using System;public class MacAddress{ public static void Main(string[] argv) { int commlength, miblength, datasta原创 2014-11-12 14:11:13 · 49600 阅读 · 0 评论
分享