基于MQ的文件分片传输系统的设计与实现
A Spliting Files Transmission System Based on MQ
-
摘要: 基于MQ的文件分片传输系统融合了通信中间件、Zlib压缩、对称加密等技术,能够实现异构环境下可靠的文件数据交换。该文研究分片文件系统的主要组成部分,围绕系统发送和接收两方面的功能作了详细的阐述,并讨论了文件分割与还原、加解密等算法。Abstract: A spliting files transmission system based on Message Queue (MQ) is integrated with the technologies of middleware, zlib, and symmetric key cryptography. Such a system can achive secure file exchange in heterogeneous environment. This paper introduces the major components of the system, The sending and receiving subsystems are discussed in detail. The spliting and recovering, encryption, and decryption of the algorithm are invesgated.