CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 加解密
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - 加解密 - 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
]
EncryptedRegistry
DL : 0
对注册表进行加解密操作。利用Microsoft CryptoAPI对注册表实现加密读和写操作。
Date
: 2008-10-13
Size
: 15.36kb
User
:
linxder
[
OS program
]
VCRSA
DL : 0
用RSA算法加解密8位16进制数,在功能设计方面与南京东大移动互联技术有限公司的数字基带仿真实验软件基本相同,如素数的选择,加密指数的获取范围都是可以自定义的。在加密过程中,十六进制转化为二进制并进行适当的分组。由于在设计的当时时间较为紧迫,解码过程未能实现十六进制的还原。
Date
: 2008-10-13
Size
: 9.81kb
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-14
Size
: 136kb
User
:
xf
[
OS program
]
DCipher_Demo
DL : 0
对文件进行加解密的程序,可以计算文件摘要,并生成密钥,对文件进行加密和解密.-File encryption and decryption procedures, can calculate the document summaries, and generate the key, to encrypt and decrypt files.
Date
: 2025-12-14
Size
: 85kb
User
:
zhu
[
OS program
]
VCRSA
DL : 0
用RSA算法加解密8位16进制数,在功能设计方面与南京东大移动互联技术有限公司的数字基带仿真实验软件基本相同,如素数的选择,加密指数的获取范围都是可以自定义的。在加密过程中,十六进制转化为二进制并进行适当的分组。由于在设计的当时时间较为紧迫,解码过程未能实现十六进制的还原。-RSA encryption algorithm with eight hexadecimal number 16, in the functional design and Nanking East largest mobile Internet Technology Co., Ltd. digital base-band simulation software is basically the same, such as the choice of prime numbers, encryption, access to the scope of the index can be customized of. In the encryption process, hexadecimal and binary into the appropriate group. Because of the design time is more pressing at the time, decoding process fails to realize the reduction in hexadecimal.
Date
: 2025-12-14
Size
: 660kb
User
:
彭洪渊
[
OS program
]
Encryption
DL : 0
RC4加/解密,RSA数字签名,调用接口非常简单-RC4 Encrypt,RSA sign,Interface is very simple
Date
: 2025-12-14
Size
: 31kb
User
:
江浩
[
OS program
]
EncryptAES_CNG
DL : 0
Next Generation Cryptography API(CNG)是Vista新一代加解密API,取代Crytography API.源码介绍CNG用法-Next Generation Cryptography API (CNG) is a new generation of Vista encryption API, replace the Crytography API. Source introduced CNG usage
Date
: 2025-12-14
Size
: 13kb
User
:
william
[
OS program
]
aes_test
DL : 0
一个基于SSL的AES加解密程序,控制台程序-SSL-based AES encryption and decryption procedures, control procedures
Date
: 2025-12-14
Size
: 1.22mb
User
:
tz1985
[
OS program
]
polarssl-0.11.1-gpl
DL : 0
最小巧的SSL代码库,便于移植和集成。也可以作为加解密库来使用。-PolarSSL is a light-weight open source cryptographic and SSL library written in C. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS and Motorola 68000.
Date
: 2025-12-14
Size
: 291kb
User
:
zheng
[
OS program
]
cryptapi_filesample
DL : 0
基于微软cryptoapi,实现的对文件的加解密-achieve file encode/dencode based on microsoft cryptoapi
Date
: 2025-12-14
Size
: 49kb
User
:
seen
[
OS program
]
dllload
DL : 1
不使用LoadLibrary加载DLL,此方法可以加密DLL,运行动态解密,然后直接在内存中加载,或把DLL当资源放在EXE中,运行只在内存中解开,不需要外带d-Do not use LoadLibrary load the DLL, this method can be encrypted DLL, run the dynamic decryption, and then directly loaded in memory, or the DLL when resources are placed in EXE, run only in memory, unlock, requires no external dll
Date
: 2025-12-14
Size
: 11kb
User
:
王高全
[
OS program
]
ssl
DL : 0
windows下openssl编程实用类 CLenString 带长度的字符串类 CSSLUtil 加解密工具类-OpenSSL utilities for VC programing CLenString: String utility with length info. CSSLUtil: Utility for encrypt/decrypt
Date
: 2025-12-14
Size
: 5kb
User
:
厦雨雪
[
OS program
]
hash_rsa_calc
DL : 0
计算字符串或文件md5,sha1,sha256,sha384,sha512,crc32, RSA公私钥生成,加解密-To calculate string or the md5, sha1, sha256, sha384, sha512 of crc32, RSA public and private key generation, encryption and decryption
Date
: 2025-12-14
Size
: 1.6mb
User
:
必须
[
OS program
]
QuickEncrypt
DL : 0
数据安全小工具,采用托盘图标、悬浮窗、鼠标拖拽、右键菜单的简单操作模式,提供文件、文本的加解密(RC4+AES)、Hash(MD5+SHA1)、安全擦除等功能。独有的“智能压缩”加密模式。-Data security gadget tray icon, floating window, drag the mouse, right-click menu of simple operating mode, file encryption and decryption of the text (RC4+AES), Hash (MD5+SHA1), security erase function. Unique " intelligent compression" encryption mode.
Date
: 2025-12-14
Size
: 6.76mb
User
:
zjz
[
OS program
]
3DesTool
DL : 0
3Des 加解密工具,3Des c源码,非Win32API调用-3Des encryption and decryption tool, 3Des c source code, non Win32API call
Date
: 2025-12-14
Size
: 120kb
User
:
易岳城
[
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-14
Size
: 71kb
User
:
mengmeng
[
OS program
]
DES
DL : 0
c语言实现DES加解密算法,DES(数据加密标准,Data Encryption Standard)是一种使用密钥加密的块密码。(Realization of DES encryption and decryption)
Date
: 2025-12-14
Size
: 503kb
User
:
络珞倾桓
[
OS program
]
AES封装好的
DL : 0
实现AES算法加解密,已经在实际工程中使用(AES ,encrypt, decrypt)
Date
: 2025-12-14
Size
: 1kb
User
:
拓子
[
OS program
]
加密解密 技术内幕
DL : 0
加密解密 技术内幕 第1章 PE文件格式深入研究 第2章 PE分析工具编写 第3章 Win32 调试API 第4章 Windows下的异常处理 第5章 软件加密技术 第6章 加壳软件编写 第7章 如何让壳与程序融为一体 第8章 Visual Basic 6 逆向工程 附录A 在Visual C++中使用内联汇编 附录B 在Visual Basic中使用汇编(Encryption and decryption technology)
Date
: 2025-12-14
Size
: 1.32mb
User
:
Kozer
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.