This file is indexed.

/usr/lib/python2.7/dist-packages/fte-0.1.0.egg-info/PKG-INFO is in python-fte 0.1.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
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