tls-devicer
    Preparing search index...

    Function parseJa4

    • JA4 format: {proto}{tls_ver}{sni_flag}{ciphers_count}_{sorted_cipher_hex}_{sorted_ext_hex} Full spec: https://github.com/FoxIO-LLC/ja4

      Parses the raw JA4 string without re-deriving from raw TLS — the string itself is the fingerprint we store and compare.

      Parameters

      • raw: string

      Returns { ja4: string; valid: boolean }