CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - java elliptic curve encryption
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - java elliptic curve encryption - List
[
Crack Hack
]
jecc-alpha1.1.tar
DL : 0
java写的椭圆曲线加密(ECC)算法源码-java writes the elliptic curve encryption (ECC) calculates the law origin code
Update
: 2008-10-13
Size
: 38.05kb
Publisher
:
none
[
Crack Hack
]
jecc-alpha1.1.tar
DL : 0
java写的椭圆曲线加密(ECC)算法源码-java writes the elliptic curve encryption (ECC) calculates the law origin code
Update
: 2025-02-17
Size
: 38kb
Publisher
:
none
[
MPI
]
ECCFp
DL : 0
椭圆加密,实现了通过椭圆曲线实现加密,生成密钥对等。-elliptical encryption, achieved through the realization of elliptic curve cryptography, generating key pairs, and so on.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
随风
[
Crack Hack
]
Java_ECDSA_Source
DL : 0
在ECC椭圆曲线上的一种加密算法,是现在比较流行的一种非对称加密算法。-ECC Elliptic Curve in an encryption algorithm is more popular now a non-symmetric encryption algorithm.
Update
: 2025-02-17
Size
: 374kb
Publisher
:
于磊
[
JSP/Java
]
31142331156
DL : 0
ECC 椭圆曲线加密 算法 -ECC Elliptic Curve encryption algorithm
Update
: 2025-02-17
Size
: 12kb
Publisher
:
liudayong
[
Crack Hack
]
Java_ECC
DL : 0
椭圆曲线加密解密ecc的java实现源码-Elliptic curve encryption and decryption ecc realize the java source code
Update
: 2025-02-17
Size
: 3kb
Publisher
:
12
[
Crack Hack
]
sm2java
DL : 2
椭圆曲线加密算法的java语言的实现,适合密码学初学者-Java elliptic curve encryption algorithm implementation language, suitable for beginners cryptography
Update
: 2025-02-17
Size
: 7kb
Publisher
:
余望星
[
OS program
]
src
DL : 0
实习三 基于RSA的公钥加密 一、实习目的 1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制 2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实习内容 以RSA为例,利用java中的相关类实现对指定字符串的加解密。 1、 生成公钥密钥对 (1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInstance()获得KeypairGenerator类型的对象,所需参数为加密算法的名称RSA。 KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA") (2)利用KeyPairGenerator类的genKeyPair()方法返回生成的密钥对: KeyPair kp = kpg.genKeyPair() (3)返回此密钥对的公钥组件的引用和私钥组件的引用 PublicKey pbkey = kp.getPublic() PrivateKey prkey = kp.getPrivate() (4)将生成的公钥写入文件Skey_RSA_pub.dat FileOutputStream f1 = new FileOutputStream("Skey_RSA_pub.dat") ObjectOutputStream b1 = new ObjectOutputStream(f1) b1.writeObject(pbkey) 用同样的方法将私钥写入文件Skey_RSA_pri.dat -Internship RSA public key encryption based on three An internship purpose An understanding of public key cryptography algorithm, familiar with common cryptographic algorithms: RSA, elliptic curve cryptography 2, RSA encryption algorithm, for example, public key cryptography algorithm to achieve master encryption and decryption process. Second, the practical content In RSA, for example, the use of java in the relevant class implements the specified string encryption and decryption. 1, generates a public key pair (1) the use of java class in KeypairGenerator create a public key pair using KeypairGenerator static method getInstance () to get the object KeypairGenerator type parameters required for the encryption algorithm name RSA. KeyPairGenerator kpg = KeyPairGenerator.getInstance ("RSA") (2) the use of genKeyPair KeyPairGenerator class () method returns the generated key pair: KeyPair kp = kpg.genKeyPair () References (3) Returns the public key component of this key an
Update
: 2025-02-17
Size
: 2kb
Publisher
:
杨平
[
JSP/Java
]
src
DL : 0
实习三 基于RSA的公钥加密 一、实习目的 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实现要求 1.实习前认真预习第6章的有关内容; 2.熟悉java中java.security.*和java.crypto.* 中相关类。 三、实习内容 -Practice three based on the RSA public key encryption 一、实习目的 One, the purpose of internship 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 1 understand the public key cryptography, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 2 to the RSA encryption algorithm as an example, to grasp the implementation of public key cryptography algorithm encryption and decryption process. 二、实现要求 Two, the implementation requirements 1.实习前认真预习第6章的有关内容; 1 practice about the content of the sixth chapter carefully before the preview 2.熟悉java中java.security.*和java.crypto.* 中相关类。 2 familiar with the relevant class of java.security.* and java.crypto.* in java. 三、实习内容 Three, practice content
Update
: 2025-02-17
Size
: 6kb
Publisher
:
leon
[
Other
]
java_ecc源代码
DL : 0
java 椭圆曲线加密方法的源码实现,简洁明了,直接运行(Java source of elliptic curve encryption methods, short and concise, run directly)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
SnipeBear1992
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.