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

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

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

  • It s about algorithm for caesar encode
    It s about algorithm for caesar encode
    2022-03-10 12:41:41下载
    积分: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
  • basic_hook_cr0,一个hook cro寄存器源代码,有很重要的参考价值
    basic_hook_cr0,一个hook cro寄存器源代码,有很重要的参考价值-basic_hook_cr0, a hook tis Register source code, a very important reference value
    2022-02-09 12:42:59下载
    积分:1
  • md5 encryption algorithm applied to linux development environment.
    md5加密算法,适用于linux开发环境。-md5 encryption algorithm applied to linux development environment.
    2022-11-03 05:45:03下载
    积分:1
  • 通用de
    Universal De-embedding Procedure
    2022-07-09 01:16:25下载
    积分:1
  • 一个简单的算法Kaiser(C语言)
    一个简单的加密算法Kaiser(C语言实现) -A simple encryption algorithm Kaiser (C language)
    2023-05-09 14:25:03下载
    积分:1
  • VHDL把图片移动到星号码上码的原形就看到啦.zip]
    VHDL把图片移动到星号密码上密码的原形就看到啦.zip] - 程序里有一个张图片.把图片移动到星号密码上,密码的原形就看到啦 [QQ 2005贺岁版登录口令加密算法及其源代码.rar] - QQ 2005贺岁版登录口令加密算法及其源代码,请大家指教 [各cracked软件的安装方法.rar] - 各种开发用常用软件的破解安装方法 非常值得收藏的好东西-VHDL Pictures moved to the asterisk password on the password will see it when prototype. Zip]- is a procedure Lane photo. Pictures moved to the asterisk password, Password prototype will see it when [QQ 2005 Hesuiban login password encryption algorithm and its source code. rar]- QQ 2005 Hesuiban login password encryption algorithm and its source code, Please enlighten [the cracked software installation method. rar]- all commonly used in the development of software security crack installation method is very worthwhile collection of good things
    2022-04-21 19:45:54下载
    积分:1
  • RSA public key encryption, using C to achieve, we can refer to
    RSA公钥加密,用C实现,大家可以参考一下-RSA public key encryption, using C to achieve, we can refer to
    2022-01-26 02:48:37下载
    积分:1
  • 程序实现了大素数的判断和如果不是素数,则其可分的最小的素数...
    程序实现了大素数的判断和如果不是素数,则其可分解的最小的素数-program of large prime numbers and if the judgment is not prime, then decomposition of the smallest prime number
    2022-02-04 09:05:51下载
    积分:1
  • 椭圆曲线算法源代码,用VC++编写,很好的东西
    椭圆曲线加密算法源代码,用VC++编写,很好的东西-Elliptic curve encryption algorithm source code, using VC to prepare, good things
    2022-05-19 21:40:37下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载