Location:
Search - KeyGenerator
Search list
Description: java 实现的序列号生成器,类似数据库的Sequence,为实现跨数据库而设计。-java achieve the serial number generator, similar to the Sequence Database. To achieve cross-database design.
Platform: |
Size: 5604 |
Author: shen |
Hits:
Description: java 实现的序列号生成器,类似数据库的Sequence,为实现跨数据库而设计。-java achieve the serial number generator, similar to the Sequence Database. To achieve cross-database design.
Platform: |
Size: 5120 |
Author: shen |
Hits:
Description: 如何产生和保存密钥:选择DESede算法,密钥长度为112位或168位,用Java对象序列化保存私钥,通常应对私钥加密后再保存-How to generate and preserve key: Select DESede algorithm, key length of 112 or 168, using
Java Object Serialization to preserve the private key, usually to deal with encrypted private key and then save
Platform: |
Size: 3072 |
Author: fengli |
Hits:
Description: It is a standard KeyGenerator algorithm that is usefull in codegenerators.
Platform: |
Size: 133120 |
Author: maryam |
Hits:
Description: Sample keygenerator to your vb program
Platform: |
Size: 63488 |
Author: Ricardo |
Hits:
Description: Additional class for verification of KeyGeneratorSpi and KeyGenerator functionality.
Platform: |
Size: 1024 |
Author: xoncerjiu |
Hits:
Description: ests for KeyGenerator constructor and methods.
Platform: |
Size: 3072 |
Author: xuivuelo |
Hits:
Description: provides the public API for generating symmetric cryptographic.
Platform: |
Size: 1024 |
Author: juenofe |
Hits:
Description: The Service Provider Interface SPI definition for the KeyGenerator class.
Platform: |
Size: 1024 |
Author: sojengran |
Hits:
Description: 实习二 分组密码加密
一、实习目的
1、理解对称加密算法的原理,熟悉常用的对称加密算法:DES、TripleDES、Blowfish;
2、以DESede加密算法为例,掌握分组加密算法加、解密过程的实现。
二、实习内容
1.[基本要求]
以DES/DESede为例,利用java中的相关类实现对指定字符串的加、解密。
2.[实现提示]
(1) 可以利用java中的KeyGenerator类创建对称秘钥,利用工厂类KeyGenerator的静态方法getInstance()获得KeyGenerator()类对象;
(2) 方法getInstance()的参数为字符串类型,指定加密算法的名称如:Blowfish、DES、DESede、HmacMD5或HmacSHA1等;
(3) 利用工厂类Cipher的对象可以创建密码器。同样的,getInstance()的参数为字符串类型,指定加密算法的名称
-Internship two block cipher encryption
An internship purpose
An understanding of the principles of symmetric encryption algorithms, symmetric encryption algorithms used are familiar: DES, TripleDES, Blowfish
2, DESede encryption algorithm, for example, plus master block encryption algorithm to achieve decryption process.
Second, the practical content
1. [Basic requirements]
With DES/DESede for example, the use of java in the relevant class implements the specified string encryption and decryption.
2. [Achieve prompt]
(1) can be used to create a java class in KeyGenerator symmetric secret key, use the static method getInstance factory class KeyGenerator of () to get KeyGenerator () class object
(2) the method getInstance () argument is a string type, specify the name of the encryption algorithm, such as: Blowfish, DES, DESede, HmacMD5 or HmacSHA1 etc.
(3) the use of factory class Cipher objects can create a password control. The same, getInstance () argument is a string typ
Platform: |
Size: 3072 |
Author: 杨平 |
Hits:
Description: Android SM2、SM3、SM4 算法支持 Service Provider 及证书制作软件包
国密算法 JCAJCE Service Provider,适应版本 Android 4.2.2~7.0
支持 SM2 的 KeyFactory、KeyPairGenerator、Cipher、Signature、X.509 CertificateFactory 接口
支持 SM3 的 MessageDigest 接口、SM3withSM2 混合算法
支持 SM4 的 Cipher、KeyFactory、KeyGenerator、SecretKey 接口、相关算法 CMAC-SM4、Poly1305-SM4
-Android SM2, SM3, SM4 algorithm supports Service Provider package and certificate making state secret algorithm JCAJCE Service Provider, to adapt to the version Android 4.2.2 ~ 7.0 support for SM2 KeyFactory, KeyPairGenerator, Cipher, Signature, X.509 CertificateFactory interface supports the MessageDigest SM3 Interface, SM3withSM2 hybrid algorithm supports SM4 of Cipher, KeyFactory, KeyGenerator, SecretKey interface correlation algorithm CMAC-SM4, Poly1305-SM4
Platform: |
Size: 997376 |
Author: 苏信 |
Hits: