Zum Hauptinhalt gehen

Suche

Suche

Qr Code With Encryption

Kommentare

3 Kommentare

  • Avatar
    Ian Cummings
    Moderator
    This link should be helpful.

    http://en.wikipedia.org/wiki/QR_code#Encryption

    The QR symbology in BarTender does allow for binary encoding of the data, but it doesn't support any built-in encryption. You could of course use VB script to perform the encryption on the string of data, but I don't know if you would need to conform to a standard such as the 56 bit DES encryption mentioned in the Wikipedia article. Seaching Google with a term, "encryption with VB script" should turn up a number of examples that you could possibly use in an OnProcessData script.
    0
  • Avatar
    Shotaro Ito
    As of version 9.4 BarTender doesn't support raw binary data in barcode datasource (it doesn't accept NULL(0x00)as data).
    So when storing binary data in QR code you need to encode data as ascii text such as [url="http://en.wikipedia.org/wiki/Base64"]Base64[/url] or hexadecimal, and reader application needed to decode that to raw binary after reading QR code.
    (In RFID object you have option to store binary data.)

    SQRC - Secure QR Code is not supported by BarTender.
    www.milliontech.com/home/content/view/254/139/
    0
  • Avatar
    Legacy Poster
    Alright - so the customer is basically sending a string of Hex data. I found a script already to convert that Hex to CHR(xx) format - after which I put it into the QR code using binary encoding. I think I'm on the right path - just need to bounce the specs off the end user a couple times to be sure I'm getting it right. Thanks.
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.