You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with BagIt 1.0, bag creation and validation tools MUST
support the SHA-256 and SHA-512 algorithms [RFC6234] and SHOULD
enable SHA-512 by default when creating new bags. For backwards
compatibility, implementers SHOULD support MD5 [RFC1321] and SHA-1
[RFC3174]. Implementers are encouraged to simplify the process of
adding additional manifests using new algorithms to streamline the
process of in-place upgrades.
Right now we only support SHA-256. We should add support for other checksum algorithms.
The text was updated successfully, but these errors were encountered:
Quoting the BagIt RFC:
Right now we only support SHA-256. We should add support for other checksum algorithms.
The text was updated successfully, but these errors were encountered: