Skip to content

Conversation

@b-long
Copy link
Contributor

@b-long b-long commented Sep 29, 2025

TDF Internals

To view the internals of a standard TDF, you can use unzip and jq.

For example, to extract the policy from a TDF file named opentdf-encrypted.tdf, you can run:

unzip -p opentdf-encrypted.tdf 0.manifest.json | jq -r '.encryptionInformation.policy' | base64 -D | jq

@nibsbin nibsbin merged commit 938a509 into nibsbin:main Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants