期刊文献+

在VB6.0中实现base64编码/解码 被引量:3

BASE64 ENCODING/DECODING IN VB6.0
下载PDF
导出
摘要 :base6 4是Internet中传送二进制数据常用的MIME编码类型。它的基本原理是将每个连续的三个字节 ( 2 4位 )数据组合表示为四个六位数值 ,再把每六位数值当作一个NVTASCII字符来传输。通常情况下 ,这种编码程序都是用C/C + +的位操作运算实现的 ,而VisualBasic中没有提供针对字节的位运算符。本文通过数学方法得到了移位和字节重组的替代形式 ,从而用VisualBasic6 .0实现了base6 4编码 /解码。 Base64 is a common coding type used in conveying binary data on Internet. The basic principle of it is to divide every three continuous byte (24bit) into four six-bit values, and then convey each six-bit value as a NVT ASCII character. This encoding program is obtained by C/ C++ bit operation under normal conditions. But Visual Basic doesn′t provide bit operator in connection with type. In this paper, we get a substitute method of bit movement and bit recomposition through mathematic method, thus obtain base64 encoding/decoding in Visual Basic6.0.
机构地区 燕山大学
出处 《计算机应用》 CSCD 2000年第9期28-30,共3页 journal of Computer Applications
关键词 BASE64 编码 解码 VB6.0 INTERNET网 base64 Visual Basic MIME bit operation bit movemont encoding decoding byte
  • 相关文献

参考文献4

  • 1曾伟民,Visual Basic 6.0高级实用教程,1999年
  • 2京辉热点工作室,Visual Basic 6.0中文版编程指南,1999年
  • 3编程高手工作室,Visual C++ 6.0编程高手,1999年
  • 4刘素丽(译),INTERNET编程,1998年

同被引文献3

  • 1Bill Venners, Inside the Java Virtual Machine, Second Edition, 北京:机械工业出版社,2003,9.
  • 2中华人民共和国公安部.建筑设计防火规范[S]北京:中国计划出版社,2006.
  • 3韩宇贞,朱华生.基于Base64编码的数据加密技术[J].南昌水专学报,2002,21(4):38-40. 被引量:9

引证文献3

二级引证文献13

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部