Head Image

QR code encription

If want to know how a Olympus WiFi QR code is encrypted, it's an easy thing:
A simple Caesar cipher is being used. Funny how Olympus tries to encrypt something. The table:

           -->   A --> V L --> K W --> 9
        0 --> / B --> U M --> J X --> 8
        1 --> - C --> T N --> I Y --> 7
        2 --> + D --> S O --> H Z --> 6
        3 --> * E --> R P --> G $ --> 5
        4 --> % F --> Q Q --> F % --> 4
        5 --> $ G --> P R --> E * --> 3
        6 --> Z H --> O S --> D + --> 2
        7 --> Y I --> N T --> C - --> 1
        8 --> X J --> M U --> B , --> ,
        9 --> W K --> L V --> A / --> 0

     

For example:

If you read
OIS1,R1J-/1G1A$GQ*////,-+*%$ZYX
your output would be
OIS1,E-M10-P-V5PF30000,12345678

The OIS1 is not being encrypted and means "Olympus Image Share Version 1".
the WiFi name would be "E-M10-P-V5PF30000" and the password "12345678".


4 comments: