Metadata-Version: 1.0
Name: fte
Version: 0.1.0
Summary: Format-Transforming Encryption
Home-page: https://github.com/kpdyer/libfte
Author: Kevin P. Dyer
Author-email: kpdyer@gmail.com
License: UNKNOWN
Description: Requires: GMP 5.1.x (https://gmplib.org/), PyCrypto (https://www.dlitz.net/software/pycrypto/)
        
        Format-Transforming Encryption (FTE) is a cryptographic primitive explored in the paper *Protocol Misidentiﬁcation Made Easy with Format-Transforming Encryption* [1]. FTE allows a user to specify the format of their ouput ciphertexts using regular expressions. The libfte library implements the primitive presented in [1].
        
        If you are interested in the *proxy system* that uses FTE to bypass DPI systems, please see fteproxy (https://github.com/kpdyer/fteproxy).
        
        [1] Protocol Misidentification Made Easy with Format-Transforming Encryption, Kevin P. Dyer, Scott E. Coull, Thomas Ristenpart and Thomas Shrimpton, https://kpdyer.com/publications/ccs2013-fte.pdf
        
Platform: UNKNOWN
