{"nodes": [{"id": "root_socialdesk_apps_web_src_app_api_utils_crypto_js", "label": "crypto.js", "file_type": "code", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L1"}, {"id": "utils_crypto_getencryptionkey", "label": "getEncryptionKey()", "file_type": "code", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L14"}, {"id": "utils_crypto_encrypt", "label": "encrypt()", "file_type": "code", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L31"}, {"id": "utils_crypto_decrypt", "label": "decrypt()", "file_type": "code", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L52"}, {"id": "utils_crypto_encryptjson", "label": "encryptJSON()", "file_type": "code", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L85"}, {"id": "utils_crypto_decryptjson", "label": "decryptJSON()", "file_type": "code", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L93"}], "edges": [{"source": "root_socialdesk_apps_web_src_app_api_utils_crypto_js", "target": "crypto", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L1", "weight": 1.0}, {"source": "root_socialdesk_apps_web_src_app_api_utils_crypto_js", "target": "utils_crypto_getencryptionkey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L14", "weight": 1.0}, {"source": "root_socialdesk_apps_web_src_app_api_utils_crypto_js", "target": "utils_crypto_encrypt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L31", "weight": 1.0}, {"source": "root_socialdesk_apps_web_src_app_api_utils_crypto_js", "target": "utils_crypto_decrypt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L52", "weight": 1.0}, {"source": "root_socialdesk_apps_web_src_app_api_utils_crypto_js", "target": "utils_crypto_encryptjson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L85", "weight": 1.0}, {"source": "root_socialdesk_apps_web_src_app_api_utils_crypto_js", "target": "utils_crypto_decryptjson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L93", "weight": 1.0}, {"source": "utils_crypto_encrypt", "target": "utils_crypto_getencryptionkey", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L37", "weight": 1.0}, {"source": "utils_crypto_decrypt", "target": "utils_crypto_getencryptionkey", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L66", "weight": 1.0}, {"source": "utils_crypto_encryptjson", "target": "utils_crypto_encrypt", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L87", "weight": 1.0}, {"source": "utils_crypto_decryptjson", "target": "utils_crypto_decrypt", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L95", "weight": 1.0}], "raw_calls": [{"caller_nid": "utils_crypto_getencryptionkey", "callee": "digest", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L23"}, {"caller_nid": "utils_crypto_getencryptionkey", "callee": "update", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L23"}, {"caller_nid": "utils_crypto_getencryptionkey", "callee": "createHash", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L23"}, {"caller_nid": "utils_crypto_encrypt", "callee": "randomBytes", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L36"}, {"caller_nid": "utils_crypto_encrypt", "callee": "createCipheriv", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L38"}, {"caller_nid": "utils_crypto_encrypt", "callee": "update", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L40"}, {"caller_nid": "utils_crypto_encrypt", "callee": "final", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L41"}, {"caller_nid": "utils_crypto_encrypt", "callee": "toString", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L43"}, {"caller_nid": "utils_crypto_encrypt", "callee": "getAuthTag", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L43"}, {"caller_nid": "utils_crypto_encrypt", "callee": "toString", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L44"}, {"caller_nid": "utils_crypto_decrypt", "callee": "includes", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L56"}, {"caller_nid": "utils_crypto_decrypt", "callee": "split", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L56"}, {"caller_nid": "utils_crypto_decrypt", "callee": "split", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L61"}, {"caller_nid": "utils_crypto_decrypt", "callee": "from", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L64"}, {"caller_nid": "utils_crypto_decrypt", "callee": "from", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L65"}, {"caller_nid": "utils_crypto_decrypt", "callee": "createDecipheriv", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L68"}, {"caller_nid": "utils_crypto_decrypt", "callee": "setAuthTag", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L69"}, {"caller_nid": "utils_crypto_decrypt", "callee": "update", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L71"}, {"caller_nid": "utils_crypto_decrypt", "callee": "final", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L72"}, {"caller_nid": "utils_crypto_decrypt", "callee": "warn", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L77"}, {"caller_nid": "utils_crypto_encryptjson", "callee": "stringify", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L87"}, {"caller_nid": "utils_crypto_decryptjson", "callee": "parse", "is_member_call": true, "source_file": "/root/socialdesk/apps/web/src/app/api/utils/crypto.js", "source_location": "L97"}]}