问题描述
我最近购买了一个二维条码阅读器.扫描 U.P.S.条码,我得到了大约一半我想要的信息,其中大约一半看起来是以某种方式加密的.我听说有一个 UPS DLL.
I recently purchased a 2D Barcode reader. When scanning a U.P.S. barcode, I get about half of the information I want, and about half of it looks to be encrypted in some way. I have heard there is a UPS DLL.
示例 - 粗体的所有内容似乎都已加密,而非粗体的文本包含有价值的合法数据.
Example - Everything in bold seems to be encrypted, while the non-bold text contains valuable, legitimate data.
[)>01961163522424800031Z50978063UPSN12312307G:%"6*AH537&M9&QXP2E:)16(E&539R'64O
[)>01961163522424800031Z50978063UPSN12312307G:%"6*AH537&M9&QXP2E:)16(E&539R'64O
换句话说,这段文字看起来没问题——我可以解析信息[)>01961163522424800031Z50978063UPSN123123 ...
In other words, this text seems OK - and I can parse the information[)>01961163522424800031Z50978063UPSN123123 ...
虽然,这些数据似乎是加密的... 07G:%"6*AH537&M9&QXP2E:)16(E&539R'64O
While, this data seems to be encrypted... 07G:%"6*AH537&M9&QXP2E:)16(E&539R'64O
有什么想法吗???
我在互联网上阅读的所有内容都表明我应该能够阅读此内容.我只是没有找到有关具体内容的任何信息.加密"信息包含街道地址、包裹号(如 1/2)、重量和其他一些我很想得到的项目.我想我会直接联系UPS.谢谢.
Everything I read on the internet says I should be able to read this thing. I'm just not finding any information on specifics. The "encrypted" info contains street address, package number (like 1/2), weight, and several other items Im dying to get my hands on. I suppose I will contact UPS directly. Thanks.
推荐答案
SCAC 后的数据被压缩,需要 UPS 的 DLL 或其他组件才能解码.请注意,MaxiCode 仅包含大约 100 个字符的数据,因此需要进行压缩以对更多运输数据进行编码.
The data after the SCAC is compressed and requires a DLL or some other component from UPS in order to decode. Note that a MaxiCode holds only about 100 characters of data so compression is required in order to encode more shipping data.
这篇关于如何解码 U.P.S.来自 UPS MaxiCode 条码的信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!