Jump to content

Format-transforming encryption

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Shaded0 (talk | contribs) at 03:30, 29 July 2017 (top: clean up, added orphan tag using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In cryptography, format-transforming encryption (FTE) refers to encryption where the format of the input plaintext and output ciphertext are configurable. Descriptions of formats can vary, but are typically compact set descriptors, such as a regular expression.

Format-transforming encryption is closely related to, and a generalization of, format-preserving encryption.

Applications of FTE

Restricted fields or formats

Similar to format-preserving encryption, FTE can be used to control the format of ciphertexts. The canonical example is a credit card number, such as 1234567812345670 (16 bytes long, digits only). However, FTE does not enforce that the input format must be the same as the output format.

Censorship circumvention

FTE is used by the Tor Project to circumvent deep packet inspection.[1]

References

  1. ^ "Tor Project: Pluggable Transports". torproject.org. Retrieved 2016-08-05.