Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.4.3
-
None
-
None
Description
zktreeutil does not support binary data. The program will fail to import/export znode's data which are in binary format. We are going to use OpenSSL library to perform Base64 encoding so that we can store it XML format. OpenSSL seems to be the only widely available library which as support for Base64 encoding and decoding. Libxml2 only have encoding support.