Home  >  Article  >  Backend Development  >  Linux Http-Lua-Mode MsgPacknetwork data

Linux Http-Lua-Mode MsgPacknetwork data

WBOY
WBOYOriginal
2016-08-10 08:48:421016browse

Location:
clients -----|---->  proxy gate -----|---->  gserver
                           ||nginx---------------->http-lua-mode nginx-net.api  ===>  URL 、POST/GET、Socket and so on.....(role by web server)
                           ||network data =============================================================================
                                      ||  Time255(60秒频率生成key) ==>gen and check the KEY, use 1 byte for check in the pack
                                      ||  msgpack:packdata = msgpack(rspData);packdata = msgpack(#packdata) .. packdata
                                      ||  xxtea:encrypt ---(packdta)---> encryStr(binary data)
                                      || package :Time255 + ||msgpack way(rspData)
                                                                             ||xxtea [ msgpack data ]         =====>Gen Package
                                      ======================================================================
                                      ======================================================================
                                      ||  Time255 = nginx api.get() ----|---> string.sub (reqData, 1 , 1)(Time255 Len :1 byte)   
                                                                                               || already xxtea and msgpack way data
                                                                                                                               ||
                                                                                               || msgpack way data<----------------(xxtea.decrypt)
                                                                                                          ||
                                      || msgpack(#packdata) .. packdata<----------------------(headOffset, headLen)
                                                                                     ||                                                                          
                                      (totalLen, rspData)------------------>rspData=========>Unpack Data

Important :Gen encrypt KEY by Time255,time 60s change and KEY WORDS
KEY WORDS:
3 . . ? . . x . . < . .~ . .g
# . . ` . . _ . . - . .5 . .  v
! . . . . | . . } . .&. .  0
* . . / . . + . . b . . i  . . |
q . . ( . . k . . t . .o . .  p
m . . = . . $ . . { . .u . .h

 

未经允许,请勿转载

版权声明:本文为博主原创文章,未经博主允许不得转载。

以上就介绍了Linux Http-Lua-Mode MsgPacknetwork data,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn