码迷,mamicode.com
首页 >  
搜索关键字:integrated security    ( 6539个结果
C#获取本地计算机名,IP,MAC地址,硬盘ID
using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using Syste...
分类:其他好文   时间:2014-07-11 23:15:16    阅读次数:266
C # 开发 —— 拉姆表达式
What‘s LINQ? Language Integrated Query 是也。说得再明白一些,这是编程语言的一种新特性,能够将数据查询语句集成到编程语言中。 主要还是因为现在的数据格式越来越多,数据库、XML、数组、哈希表……每一种都有自己操作数据的方式,学起来费事费力。于是,就有了LINQ诞...
分类:其他好文   时间:2014-07-11 21:48:21    阅读次数:1014
How to make your assembly more secure from referencing by unauthorized bits
Now the security has a trend to become more and more important in our daily work, hence I did some researches on some of the topics, and hope to do mo...
分类:其他好文   时间:2014-07-11 19:20:52    阅读次数:283
处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler”
http://www.haogongju.net/art/2492332我是按照这个执行的,可以解决问题
分类:其他好文   时间:2014-07-11 12:08:39    阅读次数:666
C# 调用API接口处理公共类 自带JSON实体互转类
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Text;...
分类:Windows程序   时间:2014-07-10 20:02:05    阅读次数:289
linux 防爆破方法
利用pam认证模块锁定多次登陆失败的用户pam模块存放在/lib/security/pam_*****.so编辑/etc/pam.d/sshd添加以下内容authrequiredpam_tally2.sodeny=5lock_time=60当用户通过ssh尝试登陆系统密码输错5次,系统就锁定该账户60S验证:手动解除锁定命令pam_tally2--reset-u用户
分类:系统相关   时间:2014-07-10 18:55:47    阅读次数:500
rsyslog的还本溯源
日志的分离1)初学syslogvoidopenlog(constchar*ident,intoption,intfacility);voidsyslog(intpriority,constchar*format,...);voidcloselog(void);facilityThefacilityargumentisusedtospecifywhattypeofprogramisloggingthemessage.Thisletstheconfigurationfilespecifythatm..
分类:其他好文   时间:2014-07-10 18:03:51    阅读次数:386
OD: Windows Security Techniques & GS Bypassing via C++ Virtual Function
Windows 安全机制漏洞的万源之本在于冯诺依曼设计的计算机模型没有将代码和数据进行区分——病毒、加壳脱壳、shellcode、跨站脚本攻击、SQL注入等都是因为计算机把数据和代码混淆这一天然缺陷而造成的。Windows XP SP2 之前的系统致力于系统稳定性,忽略安全性;之后的 Windows...
分类:编程语言   时间:2014-07-09 20:23:24    阅读次数:281
Powershell 功能函数大全(Sharepoint 2013/2010)
1. Poweshell 对 Site Column的完整操作 2. Powershell 对 Content Type的完整操作 3. Powershell 对 List 的完整操作 4. Powershell 对 Web Part(页面)操作 5. Powershell 对 Security Group操作...
分类:其他好文   时间:2014-07-09 12:29:39    阅读次数:372
Linux Kernel(Android) 加密算法总结(cipher、compress、digest)
1. Linux内核支持哪些加密算法 ?     内核支持的加密算法很多,包括:     对称加密算法,如AES;     摘要算法,如sha1,md5;      压缩算法,如deflate。     不过内核好像不支持非对称加密算法。 2. 加密算法源文件位置      这些算法作为加密函数框架的最底层,提供加密和解密的实际操作。这些函数可以在内核crypto文件夹下,相...
分类:移动开发   时间:2014-07-09 10:17:07    阅读次数:482
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!