/usr/lib/python2.7/dist-packages/pyaff4-0.24.post1.egg-info/PKG-INFO is in python-aff4 0.24.post1-2.
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 42 43 44 45 | Metadata-Version: 1.0
Name: pyaff4
Version: 0.24.post1
Summary: Python Advanced Forensic Format Version 4 library.
Home-page: https://www.aff4.org/
Author: Michael Cohen
Author-email: scudette@gmail.com
License: UNKNOWN
Description: # AFF4 -The Advanced Forensics File Format
The Advanced Forensics File format 4 was originally designed and published in
"Extending the advanced forensic format to accommodate multiple data sources,
logical evidence, arbitrary information and forensic workflow" M.I. Cohen,
Simson Garfinkel and Bradley Schatz, digital investigation 6 (2009) S57–S68.
The format is an open source format used for the storage of digital evidence and
data.
The original paper was released with an earlier implementation written in
python. This project is a complete open source re-implementation for a general
purpose AFF4 library.
## What is currently supported.
Not all features described in the paper are currently supported:
1. Writing and Reading ZipFile style volumes.
2. Writing and Reading AFF4 Image streams using the deflate or snappy compressor.
3. Writing and reading RDF metadata using both YAML and Turtle.
What is not yet supported:
1. Encrypted AFF4 volumes.
2. Persistent data store.
3. HTTP backed streams.
4. Splitting an AFF4 Image across multiple volumes.
5. Map streams.
6. Support for signed statements or Bill of Materials.
7. Logical file acquisition.
# Notice
This is not an official Google product (experimental or otherwise), it is just
code that happens to be owned by Google.
Platform: UNKNOWN
|