码迷,mamicode.com
首页 >  
搜索关键字:425 security    ( 6031个结果
SpringSecurity 在MVC 中的简单使用(翻译的,稍加改动)
Spring Security允许开发人员轻松地将安全功能集成到J2EE Web应用程序中,它通过Servlet过滤器实现“用户自定义”安全检查。在本教程中,我们将向您展示如何在Spring MVC中集成Spring Security 3.0并安全访问。在集成成功后,当我们查看页面的内容时用户需要先...
分类:编程语言   时间:2014-06-28 18:10:01    阅读次数:277
MD5加密算法的java实现
package other;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;/** MD5 算法*/public class MD5 { // 全局数组 private final s....
分类:编程语言   时间:2014-06-28 13:10:47    阅读次数:248
JAAS LOGIN IN WEBLOGIC SERVER--reference
The Java Authentication and Authorization Service (JAAS) is a standard extension to the security in the J2SE Development Kit 5.0. JAAS provides the ab...
分类:Web程序   时间:2014-06-21 13:45:27    阅读次数:310
PatentTips - Improving security in a virtual machine host
BACKGROUNDComputer viruses are a common problem for computer users. One typical mode of attack is to send an electronic mail message (e-mail) containi...
分类:其他好文   时间:2014-06-21 00:51:41    阅读次数:285
C#中简单调用MD5方法以及MD5简介
MD5简介: MD5的全称是Message-Digest Algorithm 5,在90年代初由MIT的计算机科学实验室和RSA Data Security Inc发明,经MD2、MD3和MD4发展而来。MD5将任意长度的“字节串”变换成一个128bit的大整数,并且它是一个不可逆的字符串变换算法。...
分类:其他好文   时间:2014-06-18 18:43:20    阅读次数:272
java 创建 HMAC 签名
ava创建HMAC签名psd素材1.[]ComputopTest.javapackagecom.javaonly.hmac.test;importjava.io.IOException;importjava.security.InvalidKeyException;importjava.securi...
分类:编程语言   时间:2014-06-18 16:55:48    阅读次数:223
spring security运行流程图
spring security流程图...
分类:编程语言   时间:2014-06-18 11:45:45    阅读次数:235
PatentTips - Substitute virtualized-memory page tables
BACKGROUNDMany computer systems utilize virtualized memory for security, stability and/or other purposes. In various virtualized-memory systems, a vir...
分类:其他好文   时间:2014-06-17 00:09:58    阅读次数:284
开机进入boot menu和application menu,无法开机
1、开机点击F1进入到bios界面2、进入Security—Secure Boot—Disabled如果不修改Secure boot选项为Disabled,在光驱引导时可能会出现报错3、进入Startup—UEFI/Legacy Boot选项,以下有两种选择(1)UEFI/Legacy Boot选项...
分类:移动开发   时间:2014-06-15 14:44:31    阅读次数:185
SSL/TLS Strong Encryption: An Introduction
As an introduction this chapter is aimed at readers who are familiar with the Web, HTTP, and Apache, but are not security experts. It is not intended ...
分类:其他好文   时间:2014-06-15 06:46:21    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!