https://bugs.documentfoundation.org/show_bug.cgi?id=66580
--- Comment #52 from Dave Gilbert <[email protected]> --- A problem with the 'EmbeddedFile' approach is that it's not readable until after decryption - and as far as I can tell the filename isn't either. That means we need to be able to decrypt in the ::detect method of the filter - the existing code wasn't trying to password prompt in the ::detect method, but it seems to work if I enable it. Does anyone know if that's legal to be able to do a password entry there? -- You are receiving this mail because: You are the assignee for the bug.
