E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
securerandom
J2EE工具类:DES.java
import java.security.Key; import java.security.
SecureRandom
; import javax.crypto.Cipher; import
gundumw100
·
2010-06-30 16:00
java
Security
sun
简单加密
因为前几天别人问我关于md5加密的我不是很懂,今天幸好看见这篇文章希望对他有用 package net.sf.andhsli.hotspotlogin; import java.security.
SecureRandom
wang_peng1
·
2010-06-04 17:00
.net
Security
用jsse创建keystore文件和导出cert
java.io.BufferedInputStream; import java.io.File; import java.io.InputStream; import java.security.
SecureRandom
jasonw68
·
2010-06-02 14:00
.net
Security
对称加密
java.security.InvalidKeyException;import java.security.NoSuchAlgorithmException;import java.security.
SecureRandom
梦幻之旅
·
2010-05-28 15:00
java加密算法
package test; import java.security.Key; import java.security.
SecureRandom
; import javax.crypto.Cipher
lovetopceo
·
2010-04-28 15:00
java
算法
Security
java加解密(密钥)
package cn.com; import java.security.Key; import java.security.
SecureRandom
; import javax.crypto.Cipher
IsItLikeThat
·
2010-03-20 23:00
java
Security
sun
在HP Unix 上安装运行dwr报错DwrServlet.init() failed,setSeed() failed错误
解决办法共分为两个步骤,请按顺序操作: 1. in the java.security file in the directory JAVA_HOME/jre/lib/security edit the entry
securerandom
.source
xieliang43
·
2010-01-11 17:00
java
unix
DWR
Security
HP
java php DES 加密解密
import java.io.IOException; import java.security.
SecureRandom
; import javax.crypto.Cipher; import
bask
·
2009-12-29 10:00
java
PHP
算法
Security
sun
基于JCE的密钥分配-----------------------(二)分布式对称密钥分配
====DECUtil.java,DEC工具类===================packagesecond;importjava.security.Key;importjava.security.
SecureRandom
potty15
·
2009-12-21 18:00
URL参数加密解密
archive/2008/09/23/2969348.aspx package cn; import java.security.Key; import java.security.
SecureRandom
mcqueen
·
2009-12-19 12:00
.net
Blog
Security
Java实现3DES算法
import java.security.Key; import java.security.
SecureRandom
; import javax.crypto.Cipher; import javax.crypto.KeyGenerator
sunlf
·
2009-12-17 13:00
java
算法
Security
sun
rails中的
SecureRandom
youtube之类的视频网站的11位随机id是如何生成的?类似于:http://www.youtube.com/watch?v=fY4Epc2XSGc 中的fY4Epc2XSGc 很多人都是自己实现安全随机数,类似以下的代码: require 'digest/sha1' def generate_temporary_password self.password = Diges
jsntghf
·
2009-11-01 21:00
Rails
Youtube
加密解密DES
packagetest;importjava.security.
SecureRandom
;importjavax.crypto.Cipher;importjavax.crypto.SecretKey;importjavax.crypto.SecretKeyFactory
owen_008
·
2009-08-28 15:00
加密
exception
String
解密
Class
byte
DES加密、解密字符串算法(java版)
packagesiyue;importjava.security.Key;importjava.security.
SecureRandom
;importjavax.crypto.Cipher;importjavax.crypto.KeyGenerator
novelly
·
2009-07-29 09:00
java
exception
加密
算法
String
解密
java AES算法
java.security.InvalidKeyException;import java.security.NoSuchAlgorithmException;import java.security.
SecureRandom
xumingrencai
·
2009-07-28 09:00
java
Java RSA 加解密算法实现
java.security.Key; import java.security.KeyFactory; import java.security.KeyPairGenerator; import java.security.
SecureRandom
隐形的翅膀
·
2009-06-09 10:00
java
算法
Security
JAVA中3des加密算法
当前文件:ThreeDES.java * 作者:fenglingcompany */ import java.security.Key; import java.security.
SecureRandom
bianku
·
2009-06-04 08:00
java
算法
Security
sun
des
import java.security.Key; import java.security.
SecureRandom
; import javax.crypto.Cipher; import
djandeclipse
·
2009-05-20 15:00
C++
c
Security
C#
des加密
packagecom.wtfypm;importjava.security.Key;importjava.security.
SecureRandom
;importjavax.crypto.Cipher;
longgangbai
·
2009-04-30 23:00
JavaScript
Security
des加密
packagecom.wtfypm;importjava.security.Key;importjava.security.
SecureRandom
;importjavax.crypto.Cipher;
longgangbai
·
2009-04-30 23:00
JavaScript
Security
des加密
packagecom.wtfypm;importjava.security.Key;importjava.security.
SecureRandom
;importjavax.crypto.Cipher;
longgangbai
·
2009-04-30 23:00
JavaScript
Security
java 加密解密工具类
throws Exception 5 */ 6public static String encryptData(String input) throws Exception { 7 8
SecureRandom
走在空中的人
·
2009-04-30 15:00
文件加密解密二
import java.security.
SecureRandom
; import javax.crypto.Cipher; import javax.crypto.SecretKey; import
qinshanwu
·
2009-04-23 19:00
算法
Security
基于JCE的密钥分配-----------------------(二)分布式对称密钥分配
====DECUtil.java,DEC工具类===================packagesecond;importjava.security.Key;importjava.security.
SecureRandom
potty15
·
2009-03-27 01:00
thread
exception
加密
String
解密
byte
java中的3DES加密算法
test; /* * 当前文件:ThreeDES.java * 作者:fenglingcompany */ import java.security.Key; import java.security.
SecureRandom
fenglingcompany
·
2009-03-26 10:00
java
算法
Security
sun
des加密 企业常用的算法加密
package com.wtfypm;import java.security.Key;import java.security.
SecureRandom
;import javax.crypto.Cipher
longgangbai
·
2009-03-17 19:00
算法
Security
des加密 企业常用的算法加密
package com.wtfypm;import java.security.Key;import java.security.
SecureRandom
;import javax.crypto.Cipher
longgangbai
·
2009-03-17 19:00
算法
Security
des加密 企业常用的算法加密
package com.wtfypm;import java.security.Key;import java.security.
SecureRandom
;import javax.crypto.Cipher
longgangbai
·
2009-03-17 19:00
算法
Security
des加密 企业常用的算法加密
package com.wtfypm;import java.security.Key;import java.security.
SecureRandom
;import javax.crypto.Cipher
longgangbai
·
2009-03-17 19:00
算法
Security
SecureRandom
java.security类SecureRandomjava.lang.Object java.util.Random java.security.
SecureRandom
所有已实现的接口:
yangzb
·
2009-02-08 18:00
算法
Security
sun
SecureRandom
java.security类SecureRandomjava.lang.Object java.util.Random java.security.
SecureRandom
所有已实现的接口:
yangzb
·
2009-02-08 18:00
算法
Security
sun
SecureRandom
java.security类SecureRandomjava.lang.Object java.util.Random java.security.
SecureRandom
所有已实现的接口:
yangzb
·
2009-02-08 18:00
算法
Security
sun
Java 的DES算法实现
package des; import java.security.Key; import java.security.
SecureRandom
; import javax.crypto.Cipher;
qdoxford
·
2008-12-24 11:00
java
算法
Security
JAVA DES加密解密
javax.crypto.CipherInputStream;import javax.crypto.Cipher;import javax.crypto.CipherOutputStream;import java.security.
SecureRandom
maqianli
·
2008-12-10 11:00
java
C++
c
算法
C#
自定义classloader加密java程序
首先需要生成des算法中的key:importjava.io.File;importjava.io.FileOutputStream;importjava.security.
SecureRandom
;im
tiantian911
·
2008-11-21 16:00
Java
算法
Security
C
C++
Rails 2.2.1创建时的错误:
SecureRandom
安装了ruby1.9.1后,把Rails也更新到了2.2.1,但创建项目时失败,报错:uninitializedconstantActiveSupport::
SecureRandom
后跟踪源码,发现加载
xsldlm
·
2008-11-18 18:00
java
cache
Ruby
Rails
DES-JAVA
compliedokwitheclipse 先建立一个DesEncrypt类,然后把下面的代码复制上去,编译即可*/importjava.security.Key;importjava.security.
SecureRandom
chinayaosir
·
2008-10-20 18:00
exception
String
解密
null
byte
URL参数加密解密(java版)
packagecn;importjava.security.Key;importjava.security.
SecureRandom
;importjavax.crypto.Cipher;importjavax.crypto.KeyGenerator
fan_zhen_hua
·
2008-09-23 17:00
java
加密
String
解密
url
byte
keystore存储对称密钥
try{ KeyGeneratorkeyGen=KeyGenerator.getInstance("DES"); SecureRandomrandom=
SecureRandom
.getI
Fingki 's Blog
·
2008-09-02 10:00
RSA加密算法
java.security.KeyPairGenerator;import java.security.PrivateKey;import java.security.PublicKey;import java.security.
SecureRandom
cissco
·
2008-07-14 20:00
java
算法
Security
java 加密算法 DES 实现代码
java加密算法DES实现代码package com.yill;import java.security.
SecureRandom
;import javax.crypto.Cipher;import javax.crypto.SecretKey
天行健,君子以自强不息
·
2008-03-16 13:00
java 加密解密工具类
* @throws Exception */ public static String encryptData(String input) throws Exception {
SecureRandom
jlusdy
·
2007-12-04 11:00
java
C++
c
C#
DES加密解密
package com.sinosoft.olyvem.common;import java.security.
SecureRandom
;import javax.crypto.Cipher;import
thirtysix
·
2007-09-25 13:00
算法
Security
sun
ras 加密
importjava.security.KeyPairGenerator;importjava.security.PrivateKey;importjava.security.PublicKey;importjava.security.
SecureRandom
HelloWorld 善战者,求之于势,不责于人;故能择人而任势。
·
2007-09-03 10:00
java jca des 数字签名
importjava.security.KeyPairGenerator;importjava.security.PrivateKey;importjava.security.PublicKey;importjava.security.
SecureRandom
HelloWorld 善战者,求之于势,不责于人;故能择人而任势。
·
2007-09-03 10:00
jca des加密简单例子
jcades加密简单例子importjava.security.
SecureRandom
;importjavax.crypto.Cipher;importjavax.crypto.KeyGenerator
HelloWorld 善战者,求之于势,不责于人;故能择人而任势。
·
2007-09-03 09:00
DES加密解密的详细例子
import java.security.Key; import java.security.
SecureRandom
; import javax.crypto.Cipher; import
hendy78
·
2007-05-21 11:00
DES的JAVA实现方法
创建日期:2005-7-29 * 版 本 号:1.0 * 作者:kang1 * */ import java.security.Key; import java.security.
SecureRandom
sytuyuan
·
2007-01-06 22:00
java
exception
String
null
import
byte
[导入]随机数字 浮点数 字符串产生
标签产生,本人使用bean产生随机数:1.可以产生10000000和99999999之间随机数2.可以产生规定数字之间的随机数,如25100之间3.可以使用algorithm和provider产生一个
SecureRandom
yoyozy's blog
·
2006-01-11 14:00
java 的 Des加密和解密
java的Des加密和解密importjava.security.Key;importjava.security.
SecureRandom
;importjavax.crypto.Cipher;importjavax.crypto.KeyGenerator
你们不要倒闭了啊!
·
2005-11-28 15:00
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他