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.

Uniquely Identifying PCBs, Subassemblies, and Packaging

34 pointsby SemiTomover 4 years ago

5 comments

ericpauleyover 4 years ago
This is very reminiscent of Physical Random&#x2F;Unclonable Functions[1]. When creating identifiers like this it&#x27;s very important that they be non-reproducible. The article nearly touched on this with random patterns, but the important distinction is that the process must not be reproducible by the manufacturer even if they wanted to.<p>In [1], they propose timing artifacts in FPGAs as a means to achieve this. I imagine that some of the random material embeddings in the article may achieve this in practice, though it&#x27;s important to actually quantify it.<p>[1] <a href="https:&#x2F;&#x2F;citeseerx.ist.psu.edu&#x2F;viewdoc&#x2F;download?doi=10.1.1.297.5196&amp;rep=rep1&amp;type=pdf" rel="nofollow">https:&#x2F;&#x2F;citeseerx.ist.psu.edu&#x2F;viewdoc&#x2F;download?doi=10.1.1.29...</a>
crispyambulanceover 4 years ago
There&#x27;s a common processing step in PCB manufacturing that occurs right after SMT (reflow soldering of components that have been placed on the PCB by a pick-and-place machine). It is known as AOI (automated optical inspection).<p>What happens during AOI is that a camera images every part of the PCB and then uses old school machine vision to identify problems like missing&#x2F;misplaced&#x2F;misoriented components, wrong parts, solder mishaps, and contamination&#x2F;foreign-objects. In practice, it&#x27;s not perfect, but it can detect gross problems and is valuable in high-volume or high-cost pcb&#x27;s. The images are usually not stored, but processed &quot;on the fly&quot; by machine vision applications.<p>It&#x27;s good to hear that Alitheon is taking this to the next level. As a MFG engineer, I&#x27;ve long felt that AOI has been under-utilized. There are multiple reasons to more fully analyze these images besides security concerns and given the low cost of storage, I think it&#x27;s becoming not unreasonable to store entire imagesets of individual high-cost PCB&#x27;s for the life-span of the product.<p>As for the big-picture of security, however, it really begins earlier in the supply chain before the components even arrive at the factory in reels. By the time that something gets to a factory, one can&#x27;t do much more than read-out things like id&#x27;s and perform functional screens. That&#x27;s why manufacturers have, sometimes, long qualification processes before they even consider a new component or its vendor.
评论 #25210373 未加载
pabs3over 4 years ago
This reminds me of bunnie&#x27;s talk on supply chain security:<p><a href="https:&#x2F;&#x2F;www.bunniestudios.com&#x2F;blog&#x2F;?p=5519" rel="nofollow">https:&#x2F;&#x2F;www.bunniestudios.com&#x2F;blog&#x2F;?p=5519</a>
userbinatorover 4 years ago
These are the enemies of right-to-repair and the third-party aftermarket.
评论 #25183242 未加载
评论 #25183785 未加载
m463over 4 years ago
Amazon should do something like this - somehow - and fight fake products.