Nmap是一款开源免费的网络发现(Network Discovery)和安全审计(Security Auditing)工具。软件名字Nmap是Network Mapper的简称。Nmap最初是由Fyodor在1997年开始创建的。随后在开源社区众多的志愿者参与下,该工具逐渐成为最为流行安全必备工具之...
分类:
其他好文 时间:
2014-10-17 18:20:48
阅读次数:
513
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:
其他好文 时间:
2014-10-17 13:40:22
阅读次数:
173
天气查询接口演示代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptogra...
分类:
其他好文 时间:
2014-10-17 13:38:07
阅读次数:
379
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:
其他好文 时间:
2014-10-17 13:31:03
阅读次数:
157
代码:1、AES加密类using System;using System.IO;using System.Security.Cryptography;using System.Text;namespace Utils{ /// /// AES加密解密 /// public...
分类:
其他好文 时间:
2014-10-17 11:00:34
阅读次数:
223
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:
其他好文 时间:
2014-10-16 21:23:33
阅读次数:
177
本文主要内容参考 《Security on TI IEEE 802.15.4 Compliant RF Devices》、《Design Note DN108》、《IEEE 802.15.4协议规范》来考察MAC层的安全机制。 1. MAC层安全机制 先简要介绍一下MAC层的帧格式,下图为通用MAC...
分类:
系统相关 时间:
2014-10-16 18:21:32
阅读次数:
409
代码:using System;using System.IO;using System.Security.Cryptography;using System.Text;namespace Utils{ /// /// AES加密解密 /// public class A...
分类:
其他好文 时间:
2014-10-16 16:26:02
阅读次数:
200
演示示例代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Net;...
分类:
其他好文 时间:
2014-10-16 16:05:42
阅读次数:
182
My company concerns security, request us to deploy the newest patches on our servers in time, even we have firewall/encryption internally.With the num...