一、修改操作系统核心参数在Root用户下执行以下步骤:1)修改用户的SHELL的限制,修改/etc/security/limits.conf文件输入命令:vi /etc/security/limits.conf,按i键进入编辑模式,将下列内容加入该文件。oracle soft nproc 2047o...
分类:
数据库 时间:
2014-08-13 21:42:38
阅读次数:
412
package Encrypt;
import java.security.*;
import javax.crypto.*;
import sun.misc.*;
/**
* 使用DES加密与解密,可对byte[],String类型进行加密与解密
* 密文可使用String,byte[]存储.
* 方法:
* v...
分类:
编程语言 时间:
2014-08-13 13:08:56
阅读次数:
237
springMVC3+apache CXF+spring security3+mybatis3(proxool)整合项目demo...
分类:
编程语言 时间:
2014-08-13 13:03:49
阅读次数:
468
分析问题 System.Security.SecureString被设计用来保存一些机密的字符串,完成传统字符串所不能做到的工作。传统字符串以明码的形式分配在内存上,一个简单的内存读写软件可以轻易地捕获这些字符串,这在有些机密系统中是不被允许的。读者可能觉得对字符串加密会解决类似的问题,但事实上对....
分类:
其他好文 时间:
2014-08-13 12:26:36
阅读次数:
154
Network AttackNicola regularly inspects the local networks for security issues. He uses a smart and aggressive program which takes control of computer...
分类:
Web程序 时间:
2014-08-13 10:18:05
阅读次数:
247
Dim conn,strSql '定义变量set conn = CreateObject("ADODB.Connection") '创建连接conn.ConnectionString="Provider=SQLOLEDB.1;Password=rcdb@2009;Persist Security.....
分类:
数据库 时间:
2014-08-12 21:29:34
阅读次数:
354
SSH, SecureSHell, was designed and created to provide the best security when accessing another computer remotely.Not only does it encrypt the remote s...
分类:
其他好文 时间:
2014-08-12 18:39:54
阅读次数:
231
Spring Security笔记:使用数据库进行用户认证(form login using database) - 菩提树下的杨过 - 博客园在前一节,学习了如何自定义登录页,但是用户名、密码仍然是配置在xml中的,这样显然太非主流,本节将学习如何把用户名/密码/角色存储在db中,通过db来实现用...
分类:
数据库 时间:
2014-08-12 16:24:24
阅读次数:
381
今天用System.Security.Cryptography加密。使用了AesManaged,报错:填充无效,无法移除。分析是解密失败,密文损坏,或者KEY,IV不正确。 using (AesManaged aesAlg = new AesManaged()){ aesAlg.Key = Enco...
分类:
Web程序 时间:
2014-08-12 00:08:23
阅读次数:
653
当调用EventLog.SourceExists("source1")时,抛出一下异常System.Security.SecurityExceptionwasunhandledHResult=-2146233078Message=Thesourcewasnotfound,butsomeoralleventlogscouldnotbesearched.Inaccessiblelogs:Security.Source=SystemStackTrace:atSystem.Diagnostics..
分类:
其他好文 时间:
2014-08-11 18:13:23
阅读次数:
234