support parse encrypted json config
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* Description: maat utils entry
|
||||
* Authors: Liu WenTan <liuwentan@geedgenetworks.com>
|
||||
* Date: 2022-10-31
|
||||
* Copyright: (c) 2018-2022 Geedge Networks, Inc. All rights reserved.
|
||||
* Copyright: (c) Since 2022 Geedge Networks, Ltd. All rights reserved.
|
||||
***********************************************************************************************
|
||||
*/
|
||||
|
||||
@@ -116,6 +116,10 @@ int system_cmd_mkdir(const char* path);
|
||||
|
||||
int system_cmd_rmdir(const char *dir);
|
||||
|
||||
int system_cmd_gzip(const char *src_file, const char *dst_file);
|
||||
|
||||
int system_cmd_encrypt(const char *src_file, const char *dst_file, const char *password);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user