This file is indexed.

/usr/lib/python2.7/dist-packages/py_bcrypt-0.4.egg-info/PKG-INFO is in python-bcrypt 0.4-2+b1.

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
18
19
20
21
22
23
Metadata-Version: 1.0
Name: py-bcrypt
Version: 0.4
Summary: bcrypt password hashing and key derivation
Home-page: https://code.google.com/p/py-bcrypt
Author: Damien Miller
Author-email: djm@mindrot.org
License: BSD
Description: py-bcrypt is an implementation the OpenBSD Blowfish password hashing
        algorithm, as described in "A Future-Adaptable Password Scheme" by 
        Niels Provos and David Mazieres and related bcrypt-based key derivation
        function implemented in OpenBSD libutil.
        
        This system hashes passwords using a version of Bruce Schneier's
        Blowfish block cipher with modifications designed to raise the cost
        of off-line password cracking. The computation cost of the algorithm 
        is parametised, so it can be increased as computers get faster.
        
        Two interfaces are supported: a classic password hashing interface and
        a key derivation function (KDF) intended for generating cryptographic
        keys.
        
Platform: UNKNOWN