▍1. 文件加密算法+VB源代码,值的初学者研究,深入
文件加密算法+VB源代码,值的初学者研究,深入-File encryption algorithm+ VB source code, the value of research for beginners, in-depth
文件加密算法+VB源代码,值的初学者研究,深入-File encryption algorithm+ VB source code, the value of research for beginners, in-depth
这个是MD5算法C的源代码,希望对大家有用-This is the MD5 algorithm C source code, in the hope that useful to everybody
含有多种公开密钥算法、多种块加密、多种数据流加密、多种HASH函数、多种CheckSum校验、多种MAC校验等几十种加密算法的程序-Contain a wide range of public key algorithm, multi-block encryption, multiple data stream encryption, multi-HASH function, multi-Checksum validation, multi-MAC check dozens of encryption algorithm, such as procedures
分组密码算法,可用于文件加密 该算法设计者是著名的华人密码学家来学嘉教授-Block cipher algorithm, can be used for file encryption algorithm designed by the famous Chinese cryptographer to Xuejia Professor
这是RC6的Asm实现,可以很方便高效的用到工程中去-This is the RC6 of Asm achieved and can be very convenient and efficient to use project
MD5 算法描述 对 MD5 算法简要的叙述可以为:MD5 以 512 位分组来处理输入的信 息,且每一分组又被划分为 16 个 32 位子分组,经过了一系列的处理后, 算法的输出由四个 32 位分组组成, 将这四个 32 位分组级联后将生成一个 128 位散列值。 在 MD5 算法中,首先需要对信息进行填充,使其字节长度对 512 求 余的结果等于 448。因此,信息的字节长度(Bits Length)将被扩展至 N*512+448,即 N*64+56 个字节(Bytes) ,N 为一个正整数。填充的方 法如下,在信息的后面填充一个 1 和无数个 0,直到满足上面的条件时才 停止用 0 对信息的填充。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
Base64 encoding and decoding functions coded in c sharp for simple encryption works. Also source code for increasing speed of asp.net apps by combining javascripts.
.rar中包括两个文件MD5.cpp和MD5.h,在MD5的基础上改进让其支持Unicode的宽字符,可以对CString进行32位的加密,使用vs2010进行测试过,在解决方案“头文件”“源文件”分别使用添加“已有项”,将.h和.cpp文件加入工程,可能会有两三个警告,但不影响程序运行
使用PBE和三重DES加密文件-use of PBE and triple DES encryption document
完整的EVRC压缩解压缩算法源码,附带一个简单的例子程序。-EVRC complete source compression decompression algorithms, with a simple example program.
frey map混沌随机序列的MATLAB产生源程序-frey map chaotic random sequences generated source MATLAB -frey map chaotic random sequence of MATLAB generated source-frey map chaotic random sequences generated source MATLAB
MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
根据自己的加密要求可以修改,MD5加密处理单元。-According to their own requirements can be amended encryption, MD5 encryption processing unit.
AES是一种新的加密标准,它是分组加密算法,分组长度为128位,密钥长度为128bit、192bit、256bit三种,分别成为AES-128、AES-192、 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
在ECC椭圆曲线上的一种加密算法,是现在比较流行的一种非对称加密算法。-ECC Elliptic Curve in an encryption algorithm is more popular now a non-symmetric encryption algorithm.
base64编解码源码,绝对可用。二机制十六进制转换-base64 encode/decode in use