First page Back Continue Last page Graphics
The Problem
Inherent expected functionality:
- The decoder stub must be able to decode the payload
Existing payload encoders either:
- Don’t use a key at all
- Use a key that is statically included in the decoder stub
Observer can capture the payload and easily decode it for analysis
All encoding methods I’ve found suffer from this problem