TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Anyone ever scan the barcode on an airline boarding pass?

9 pointsby mattewalmost 15 years ago
I just got a 2d scanner for work and noticed that the SW boarding passes have 2d PDF417 barcodes on them. I scanned it and found 197 characters of data. Some of it is self explanatory (my name, confirmation numbers, destinations, etc). Here it is:<p>M1TESSAR/MATTHEW D EQR2L8Q DENLAXWN 1420 180T017A0017 125&#62;30B0WW0179BWN 0E 0T0101L^460MEQCIC4E6a7 GJNwAfTHnyxgY3VQdsPORVOuPZifjf51WrzqAiA3Zp59 Vw5M1YOUc4snjSh86yeyVK0LxthZdoZBBT/2A==<p>It seems to get more interesting as the string goes on. Anyone have any ideas on the encoded data?

3 comments

akira2501almost 15 years ago
The specification for this standard, along with the fields, lengths and meanings are in this document: <a href="http://www.iata.org/whatwedo/stb/Documents/Resolution792_June2009.pdf" rel="nofollow">http://www.iata.org/whatwedo/stb/Documents/Resolution792_Jun...</a>
评论 #1469400 未加载
cpercivaalmost 15 years ago
<i>Anyone have any ideas on the encoded data?</i><p>The final == is a clear sign that you're looking at base64-encoded data; but after decoding it just looks like noise to me. Maybe there's a cryptographic signature in there somewhere? I think you'd need to compare multiple boarding passes to learn anything.
评论 #1469084 未加载
jaxnalmost 15 years ago
I would imagine that is the part that prevents forgery.