This file is indexed.

/usr/share/pyshared/passlib-1.5.3.egg-info/PKG-INFO is in python-passlib 1.5.3-0ubuntu1.

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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Metadata-Version: 1.1
Name: passlib
Version: 1.5.3
Summary: comprehensive password hashing framework supporting over 20 schemes
Home-page: http://passlib.googlecode.com
Author: Eli Collins
Author-email: elic@assurancetechnologies.com
License: BSD
Download-URL: http://passlib.googlecode.com/files/passlib-1.5.3.tar.gz
Description: Passlib is a password hashing library for Python 2 & 3,
        which provides cross-platform implementations of over 20
        password hashing algorithms, as well as a framework for
        managing existing password hashes. It's designed to be useful
        for a wide range of tasks, from verifying a hash found in /etc/shadow,
        to providing full-strength password hashing for multi-user application.
        
        * See the `online documentation <http://packages.python.org/passlib>`_
          for details, installation instructions, and examples.
        
        * See the `passlib homepage <http://passlib.googlecode.com>`_
          for the latest news, more information, and additional downloads.
        
        * See the `changelog <http://packages.python.org/passlib/history.html>`_
          for description of what's new in Passlib.
        
        All releases are signed with the gpg key
        `4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.
        
Keywords: password secret hash security crypt md5-crypt sha256-crypt sha512-crypt bcrypt apache htpasswd htdigest pbkdf2
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 5 - Production/Stable