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

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

于 2022-07-18 发布 文件大小:1.12 kB
0 144
下载积分: 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 个回复

  • vc下的pgp最新版本源码,不过没有网路功能,但还是很不错的!...
    vc下的pgp最新版本源码,不过没有网路功能,但还是很不错的!-vc pgp under the latest version of source code, but not the Internet function, but still very good!
    2022-06-01 04:03:34下载
    积分:1
  • vc 6.0 source of md5
    vc++6.0下的md5源程序-vc 6.0 source of md5
    2022-02-12 21:06:40下载
    积分:1
  • Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的算法。本类实现一些常用机算法,供参考。...
    Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。本类实现一些常用机密算法,供参考。-Net framework, as they own CLR provides support for the rich, with little code can be used to achieve the old language, such as C is very difficult to achieve encryption algorithm. Realize some of the categories used confidential algorithm for information.
    2022-02-20 09:52:44下载
    积分:1
  • a password support Hash Algorithm series of procedures including sha1, SHA256, S...
    一个sha 哈希密码支撑算法系列的程序 包括了sha1,sha256,sha384和sha512算法-a password support Hash Algorithm series of procedures including sha1, SHA256, SHA384 and SHA512 Algorithm
    2022-02-02 23:33:38下载
    积分:1
  • openssl-1.0.1g的VS工程
    本压缩包为2014年4月7日OpenSSL发布的OpenSSL 1.0.1g的VS工程包,包含在VS下编译所需的所有文件,并在VS2008环境下进行了编译测试。
    2023-01-30 11:30:06下载
    积分:1
  • 一个简单的数据程序转变思想,因为uppercas…
    一个用移位思想实现的简单数据加密程序,因为不论是大写还是小写字母,其ASC码值都是按顺序排列的.故可以用相对应的ASC码值进行判断以及算法实现.-a shift ideology with a simple data encryption procedures, because both uppercase or lowercase letters, the value of ASC codes are arranged in chronological order according to the. It can be used to be the relative value of ASC code of judgment and algorithm.
    2022-06-30 16:11:37下载
    积分:1
  • AES implementation in C++. Input: key file and the file for encryption Outpu...
    AES implementation in C++. Input: key file and the file for encryption Output: the crypted file.
    2022-01-30 23:02:34下载
    积分:1
  • 对于码学感兴趣的读者适合,当然要求一定的基础
    对于密码学感兴趣的读者适合,当然要求一定的基础-for cryptography for interested readers, of course, requires a certain basis
    2022-04-15 00:23:27下载
    积分:1
  • elgamal 签名
    应用背景专注于满足安全问题结合RSA算法和对称密钥加密的基础上增强ElGamal算法数字签名方案。该方案是通过合并整数因子分解问题和离散对数问题。由于它提供了更好的计算速度和吞吐量比现有的rsa-elgamal算法。关键技术 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;及 ; ; ; ; ; ; ; ; ; ; ; ; ;提出的方案ElGamal型方案,使它的重点从原来的方案不同生成和加密解密过程。在这种技术中我们使用了两个单独的文件,用于加密文件和二签署消化消息。我们使用对称密钥加密增强ElGamal密码
    2022-03-18 23:07:16下载
    积分:1
  • sha
    sha-1算法是目前常用的数字摘要算法,可以为任意长度的数据生成20字节的数字摘要,是数字签名的基础-sha-1 algorithm is commonly used in digital digest algorithm, for arbitrary length of 20 bytes of data generation digital summary is the basis of digital signatures
    2022-06-15 00:28:01下载
    积分:1
  • 696518资源总数
  • 105117会员总数
  • 11今日下载