This file is indexed.

/usr/lib/python2.7/dist-packages/pyaes-1.6.1.egg-info is in python-pyaes 1.6.1-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
Metadata-Version: 1.1
Name: pyaes
Version: 1.6.1
Summary: Pure-Python Implementation of the AES block-cipher and common modes of operation
Home-page: https://github.com/ricmoo/pyaes
Author: Richard Moore
Author-email: pyaes@ricmoo.com
License: License :: OSI Approved :: MIT License
Description: A pure-Python implementation of the AES (FIPS-197)
        block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
        OFB) with no dependencies beyond standard Python libraries. See README.md
        for API reference and details.
Platform: UNKNOWN
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License