码迷,mamicode.com
首页 >  
搜索关键字:security onion    ( 6056个结果
Easier Done Than Said? 【杭电-1039】 附题
/* Easier Done Than Said? Problem DescriptionPassword security is a tricky thing. Users prefer simple passwords that are easy to remember (like buddy), but such passwords are often insecure. Some...
分类:其他好文   时间:2014-07-29 14:39:48    阅读次数:302
Chapter 1 Securing Your Server and Network(8):停止未使用的服务
如果完全安装SQL Server,会有一些非必要的组件也会被安装上去,这些组件会影响性能,也会带来更大的安全隐患。...
分类:Web程序   时间:2014-07-29 12:55:27    阅读次数:266
SEAndroid安全机制中的进程安全上下文关联分析
前面一篇文章分析了文件安全上下文关联过程。但是在SEAndroid中,除了要给文件关联安全上下文外,还需要给进程关联安全上下文,因为只有当进程和文件都关联安全上下文之后,SEAndroid安全策略才能发挥作用。也就是说,当一个进程试图访问一个文件时,SEAndroid会将进程和文件的安全上下文提取出来,根据安全策略规则,决定是否允许访问。本文就详细分析SEAndroid的进程安全上下文的关联过程。...
分类:移动开发   时间:2014-07-28 16:29:13    阅读次数:545
Chapter 1 Securing Your Server and Network(7):禁用SQL Server Browse
SQL Server Browser 服务在安装SQL Server 群集或者命名实例时自动启动,它用于与机器上的SQL Server实例进行交互,并让客户端通过命名实例正在侦听的端口进行信息发送。...
分类:数据库   时间:2014-07-28 16:02:33    阅读次数:283
System.Security.SecurityException: System.Web.AspNetHostingPermission
今天部署一个网站,在net 4.0下面正常,但是在2.0下面发现有错误:System.Security.SecurityException,错误信息如下所示:安全性异常 说明: 应用程序试图执行安全策略不允许的操作。要授予此应用程序所需的权限,请与系统管理员联系,或在配置文件中更改该应用程序的信任级...
分类:Web程序   时间:2014-07-28 15:32:23    阅读次数:202
stuts-security.xml
/WEB-INF/jsp/security/user/add.jsp /WEB-INF/jsp/security/user/update.jsp /WEB-INF/jsp/security/us...
分类:其他好文   时间:2014-07-28 15:05:23    阅读次数:253
tsung
# /etc/hosts /etc/security/limits.conf sysctl net.ipv4.ip_local_port_range ? #echo 1024 65535 > /proc/sys/net/ipv4/ip_local_port_range #sudo sysctl -w net.ipv4.ip_local_port_range="1024 64000" #/...
分类:其他好文   时间:2014-07-26 15:40:43    阅读次数:251
first elected will hand
Olderagegroupstheprevalenceof"continuouslossof"psychologicalcrisisandfear.Thethreatofavarietyofdiseases,disabilityacceleratedmemoryloss,fearoflonelinessallsorts,allthetimehauntthem.Facedwiththeadventofanagingsociety,"asenseofsecurity,oldmusic"hasbecomeincre..
分类:其他好文   时间:2014-07-26 03:20:17    阅读次数:278
密码、文件MD5加密,密码sha256、sha384、sha512Hex等加密
package encryption; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.OutputStream; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; impor...
分类:其他好文   时间:2014-07-26 02:52:06    阅读次数:280
前台网页与后台数据库的连接
1、asp.net + mssql using System.Data.SqlClient; string sqlstr=@"Data Source=20131231-0936\SQLEXPRESS;Initial Catalog=czcjc;Integrated Security=True"; ....
分类:数据库   时间:2014-07-26 01:23:07    阅读次数:468
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!