码迷,mamicode.com
首页 >  
搜索关键字:网络安全Port Security    ( 6031个结果
Nmap使用指南(1)
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
TIMAC 学习笔记(三)
本文主要内容参考 《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
AES加密类
代码: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
gps纠偏接口返回示例
演示示例代码: 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
Use powershell script to download windows patches monthly
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...
分类:Windows程序   时间:2014-10-15 18:54:51    阅读次数:472
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!