soarecostin/file-vault

[Question] How to decrypt files with custom key?

sanhosey opened this issue · 2 comments

Hey @soarecostin,

I encrypt my uploaded files with a custom key and save the key in a separate database (per file one key).
But I can't decrypt my files.
Am I missing something or am I just too stupid?

Thanks in advance.

Addition: I also set the key in the config before using the streamDecrypt function.

Nevermind, i found my problem.