dfxml:hashdigest

A cryptographic hash, printed in base 16 by default.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
base xs:nonNegativeInteger optional
DEPRECATED. No known users of this element, and little gain seen to
its use. Will be removed in 1.2.0.
type dfxml:hashDigestType optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML'

Used By

Element dfxml:byte_run
Complex Type dfxml:fileobject_type

Source

<xs:element name="hashdigest">
  <xs:annotation>
    <xs:documentation>A cryptographic hash, printed in base 16 by default.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="dfxml:string">
        <xs:attribute name="type" type="dfxml:hashDigestType"/>
        <xs:attribute name="base" type="xs:nonNegativeInteger">
          <xs:annotation>
            <xs:documentation>DEPRECATED. No known users of this element, and little gain seen to its use. Will be removed in 1.2.0.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample

< fileobject xmlns = "http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML" >

< filename>

CHANGE___move_from_P1M_to_P3G

</ filename>

< partition>

1

</ partition>

< filesize>

4097

</ filesize>

< inode>

3

</ inode>

< mtime>

2007-08-09T12:34:56Z

</ mtime>

< atime>

2007-08-09T12:34:56Z

</ atime>

< crtime>

2007-08-09T12:34:56Z

</ crtime>

< hashdigest type = "sha1" >

0000000000000000000000000000000000000000

</ hashdigest>

</ fileobject>