This document describes single field encryption as a solution to securely convert electronic invoices between different XML formats while preserving authentication. Key points:
- Electronic invoices often need conversion between formats, but current methods break authentication during conversion.
- Single field encryption encrypts critical data in a single field, allowing the rest of the invoice to be converted without affecting authentication.
- Sellers encrypt designated data and sign it, storing it in an encrypted field. Receivers validate the signature and compare unencrypted data.
- This allows conversion between formats while preserving the original sender's authentication, removing barriers to electronic invoicing adoption.