码迷,mamicode.com
首页 >  
搜索关键字:网络安全Port Security    ( 6031个结果
【UVA】10318-Security Panel(DFS 回溯)
比较经典的减枝回溯...
分类:其他好文   时间:2014-09-09 20:09:09    阅读次数:189
Writing buffer overflow exploits - a tutorial for beginners
Buffer overflows in user input dependent buffers have become one of the biggest security hazards on the internet and to modern computing in general. T...
分类:其他好文   时间:2014-09-09 19:58:59    阅读次数:341
c#生成注册码的两种方法(mac地址与IP地址)
using System;using System.Management;using System.Security.Cryptography;using System.IO;using System.Collections.Generic;using System.Text;namespace x...
分类:其他好文   时间:2014-09-09 15:23:18    阅读次数:149
MD5加密工具
package com.liujun.util; import java.security.MessageDigest; /** * MD5加密、匹配工具 * @author asus * */ public class MD5Util { //十六进制下数字到字符的映射数组 private final static String[] hexDigits={"0", "1",...
分类:其他好文   时间:2014-09-07 12:21:55    阅读次数:197
c# xml文档操作
原文链接 xml 文档 操作实例using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System....
分类:其他好文   时间:2014-09-07 08:41:34    阅读次数:274
Mac OS X Kernel Basic User Credentials
User Credentials In order to understand security in OS X, it is important to understand that there are two security models at work. One of these is th...
分类:其他好文   时间:2014-09-06 10:54:23    阅读次数:365
SharePoint中查看用户登录IP与用户名
1、在cmd中输入“eventvwr”, 打开“Event Viewer”2、点击“Windows Logs”下的“Security”3、点击“Security”下的“Filter Current Log”4、在“All Events ID”处输入“4624”,代表登录事件5、点击每条过滤项,就可以...
分类:其他好文   时间:2014-09-05 21:05:01    阅读次数:201
[label][PHP-Security]PHP Security Program
本文是通过阅读http://www.nowamagic.net/中的PHP安全变成专题,同时结合个人的一点点开发经验组合而成的。如果你需要看原文,可以直接访问http://www.nowamagic.net/进去看原文,写的很好,第一次你看不懂的话,建议你看第二次,文章的质量都很高。PHP通过超级全...
分类:Web程序   时间:2014-09-05 19:47:21    阅读次数:287
Cookie
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:其他好文   时间:2014-09-05 17:40:01    阅读次数:125
Websphere 重置admin 控制台密码
By way of wsadmin command:/bin/>wsadmin -conntype NONEwsadmin>securityoffwsadmin>exitRestart the servers.Enable the security from administrative conso...
分类:Web程序   时间:2014-09-05 14:12:01    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!