New issue 325: Add support for inclusion of encrypted files
https://bitbucket.org/blais/beancount/issues/325/add-support-for-inclusion-of-encrypted
Milind Kamble:
I have been using beancount extensively for more than a year now. In the process, after learning that encrypted source files were supported, I switched my workflow to using such input. However, I also use 'include' directives to split the source file (esp for investment/401K transactions). Unfortunately, encrypted includes are not supported.
I have created a patch that supports inclusion of encrypted files. It is a simple change in loader.py (in _parse_recursive).
if you wish, Martin, I can create a PR.
Thanks,
Milind