码迷,mamicode.com
首页 >  
搜索关键字:425 security    ( 6031个结果
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
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
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
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
Integrated Security 身份验证方式
server=localhost;database=Northwind; integrated security=SSPIMicrosoft安全支持提供器接口(SSPI)是定义得较全面的公用API,用来获得验证、信息完整性、信息隐私等集成安全服务,以及用于所有分布式应用程序协议的安全方面的服务。应用...
分类:其他好文   时间:2014-07-08 11:46:06    阅读次数:248
spring security3.2配置---权限管理
spring securtiy配置、下载,security权限管理,javaweb权限管理...
分类:编程语言   时间:2014-07-05 22:48:22    阅读次数:209
制作曲线图
using System;using System.Collections;using System.Configuration;using System.Data;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:其他好文   时间:2014-07-05 19:57:56    阅读次数:126
How to put username &password in MongoDB(Security&Authentication)?(配置用户认证在MongoDB)
Default do not need username and password authenticate when access mongoDB ,I want to set up the user name & password for my mongoDB. so that any remo...
分类:数据库   时间:2014-07-03 21:02:37    阅读次数:343
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!