-
kakabossskdr
/*
base64.cpp 和 base64.h
版权所有 (C) 2004年-2008 René Nyffenegger
提供此源代码 " 作为-是 ",没有任何明示或暗示
保修。在没有事件将作者举行任何损害承担责任
因使用本软件。
授予任何人出于任何目的,使用此软件的权限
包括商业应用程序进行修改和重新发布它
自由,受到以下限制:
1.此源代码的起源必须不得歪曲 ;你必须不
声称是你写的原始源代码。如果您使用此源代码
在一种产品,确认产品文档中将
表示赞赏,但不是必需的。
2.改变源版本为此,必须有明确标记和一定不能
谎称为原始的源代码。
3.本公告不可能会被删除,或从任何源分布改动。
勒内 · Nyffenegger rene.nyffenegger@adp-gmbh.ch
*/
#include"stdafx.h"
//#include"base64.h"
#include"msvc_common.h"
#include < iostream >
静态 const std::string base64_chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
""abcdefghijklmnopqrstuvwxyz
"0123456789 +";
静态内联 bool is_base64 (无符号的 char c) {
返回 (isalnum(c) | |(c == "+") ||(c == "/"));
}
std::string base64_encode (无符号的 char const * bytes_to_encode、 无符号的 in
- 2022-12-20 14:15:03下载
- 积分:1
-
用RSA加密IP,下载后拷下来运行后就能用,可以自己事实!
用RSA加密IP,下载后拷下来运行后就能用,可以自己事实!-use RSA to add password to IP,please download and copy and run it,you can try it!
- 2023-01-25 03:40:04下载
- 积分:1
-
website inter
网站sma intern ini layaknya网站untuk orang dalam hanya untuk orang internal saja tidak mempunyai sistem login pada会员karena hanya digunakan untuk oran dalam dan memiliki berita untuk info terbaru dan file2 yang dapat didownload untuk karyawan guru dan muris ataupun wali murid yang akan melihat pegumuman atau berita terbaru tentang塞科拉阿纳克阿纳克尼亚
- 2022-03-13 00:25:21下载
- 积分:1
-
测试CPU速度的小程序
测试CPU速度的小程序-CPU speed testing of small procedures
- 2022-05-07 02:36:13下载
- 积分:1
-
system manger like file
system manger like file
- 2023-01-19 07:15:03下载
- 积分:1
-
a program to change string s length,you can change it from the outside ,for exam...
一个改变字符串长度的程序,可以从外部改变它,例如文件名。
- 2022-05-07 00:12:02下载
- 积分:1
-
增强MFC的回滚操作
增强MFC的回滚操作-The example of enhancing the MFC s ability of rollback
- 2022-05-16 07:13:31下载
- 积分:1
-
计算车灯投影光斑的程序,内附程序的NS流程图
计算车灯投影光斑的程序,内附程序的NS流程图-projector beam headlights calculation procedures, the procedures attached flowchart NS
- 2023-02-01 22:45:04下载
- 积分:1
-
MFC网页自动填表
资源描述在MFC项目嵌入网页,通过MFC控件,控件网页控件。实现自动把内容填入编辑框,然后控件鼠标点击网页按键
- 2022-05-01 00:05:07下载
- 积分:1
-
one on the use of C realization of the machine's case. Discussion of the gen...
一个关于用 C++ 实现本机事件的问题。讨论了一般意义上的事件并示范了如何用接口为你的类定义事件处理器,事件的处理必须在客户机实现。-one on the use of C realization of the machine"s case. Discussion of the general sense of the incident and demonstrated how to use interface for your class definitions incident processor, the handling of the incident must achieve the client.
- 2022-11-10 02:15:03下载
- 积分:1