搜索资源列表
IR_Decoder
- 特殊的IR解码源程序,中间还包括了大量的算法处理和注释,很有参考价值
BASE64
- 易语言代码:一个用易语言写的BASE64编码解码的例子,实现了用易语言编写原始加密算法,可以作为很好的借鉴
class_DES
- 加密解密码DES算法的实现。编码和解码,用在ARM上
Base64
- Base64编码算法, 可以分别对字符串和文件进行编码/解码,带进度条, 内含VC++6.0源码
01
- DES编码解码算法源代码,可以直接编译。 很好用哦!!!!!!!!
DES
- DES算法源代码,这是自己书写的源代码,里面采用了非常多的技巧来提高编解码的效率,研究算法和源码的朋友们,我书写的这个代码可以作为你们很好的参考。
15612
- base64 算法,这是一个非常详细的编码和解码的过程
RSA解密和加密算法的实现和应用
- RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
base64
- 原创,C语言实现Base64编码/解码的标准算法程序。-Original C language standard Base64 encoding/decoding algorithm standard procedures.
Base64_java
- java写的base64加解码算法-Base64 code/decode algorithm written in Java
CdesEnctoDelphiDesDec
- 本实例解决从C#中导出文件,经标准DES算法加密后再经Base64编码,对该文件通过delphi7进行Base64解码和Des算法解密后还原-To solve this example from the C# In the export file, with the standard DES encryption algorithm and then by the Base64 encoding, the document through the Delphi7 for Base64 decod
Code
- 利用一个递归算法,对用户自行的输入的数据进行加密,并且可以对加密的数据进行反向解码。-via a recursive algorithm, the program can encrypt the data the user input, and can encrypt data on the reverse decoding.
rsa
- MGCP 协议栈 编解码算法, 包括MD5 ,认证等部分-MGCP protocol stack for decoding algorithms, including MD5, part of certification
Raptor
- 进一步优化的Raptor算法,采用更加先进的distribution来实现更低的码率和更高的解码效率-Further optimize algorithm for the Raptor
winMd5
- 这是MD5算法的解码,可以验证从网上下载的东西有没有被改动-MD5
UUE
- UUE文件格式的使用 和 UUE编解码算法演示-UUE file formats for use and UUE decoding algorithm presentation
des
- 利用汇编编写的des算法,有加密和解码的算法-And use the compilation prepared by the des algorithm, there are encryption and decoding algorithms
CryptDll
- 将加解密算法封装为DLL,方便其他开发工具共享相同的加密/解码算法。附件为简单的加解密算法的示范代码-crypt DLL sample
Base64Encry
- Base64编码解码算法源码,可以加密各种字符字母数字汉字!-Base64 encoding and decoding algorithm source code, you can encrypt a variety of character alphanumeric Chinese characters!
des
- des编解码算法,适用于window和linux-des encrpyt algorithm