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

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

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

  • 基于CAO方法的ROSSLER方程的嵌入维数选取
    基于CAO方法的ROSSLER方程的嵌入维数选取-CAO method based on equation ROSSLER select the embedding dimension
    2022-08-09 17:11:13下载
    积分:1
  • CRC32检查
    CRC32 check
    2022-05-14 20:02:15下载
    积分:1
  • document encryption software source code, document encryption to drive to genera...
    加密文件软件源代码,把要加密文件拖动到生成软件上,按照软件提示要求即可进行保密措施.此源代码为本人校友编辑-document encryption software source code, document encryption to drive to generate software, in accordance with the software can suggest requirements for security measures. This source code for my alumni editor
    2022-02-05 04:06:57下载
    积分:1
  • OPT一次性动态口令验证算法。根据动态支持TOTP和HOTP验证。
    OPT一次性动态口令验证算法。根据动态支持TOTP和HOTP验证。-A one-time dynamic password authentication algorithm OPT. According to dynamic support for TOTP and HOTP authentication.
    2022-09-14 03:40:03下载
    积分:1
  • 网络新手学习的好教程
    网络新手学习的好教程-Network novice to learn a good tutorial
    2022-04-28 01:36:28下载
    积分:1
  • Multicast key batch update algorithm, Based on the LKH single Rekeying program a...
    组播密钥的批次更新算法,基于LKH的单次密钥更新方案和Batch Rekeying方案的原理、结构和密钥更新过程等。并着重对 Batch Rekeying 方案的性能与单次密钥更新方案作了简单的比较。 通过比较和分析得到结论:定时更新的Batch Rekeying 方案在更新开销上比单次更新更有优势 -Multicast key batch update algorithm, Based on the LKH single Rekeying program and the program Batch Rekeying principle, Rekeying structure and processes. And Batch Rekeying focused on the performance of the program with a single Rekeying program with a simple comparison. By comparing and analyzing conclusions : regularly updated Batch Rekeying program in the updated overhead than a single update more advantages
    2022-03-12 16:24:24下载
    积分:1
  • 数字 数字 数字
    数字加密 数字加密 数字加密 -digital encryption, digital encryption, digital encryption, digital encryption, digital encryption, digital encryption
    2022-03-23 12:18:33下载
    积分:1
  • 用途:自创算法
    用途:自创加密算法-purposes : Inventing encryption algorithm
    2023-05-04 23:25:03下载
    积分:1
  • C编程WPS获得码文件
    用C编程获取WPS的文件密码-C programming WPS access to the password file
    2022-04-25 06:03:50下载
    积分:1
  • md5 encrypted C This is a class which encapsulates a set
    md5加密程序 C++ This a class which encapsulates a set-md5 encrypted C This is a class which encapsulates a set
    2023-07-11 06:25:02下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载