Yes, that's the Aztec library I saw for creating the codes. Looking now for 
a good OS library for reading them...

I'm thinking the sequence would go something like this:


   1. Manufacturer creates key pair
   2. They register their public key with our central server
   3. The public key is posted on a URL REST endpoint on their certified 
   domain
   4. They download our code/library which enables them to create unique 
   Aztec codes at manufacturing speed signed with their public key
   5. The Aztec code payload would be JSON containing the above mentioned 
   URL, by default a UUID, and any other metadata they would have the space to 
   include. The payload would be signed with their ECDSA signature.
   6. That unique Aztec code gets, ideally, printed on an individual bottle 
   but could also maybe be code for a shipment or pallet or some other 
   grouping if individual bottles are cost prohibitive for some manufacturers
   7. An individual or small pharmacy upon receipt of the drugs would scan 
   the Aztec code in our "App" or website
   8. If the signature checks out they are forwarded to the URL in the JSON 
   payload
   9. The cert of the domain is verified
   10. The rest of the JSON payload is relayed to the manufacturer.
   11. The manufacturer can then track the individual bottle and/or offer 
   other info/services to the individual user.

Thoughts, comments, and criticisms welcome!

Frank


On Monday, December 25, 2017 at 4:46:49 PM UTC-5, Tamás Gulácsi wrote:
>
> https://github.com/boombuler/barcode is a MIT licensed Aztec code 
> generator.
>
> You'll have to become a trusted central authority for the drug companies - 
> or at least provide the infrastructure for the government to force such a 
> central registry for uuids and public keys.
>
> I think here the technical solution is almost ready, you have to assemble 
> already existing components. The bigger problem is to build the concept and 
> make a lot of important people accept it.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to