https://bugs.documentfoundation.org/show_bug.cgi?id=42647
--- Comment #5 from Thibaut Barrère <[email protected]> --- I tried to use soffice to automate conversion of XLSX encrypted files in a production environment, and ended up finding this ticket. If we were to follow twelve-factor config recommendations (http://12factor.net/config), which is often used today in PaaS, then we could have passwords set in environment, then call: soffice --password="$PASSWORD" Which is not stored in history etc. I would definitely have a use for that (plenty of "ETL" types of work requires conversion of all kinds, and soffice is a great way to do that even on production servers). -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
