搜索资源列表
Pascal编写的加解密包,有示例程序
- 源代码竟供大家参考-source code was for your reference
gxrjsfklwf
- (1)你可以不用懂任何加密算法,就可以方便的使用Reg.dll对你的程序进 行高强度的算法加密。 (2)内置多种强大的对称和非对称算法,可满足各类应用需求。 (3)包含VC、VB、BCB、Delphi等多种开发工具的详细调用示例源码。 加密算法库内置了BlowFish、MD5、 SHA512、RIPEMD160、Secret16、MD5FileCheck、CRCFileCheck、 EncryptStringFun1、DecryptStringFun1、FileEncry
RSA_crypt_system
- 这个源码是使用JAVA实现公钥密码算法RSA的一个简单示例程序。-this source is the use of JAVA RSA public key cryptography algorithm example of a simple procedure.
ecfile
- 对整个文件进行密钥加密的示例程序,为vc++6.0工程
MD5
- 一个MD5的示例程序,详细介绍了MD5加密算法的工作流程,适合初学者研读。
sevr_videobox
- 机顶盒加解密工作示例代码,本代码是服务端程序,负责间隔地产生密钥流,分发给客户
xuliehao
- 产生程序序列号源码示例,包含一个加密,一个解密的源码例子
加密算法库及示例程序
- RSA DES 等几个算法的C程序,不要错过-several RSA DES algorithm C program should not miss
数据加密标准(DES)示例
- 利用VC来实现一个简单的DES加密程序,他能完成DES算法的全部步骤,不过只能使用64位密码对64位明文进行加密-VC to achieve a simple DES encryption program, he can finish all the DES algorithm steps, but only use 64 to 64 passwords expressly encryption
crypto
- 1、DES加密示例程序,包含全部加密过程,可以实现单个文件加解密功能;2、椭圆曲线密码体制加密算法实现原理源码;3、RSA算法示例源码-1, DES encryption sample procedures, contains all the encryption process, you can achieve a single file encryption and decryption functions 2, Elliptic Curve Cryptography encryption
Anti-Static
- 反静态分析示例 ├──Example1...........一般程序示例 ├──Example2...........插入花指令示例 └──Example3...........12组花指令-Examples of anti-static analysis ├ ─ ─ Example1 ........... example of the general procedure ├ ─ ─ Example2 ........... insert junk code sample └
code
- 注册码示例程序!一个简单的DELPHI注册程序例子!
Ras
- VC++中的RAS加密、解密算法示例,实现基本的思路,生成控制台窗口,方便你查看运行结果。程序功能较少,可能不能满足你的使用,不过重要的是共享了一种加密、解密的思路。-VC++ in the RAS encryption, decryption algorithm for example, the realization of the basic ideas and generate console window for you to view the results. Program feat
Safenet-VC
- 彩虹加密狗,软件加密用微狗的VC代码示例程序-Rainbow dongle, the software encryption code with the micro-dog VC sample programs
DesignPatternMiniManual
- 设计模式迷你手册,包含经典的设计模式说明及程序组织示例,是学习设计模式的极好帮助。-Design Pattern Mini Manual
CodecBase32
- 本程序用比较另类的方式实现Base32文本加密算法(算法实现在DLL的导出函数里面),并用一个示例程序调用实现这个算法的DLL函数,以e-mail地址作为明文,加密生成了25字节的软件序列号。 这套程序由两个Project组成。一个可以编译生成DLL,另一个是调用DLL导出函数的样板工程。-This program uses more alternative means to achieve Base32 text encryption algorithm, and a sample pro
Haitai_SCB2_CBC
- 使用海泰key实现SCB2算法的加解密的示例程序-Use Hi-Tech key for encryption and decryption algorithms SCB2
bcb_md5_demo
- 本程序是利用C++ MD5算法编制的示例程序,在winxp+bcb6.0 环境下编译通过。包括可执行程序和源代码。-C++ MD5 Demo. complile success with winxp+ bcb 6.0, include exe file and source code.
ElGelma
- ElGelma加密算法实现的示例程序,共有三条示例题目-realize ElGelma algorithm
md5
- C++的加密算法。为了保证信息在传输过程中不被修改,一般会做MD5签名验证,本示例程序提供该方法-C++ encryption algorithm. In order to ensure that the information is not modified during transmission, usually do MD5 signature verification, the sample program provides the method