搜索资源列表
-
1下载:
SHA1算法的MCS-51平台实现,原创代码,专门为8位机优化,C语言和汇编与语言混合编程。完整KeilC工程,有测试代码。
优化后速度:一次SHA1(64字节),66363个指令周期,对应16MHz DS80C320 16ms
代码空间:字节,C支持库148字节(可覆盖)
数据空间:xdata 320(0x140)字节(可覆盖),data 34字节(可覆盖)
-SHA1 algorithm MCS-51 platform, original code, specificall
-
-
0下载:
This book introduces standard C++ and the key programming and design techniques supported
by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. This book presents eve
-
-
0下载:
GetDiskSerial.DLL 是一个标准的Windows动态链接库,它能够让您在你的程序中简单地获取硬盘出厂序列号。理论上讲,硬盘出厂序列号在全球都是唯一的,所以您可以利用此序列号来产生软件的机器码。
GetDiskSerial.DLL 已经成功的应用在各种流行的开发语言,比如Delphi, C++Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clario
-
-
0下载:
C#语言调用DotNet 类库编写的各类加密解密的类,附有对此进行调用的小例子。-DotNet language called C# class library written in various types of encryption and decryption of the class, with a call on this small example.
-
-
0下载:
complete encyprtion/decryption library implementation using C programming language.
-
-
0下载:
密码学学习的C语言函数库——Miracl库。对密码学学习很有帮助-Cryptography to learn C language library- Miracl library. Very helpful for learning cryptography
-
-
0下载:
这是一个用C语言文件加密和解密的源代码,利用了openssl库中的函数,就像一个文件保险箱,故称之为document_safes.-This is a document with the C language source code for encryption and decryption, using the openssl library functions, like a file safe, so called document_safes.
-
-
0下载:
基于miracl大数库实现的elgamal签名算法的c语言实现-Miracl library implementation based on large numbers of elgamal signature algorithm c-language implementation
-
-
0下载:
基于大数库miracl的elgamal验证签名c语言实现-Based on large numbers of elgamal library miracl verify signatures c language implementation
-
-
0下载:
基于miracl大数库的椭圆曲线EC的验证签名算法的c语言实现-Based on large numbers miracl library EC verification of an elliptic curve signature algorithm c-language implementation
-
-
0下载:
Openssl 是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有:
SSL 协议实现(包括SSLv2、SSLv3 和TLSv1)、大量软算法(对称/非对称/摘要)、
大数运算、非对称算法密钥生成、ASN.1 编解码库、证书请求(PKCS10)编解码、
数字证书编解码、CRL 编解码、OCSP 协议、数字证书验证、PKCS7 标准实现
和PKCS12 个人数字证书格式实现等功能。
Openssl 采用C语言作为开发语言,这使得它具有优秀的跨平台性能。Openssl
-
-
0下载:
c++实现x509证书取公钥,没有用到类库,
利用c++语言基本读写等函数做成-c x509 certificates to take the public key, and did not use the class library,
Using c language and basic literacy functions made
-
-
0下载:
网狐32位MD5加密和20位异或加密解密:
1.不依赖于Window平台库的C++库源代码;
2.针对Windows平台跨语言变成的VC6编译的标准DLL。-Fox 32 MD5 encryption and 20 XOR encryption and decryption: 1 does not depend on the Window platform library C++ library source code 2 for the Windows platform become
-
-
0下载:
c++语言的AES算法有很多版本,此文件的AES算法与python加密库的AES算法相匹配(from Crypto.Cipher import AES),可实现C++与python之间的AES加解密转换-AES algorithm c++ language has many versions, this file AES algorithm of AES algorithm and the python cryptography library, matching can be realized
-
-
0下载:
标准DES算法库
由C++语言开发的,包含Sample程序-Standard DES algorithm library
The C++ language development, including Sample Program
-