https://bugs.documentfoundation.org/show_bug.cgi?id=93488
--- Comment #6 from Buovjaga <[email protected]> --- (In reply to Ujjawal Kumar from comment #5) > (In reply to Markus Mohrhard from comment #0) > > Currently the VBA export is developed in the feature/vba-export branch. > > However the current export is quite limited and we only support normal code > > modules and the basic VBA structure. > > > > This task would be about implementing the password protection for the VBA > > export. The related part in the VBA specification > > (https://msdn.microsoft.com/en-us/library/office/cc313094%28v=office.12%29. > > aspx) is section 2.4.3. > > > > The current export code is in oox/source/ole/vbaexport.cxx > > Hi Markus, I want to work on this issue. I had few questions, do we have the > frontend which allows to specify the password for the encryption. According > to me the only changes required would be to encrypt the password hash and > implementing the frontend if not present. Thanks! Recent examples of work in password dialogs: https://gerrit.libreoffice.org/c/core/+/182693 https://gerrit.libreoffice.org/c/core/+/182694 Not sure, if they can be reused here, but at least it should help you in researching. -- You are receiving this mail because: You are the assignee for the bug.
