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
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
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
原文链接 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
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
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
本文是通过阅读http://www.nowamagic.net/中的PHP安全变成专题,同时结合个人的一点点开发经验组合而成的。如果你需要看原文,可以直接访问http://www.nowamagic.net/进去看原文,写的很好,第一次你看不懂的话,建议你看第二次,文章的质量都很高。PHP通过超级全...
分类:
Web程序 时间:
2014-09-05 19:47:21
阅读次数:
287
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
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