CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - elliptic curve
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - elliptic curve - List
[
OS program
]
Library_of_Cryptographic
DL : 0
a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.-a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.
Date
: 2025-12-22
Size
: 379kb
User
:
刘永
[
OS program
]
tomcrypt_libraries_v1.05
DL : 0
lib:包含lib文件(及相应源文件供参考)使用前将goozo_crypt.obj和tomcrypt.lib两个文件复制到C++builder的lib目录下 include:头文件,使用前复制到C++builder的include目录下 docs(tom):tom提供了加密函数库的pdf说明(想进一步了解功能可以看头文件和源文件中的注释) Rinick s ECC:椭圆曲线非对称加密的一个例子和密钥生成器 几个基本功能封装成了独立的函数,使用变得较为简单 -lib: contains the lib file (and the corresponding source files for reference) before using the goozo_crypt.obj and tomcrypt.lib two files are copied to the lib directory C++builder include: header files, the copied to C++builder include directory under docs (tom ): tom Rinick' s ECC: Elliptic Curve asymmetric encryption of a few examples and key generator basic functions package provides encryption library pdf description (would like to learn more about the function can comment spectacle and source files) become independent function, use simpler
Date
: 2025-12-22
Size
: 1.81mb
User
:
范权昌
[
OS program
]
elliptic-curve
DL : 0
it completely decodes adn encodes the ecc in java
Date
: 2025-12-22
Size
: 59kb
User
:
harendra kishor
[
OS program
]
shiyansan-jiyuRSAdegongyaojiami
DL : 0
1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制。 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 -Understand public key cryptography algorithm, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem. RSA encryption algorithm, for example, to master the implementation of public key cryptography algorithm encryption and decryption process.
Date
: 2025-12-22
Size
: 71kb
User
:
mengmeng
[
OS program
]
ecc-code
DL : 0
Ecc Code in java (elliptic curve)
Date
: 2025-12-22
Size
: 18kb
User
:
BABu
[
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
Date
: 2025-12-22
Size
: 2kb
User
:
杨平
[
OS program
]
Ecc
DL : 0
椭圆曲线点的生成和运算,python源码(The generation and operation of elliptic curve points)
Date
: 2025-12-22
Size
: 6kb
User
:
东皇打啧啧
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.