码迷,mamicode.com
首页 >  
搜索关键字:网络安全Port Security    ( 6031个结果
maven source javadoc下载
1.只下载项目的sources 和 javadoc(省时间) 在pom.xml? <build> <finalName>spring-security-loginform-database</finalName> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configurati...
分类:编程语言   时间:2014-09-19 12:19:15    阅读次数:260
Kerboros 认证
转:Kerberos介绍(全)微软Windows Server 2003操作系统实现Kerberos 版本5的身份认证协议。Windows Server 2003同时也实现了公钥身份认证的扩展。Kerberos身份验证的客户端实现为一个SSP(security support provider),能...
分类:其他好文   时间:2014-09-19 03:24:35    阅读次数:440
Symfony2 UserSecurityEncoder实现自己的验证方式
fosuserbundle默认使用sha512加密如果要实现自己的加密方式 需要继承Symfony\Component\Security\Core\Encoder\BasePasswordEncoder 31 ) { throw new \InvalidArgum...
分类:其他好文   时间:2014-09-19 02:18:14    阅读次数:216
spring security
参考: http://www.blogjava.net/SpartaYew/archive/2011/05/19/spingsecurity3.html http://salever.iteye.com/blog/1686425 docs http://docs.spring.io/spring-security/site/docs/ http://docs.spring.io/spr...
分类:编程语言   时间:2014-09-18 20:49:24    阅读次数:227
如何禁止anonymous用户访问nexus
nexus在默认情况下是允许anonymous用户浏览仓库,并下载仓库中的jar包的,如果我们搭建的私服是有公网IP的,必须要进行设置,使得anonymous用户的权限被禁用。操作步骤如下: 使用管理员登入nexus,在左侧Security菜单下点击Users进行设置,具体设置截图如下(修改stat...
分类:其他好文   时间:2014-09-18 20:22:04    阅读次数:214
[转]About the security content of iOS 8
Source:http://support.apple.com/kb/HT6441For the protection of our customers, Apple does not disclose, discuss, or confirm security issues until a ful...
分类:移动开发   时间:2014-09-18 14:32:34    阅读次数:324
FORTIFY_SOURCE
In recent years Linux distributions started treating security more seriously. Out of many security features two are directly affecting C programmers:-...
分类:其他好文   时间:2014-09-18 14:31:34    阅读次数:589
快递查询
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:其他好文   时间:2014-09-18 12:45:13    阅读次数:353
快递查询
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:其他好文   时间:2014-09-18 11:04:23    阅读次数:225
linux/centos6 查看SELinux状态 关闭SELinux
SELinux(Security-EnhancedLinux)是美国国家安全局(NSA)对于强制访问控制的实现,是Linux历史上最杰出的新安全子系统。在这种访问控制体系的限制下,进程只能访问那些在他的任务中所需要文件。SELinux默认安装在Fedora和RedHatEnterpriseLinux上。虽然SELinux很好用,但是在..
分类:系统相关   时间:2014-09-18 03:16:13    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!