The first time Riprap sees a resource, allowing it to do an initial fixity check would provide assurance that the resource was unaltered between the first time Riprap encountered it and the last known digest from some external system. This capability would be particularly useful during migrations. For example, when migrating from Islandora 7.x to CLAW, we could check a resource's TECHMD 7.x datastream, which contains an md5 digest for the OBJ datastream:
The first time Riprap sees a resource, allowing it to do an initial fixity check would provide assurance that the resource was unaltered between the first time Riprap encountered it and the last known digest from some external system. This capability would be particularly useful during migrations. For example, when migrating from Islandora 7.x to CLAW, we could check a resource's
TECHMD
7.x datastream, which contains anmd5
digest for the OBJ datastream:The result of this check could be persisted in the
event_detail
element. This could be done via a postcheck plugin.