Skip to content
Discussion options

You must be logged in to vote

@mm192010 with otdfctl we follow the Unix philosophy so you can use things like tar, zip, etc to bundle files together.

tar -czvf multi-files.tgz file1 file2 | otdfctl encrypt -o multi-files.tgz.tdf

If you happen to be using a Windows OS then you'll want to use zip or similar tooling. You can also do this in SDK by composing the OpenTDF SDK with tooling like zip.js, java.util.zip, or Go's stdlib zip.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@mm192010
Comment options

@jp-ayyappan
Comment options

Answer selected by jrschumacher
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants