1 line
23 KiB
JSON
1 line
23 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "label": "windows.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L1"}, {"id": "windows_lmhash", "label": "lmhash", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L28"}, {"id": "windows_norm_hash", "label": "_norm_hash()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L86"}, {"id": "windows_lmhash_calc_checksum", "label": "._calc_checksum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L89"}, {"id": "windows_raw", "label": "raw()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L100"}, {"id": "windows_nthash", "label": "nthash", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L144"}, {"id": "windows_nthash_calc_checksum", "label": "._calc_checksum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L168"}, {"id": "windows_raw_nthash", "label": "raw_nthash()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L184"}, {"id": "windows_msdcc", "label": "msdcc", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L237"}, {"id": "windows_msdcc_calc_checksum", "label": "._calc_checksum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L266"}, {"id": "windows_msdcc2", "label": "msdcc2", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L285"}, {"id": "windows_msdcc2_calc_checksum", "label": "._calc_checksum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L311"}, {"id": "windows_rationale_1", "label": "passlib.handlers.nthash - Microsoft Windows -related hashes", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L1"}, {"id": "windows_rationale_29", "label": "This class implements the Lan Manager Password hash, and follows the :ref:`passw", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L29"}, {"id": "windows_rationale_101", "label": "encode password using LANMAN hash algorithm. :type secret: unicode or u", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L101"}, {"id": "windows_rationale_145", "label": "This class implements the NT Password hash, and follows the :ref:`password-hash-", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L145"}, {"id": "windows_rationale_173", "label": "encode password using MD4-based NTHASH algorithm :arg secret: secret as", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L173"}, {"id": "windows_rationale_238", "label": "This class implements Microsoft's Domain Cached Credentials password hash, a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L238"}, {"id": "windows_rationale_271", "label": "encode password using mscash v1 algorithm :arg secret: secret as unicod", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L271"}, {"id": "windows_rationale_286", "label": "This class implements version 2 of Microsoft's Domain Cached Credentials pas", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L286"}, {"id": "windows_rationale_316", "label": "encode password using msdcc v2 algorithm :type secret: unicode or utf-8", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L316"}, {"id": "windows_rationale_126", "label": "# FIXME: just trusting ascii upper will work?", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L126"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "binascii", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "warnings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "passlib_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "passlib_utils_compat", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "passlib_crypto_digest", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "passlib_utils_handlers", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_lmhash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_norm_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L86", "weight": 1.0}, {"source": "windows_lmhash", "target": "windows_lmhash_calc_checksum", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L89", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_raw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L100", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_nthash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L144", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_norm_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L165", "weight": 1.0}, {"source": "windows_nthash", "target": "windows_nthash_calc_checksum", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L168", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_raw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L172", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_raw_nthash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L184", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_msdcc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L237", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_norm_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L263", "weight": 1.0}, {"source": "windows_msdcc", "target": "windows_msdcc_calc_checksum", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L266", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_raw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L270", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_msdcc2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L285", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_norm_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L308", "weight": 1.0}, {"source": "windows_msdcc2", "target": "windows_msdcc2_calc_checksum", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L311", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "target": "windows_raw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L315", "weight": 1.0}, {"source": "windows_lmhash_calc_checksum", "target": "windows_raw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L94", "weight": 1.0}, {"source": "windows_nthash_calc_checksum", "target": "windows_raw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L169", "weight": 1.0}, {"source": "windows_raw_nthash", "target": "windows_raw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L188", "weight": 1.0}, {"source": "windows_msdcc_calc_checksum", "target": "windows_raw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L267", "weight": 1.0}, {"source": "windows_msdcc2_calc_checksum", "target": "windows_raw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L312", "weight": 1.0}, {"source": "windows_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L1", "weight": 1.0}, {"source": "windows_rationale_29", "target": "windows_lmhash", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L29", "weight": 1.0}, {"source": "windows_rationale_101", "target": "windows_lmhash_raw", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L101", "weight": 1.0}, {"source": "windows_rationale_145", "target": "windows_nthash", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L145", "weight": 1.0}, {"source": "windows_rationale_173", "target": "windows_nthash_raw", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L173", "weight": 1.0}, {"source": "windows_rationale_238", "target": "windows_msdcc", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L238", "weight": 1.0}, {"source": "windows_rationale_271", "target": "windows_msdcc_raw", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L271", "weight": 1.0}, {"source": "windows_rationale_286", "target": "windows_msdcc2", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L286", "weight": 1.0}, {"source": "windows_rationale_316", "target": "windows_msdcc2_raw", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L316", "weight": 1.0}, {"source": "windows_rationale_126", "target": "backend_venv_lib_python3_12_site_packages_passlib_handlers_windows_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L126", "weight": 1.0}], "raw_calls": [{"caller_nid": "windows_norm_hash", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L87"}, {"caller_nid": "windows_lmhash_calc_checksum", "callee": "_check_truncate_policy", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L92"}, {"caller_nid": "windows_lmhash_calc_checksum", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L94"}, {"caller_nid": "windows_lmhash_calc_checksum", "callee": "hexlify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L94"}, {"caller_nid": "windows_raw", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L120"}, {"caller_nid": "windows_raw", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L124"}, {"caller_nid": "windows_raw", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L124"}, {"caller_nid": "windows_raw", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L125"}, {"caller_nid": "windows_raw", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L130"}, {"caller_nid": "windows_raw", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L132"}, {"caller_nid": "windows_raw", "callee": "right_pad_string", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L133"}, {"caller_nid": "windows_raw", "callee": "des_encrypt_block", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L134"}, {"caller_nid": "windows_raw", "callee": "des_encrypt_block", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L135"}, {"caller_nid": "windows_norm_hash", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L166"}, {"caller_nid": "windows_nthash_calc_checksum", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L169"}, {"caller_nid": "windows_nthash_calc_checksum", "callee": "hexlify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L169"}, {"caller_nid": "windows_raw", "callee": "to_unicode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L179"}, {"caller_nid": "windows_raw", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L181"}, {"caller_nid": "windows_raw", "callee": "md4", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L181"}, {"caller_nid": "windows_raw", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L181"}, {"caller_nid": "windows_raw_nthash", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L185"}, {"caller_nid": "windows_raw_nthash", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L189"}, {"caller_nid": "windows_raw_nthash", "callee": "hexlify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L189"}, {"caller_nid": "windows_norm_hash", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L264"}, {"caller_nid": "windows_msdcc_calc_checksum", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L267"}, {"caller_nid": "windows_msdcc_calc_checksum", "callee": "hexlify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L267"}, {"caller_nid": "windows_raw", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L278"}, {"caller_nid": "windows_raw", "callee": "to_unicode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L278"}, {"caller_nid": "windows_raw", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L279"}, {"caller_nid": "windows_raw", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L279"}, {"caller_nid": "windows_raw", "callee": "to_unicode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L279"}, {"caller_nid": "windows_raw", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L280"}, {"caller_nid": "windows_raw", "callee": "md4", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L280"}, {"caller_nid": "windows_raw", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L280"}, {"caller_nid": "windows_raw", "callee": "md4", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L280"}, {"caller_nid": "windows_norm_hash", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L309"}, {"caller_nid": "windows_msdcc2_calc_checksum", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L312"}, {"caller_nid": "windows_msdcc2_calc_checksum", "callee": "hexlify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L312"}, {"caller_nid": "windows_raw", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L327"}, {"caller_nid": "windows_raw", "callee": "to_unicode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L327"}, {"caller_nid": "windows_raw", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L328"}, {"caller_nid": "windows_raw", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L328"}, {"caller_nid": "windows_raw", "callee": "to_unicode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L328"}, {"caller_nid": "windows_raw", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L329"}, {"caller_nid": "windows_raw", "callee": "md4", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L329"}, {"caller_nid": "windows_raw", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L329"}, {"caller_nid": "windows_raw", "callee": "md4", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L329"}, {"caller_nid": "windows_raw", "callee": "pbkdf2_hmac", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/windows.py", "source_location": "L330"}]} |