登录
首页 » 加密解密 » Base64 加密算法(Author 蒋柏良 Jerry Jiang)

Base64 加密算法(Author 蒋柏良 Jerry Jiang)

于 2022-07-18 发布 文件大小:1.12 kB
0 195
下载积分: 2 下载次数: 1

代码说明:

Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DESCRIPTION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following substitution table- * const char base64_map[] = * "ABCDEFGHIJKLMNOPQRSTUVWXYZ" * "abcdefghijklmnopqrstuvwxyz" * "0123456789+/" * If an input is not a multiple of 3 bytes, it s padded with zeros. In * this case the output bytes that consist entirely of the pad data are * replaced with = . * * Example * An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010 * bit sequence, which s then split into 000000 000100 010111 110010 * and these are substituted to produce the following base64 encoding * A E X y * * RETURN VALUE * b64_length() should return output length for the input of len bytes. * b64_encode() should encode len bytes from src int

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • This is a DVD decryption source program.
    DVD解码源代码 -This is a DVD decryption source program.
    2022-08-05 14:31:49下载
    积分:1
  • C# program to implement the cyclic redundancy check generator polynomial, by mod...
    C#程序来实现生成多项式的循环冗余校验,通过修改能校验多项式-C# program to implement the cyclic redundancy check generator polynomial, by modifying the polynomial can check
    2022-12-06 17:30:03下载
    积分:1
  • GetDiskSerial.DLL is a standard Windows dynamic link library, which allows you t...
    GetDiskSerial.DLL 是一个标准的Windows动态链接库,它能够让您在你的程序中简单地获取硬盘出厂序列号。理论上讲,硬盘出厂序列号在全球都是唯一的,所以您可以利用此序列号来产生软件的机器码。 GetDiskSerial.DLL 已经成功的应用在各种流行的开发语言,比如Delphi, C++Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clarion。产品包里已经包含以上开发语言的调用实例。 -GetDiskSerial.DLL is a standard Windows dynamic link library, which allows you to program in your hard drive a simple access to the factory serial number. In theory, the hard disk factory serial number is unique in the world, so you can use this serial number to generate the software machine code. GetDiskSerial.DLL has successfully used in a variety of popular development languages, such as Delphi, C++ Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clarion. Product package already contains a call to an instance of the above development language.
    2022-03-26 19:39:21下载
    积分:1
  • AES标准
    128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey) 运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】 的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
    2022-07-09 23:35:31下载
    积分:1
  • MIME(Quoted
    MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
    2023-02-26 12:40:03下载
    积分:1
  • et框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的算法。本类实现一些常用机算法,供参考。其中MD5算法返回Int...
    et框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。本类实现一些常用机密算法,供参考。其中MD5算法返回Int的ToString字串。返回数字字母型结果的算法参见之前Blog文章-* This program is free software you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation either version 2, or (at your option) any * later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program if not, write to the Free Software Foundation, * Inc., 59 Temple Place- Suite 330, Boston, MA 02111-1307, USA.
    2022-05-19 19:13:03下载
    积分:1
  • IDEA symmetric algorithm software
    IDEA对称算法的软件实现-IDEA symmetric algorithm software
    2022-02-27 08:11:48下载
    积分:1
  • rsa算法源码
    rsa加密算法源码-Source code of RSA encrypt algorithm
    2022-08-24 04:59:14下载
    积分:1
  • des的变形算法,很有用的
    des的变形算法,很有用的-des deformation algorithm, a very useful
    2022-04-13 15:39:26下载
    积分:1
  • 置换代换码体制的S
    置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密-replacement substitution Cryptosystem S-P boxes of generators, can generate random boxes S and P boxes for the replacement substitution Cryptosystem encryption and decryption
    2022-09-07 01:40:02下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载