Integrity
<podcast:integrity>
A method of verifying integrity of the mediaParent:
<podcast:alternateEnclosure>
Count:
single
Attributes
type
(required): Type of integrity, either "sri" or "pgp-signature".value
(required): Value of the sri string or base64 encoded pgp signature.
Details
This element defines a method of verifying integrity of the media given either an SRI-compliant integrity string (preferred) or a base64 encoded PGP signature. This element is optional within a<podcast:alternateEnclosure>
element. It allows to ensure that the file has not been tampered with.Examples
1
2
3
4
5
<podcast:alternateEnclosure type="video/mp4" length="7924786" bitrate="511276.52" height="720">
<podcast:source uri="https://example.com/file-720.mp4" />
<podcast:source uri="ipfs://QmX33FYehk6ckGQ6g1D9D3FqZPix5JpKstKQKbaS8quUFb" />
<podcast:integrity type="sri" value="sha384-ExVqijgYHm15PqQqdXfW95x+Rs6C+d6E/ICxyQOeFevnxNLR/wtJNrNYTjIysUBo" />
</podcast:alternateEnclosure>
Platform support
Podcast apps
No podcast apps are known to support <podcast:integrity>
at this time.
Publishing/hosting tools
No publishing/hosting tools are known to support <podcast:integrity>
at this time.
Other apps and platforms
No other apps or platforms are known to support <podcast:integrity>
at this time.
This data is provided by Podcast Index. edit it on GitHub