CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - encryption and decryption algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - encryption and decryption algorithm - List
[
OS program
]
kenel_crypto
DL : 0
内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc6,serpent,twofish)-cfb struct cipher_implementation* ci中对应的可调用的method:encrypt_iv decrypt_iv encrypt decrypt 比如以des-cbc为find_cipher_by_name的参数得到的ci调用encrypt_iv,decrypt_iv. find_digest_by_name中参数digestname可取的值: sha1 md5 struct digest_implementation* di中对应的可调用的method:open update digest close hmac 计算digest时调用di->digest,计算hmac时调用di->hmac. 注意:加载我们需要的cipher-*.o和digest-*.o之前需先加载cryptoapi.o。 -core encryption and decryption algorithm encryption and decryption functions and their use, as detailed in the annex. Find_cipher_by_name cipher desirable parameter values to the following portfolio, dealing with different modes : (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish) - ecb ( des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish) - cbc (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, production, the serpent , twofish) - Sample struct cipher_implementation ci * corresponding the available method : encrypt_iv decrypt_iv encrypt decrypt such as a des-cbc find_cipher_by_name parameters for the ci call encrypt_iv, decrypt_iv. find_digest_by_name digestname desirable parameter values : sha1 md
Date
: 2008-10-13
Size
: 136.58kb
User
:
xf
[
OS program
]
HideInfod
DL : 0
一个用于加密解密的VC++源代码。对字符串进行加密,可逆算法。由VB代码改写。-one for encryption and decryption of VC source. The string of encrypted algorithm reversible. By VB code rewrite.
Date
: 2008-10-13
Size
: 77.27kb
User
:
蚂蚁上树
[
OS program
]
s-des算法分析及实现
DL : 0
:DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm on the analysis of the C language standard DES data encryption algorithm, or through iterative cycle of simple basic operations (such as bits, death, die two Adder, etc.) and transform (choice function, function replacement) structural data streams into the nonlinear transformation (encryption or decryption transform Transform), thereby achieving data on the computer password protection. Highlights of the C language to achieve its key encryption process. Keywords : DES data encryption C language
Date
: 2025-12-30
Size
: 537kb
User
:
王冰
[
OS program
]
kenel_crypto
DL : 0
内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc6,serpent,twofish)-cfb struct cipher_implementation* ci中对应的可调用的method:encrypt_iv decrypt_iv encrypt decrypt 比如以des-cbc为find_cipher_by_name的参数得到的ci调用encrypt_iv,decrypt_iv. find_digest_by_name中参数digestname可取的值: sha1 md5 struct digest_implementation* di中对应的可调用的method:open update digest close hmac 计算digest时调用di->digest,计算hmac时调用di->hmac. 注意:加载我们需要的cipher-*.o和digest-*.o之前需先加载cryptoapi.o。 -core encryption and decryption algorithm encryption and decryption functions and their use, as detailed in the annex. Find_cipher_by_name cipher desirable parameter values to the following portfolio, dealing with different modes : (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish)- ecb ( des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish)- cbc (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, production, the serpent , twofish)- Sample struct cipher_implementation ci* corresponding the available method : encrypt_iv decrypt_iv encrypt decrypt such as a des-cbc find_cipher_by_name parameters for the ci call encrypt_iv, decrypt_iv. find_digest_by_name digestname desirable parameter values : sha1 md
Date
: 2025-12-30
Size
: 136kb
User
:
xf
[
OS program
]
RSA加密算法在VB中的实现
DL : 1
RSA加密算法在VB中的实现 rsa加密解密算法在vb中的实现 仅供参考-RSA encryption algorithm in the VB achieve rsa encryption and decryption algorithm in the vb achieve is for reference only
Date
: 2025-12-30
Size
: 2kb
User
:
yang
[
OS program
]
DesCSharp11
DL : 0
信息安全之des算法,可对文件进行加密解密-information security des algorithm, the document encryption and decryption
Date
: 2025-12-30
Size
: 48kb
User
:
巫俊强
[
OS program
]
HideInfod
DL : 0
一个用于加密解密的VC++源代码。对字符串进行加密,可逆算法。由VB代码改写。-one for encryption and decryption of VC source. The string of encrypted algorithm reversible. By VB code rewrite.
Date
: 2025-12-30
Size
: 77kb
User
:
蚂蚁上树
[
OS program
]
security_DES
DL : 0
网络安全DES算法,进行简单的3DES加密和解密操作-network security DES algorithm, for the simple 3DES encryption and decryption operation
Date
: 2025-12-30
Size
: 174kb
User
:
王聪
[
OS program
]
endecipher
DL : 0
网络信息安全课程设计 实现了DES RC4等八种加密解密算法-network information security programs designed to achieve the eight other RC4 DES encryption and decryption algorithm
Date
: 2025-12-30
Size
: 243kb
User
:
陈满
[
OS program
]
RSA_easy
DL : 0
RSA算法加密和解密。作为理解RSA算法非常好的程序,但不能用于工程中,因为本程序只支持很小的规模。-RSA encryption and decryption. RSA understood as a very good procedures, but not for the project, because the procedure will only support a very small scale.
Date
: 2025-12-30
Size
: 514kb
User
:
陈大卫
[
OS program
]
crypt_0_03
DL : 0
实现了多种加密解密、摘要算法库,包括rsa, sha1, tiger, md5等-Realize a variety of encryption and decryption, digest algorithm library, including rsa, sha1, tiger, md5, etc.
Date
: 2025-12-30
Size
: 204kb
User
:
seo
[
OS program
]
zf
DL : 0
DELPHI字符串加密算法,加密和解密函数源码-DELPHI string encryption algorithm, encryption and decryption function of source
Date
: 2025-12-30
Size
: 5kb
User
:
csdner
[
OS program
]
Encryption_Demo
DL : 0
C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-C# encryption and decryption procedures and source code, encryption key two steps, first select the file, step right into a randomly generated encryption key Key, and IV, using the sender' s private key signing random key, use the recipient public key encryption secret keys and signatures, using random key encrypted data packet using the DES algorithm, MD5 summary is generated- " with the sender' s private key signature
Date
: 2025-12-30
Size
: 20kb
User
:
jiangfengmou
[
OS program
]
d3des
DL : 0
d3des 数据进行加密和解密d3des实现算法。-the d3des data encryption and decryption d3des algorithm.
Date
: 2025-12-30
Size
: 13kb
User
:
yang
[
OS program
]
DES
DL : 0
DES加密算法的C++代码,其中用动态库的方式封装DES算法,实现对8位数据的加密和解密。-DES the encryption algorithm C++ code, which dynamic library of Packaging DES algorithm, the 8-bit data encryption and decryption.
Date
: 2025-12-30
Size
: 3.1mb
User
:
段盛凌
[
OS program
]
shiyaner-fenzumimajiami
DL : 0
理解对称加密算法的原理,熟悉常用的对称加密算法:DES,TripleDES,Blowfish 以DES加密算法为例,掌握分组加密算法加,解密过程的实现。 以DES/DESede为例,利用java中的相关类实现对指定字符串的加,解密 -Understand the principle of symmetric encryption algorithm, familiar with the commonly used symmetric encryption algorithms: DES, TripleDES, Blowfish DES encryption algorithm, for example, to master the implementation of the block cipher encryption and decryption process. For example, the use of DES/DESede java class that implements the specified string, decryption
Date
: 2025-12-30
Size
: 120kb
User
:
mengmeng
[
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-30
Size
: 71kb
User
:
mengmeng
[
OS program
]
RSA
DL : 0
以RSA算法为例了解非对称密码算法,编程实现RSA算法的的加密和解密过程,加深对非对称密码算法的认识-RSA algorithm as an example to understand the asymmetric cryptographic algorithms, programming RSA algorithm for encryption and decryption process, deepen their understanding of asymmetric cryptographic algorithm
Date
: 2025-12-30
Size
: 969kb
User
:
陈烁
[
OS program
]
DES
DL : 0
以DES加密算法为例理解对称密码算法,用计算机模拟DES加密解密算法。 -DES encryption algorithm as an example to understand the symmetric cipher algorithm, using computer simulation DES encryption and decryption algorithms.
Date
: 2025-12-30
Size
: 3.74mb
User
:
陈烁
[
OS program
]
rsa
DL : 0
rsa 加密解密算法,能实现在大数运算下的加解密-rsa encryption algorithm, can be achieved in the operation of large numbers of encryption and decryption
Date
: 2025-12-30
Size
: 6kb
User
:
wang
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.