Would it be possible to implement optional encryption of a box?
My use case for this is that I would like to encrypt a box during build time, so that my binary is distributed with encrypted data at rest. During runtime, I would provide packr with a decryption key, so assets can be decrypted/extracted from the box at runtime.
Would it be possible to implement optional encryption of a box?
My use case for this is that I would like to encrypt a box during build time, so that my binary is distributed with encrypted data at rest. During runtime, I would provide packr with a decryption key, so assets can be decrypted/extracted from the box at runtime.