<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" type="image/png" sizes="192x192" href="https://www.techrepublic.com/favicon-192x192.png"><link rel="icon" type="image/png" sizes="96x96" href="https://www.techrepublic.com/favicon-96x96.png"><link rel="icon" type="image/png" sizes="32x32" href="https://www.techrepublic.com/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="https://www.techrepublic.com/favicon-16x16.png"><link rel="icon" type="image/x-icon" href="https://www.techrepublic.com/favicon.ico"><link rel="preconnect" href="https://epsilon.6sense.com" crossorigin=""><link rel="preconnect" href="https://www.techrepublic.com" crossorigin=""><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""><link rel="preconnect" href="https://cd.connatix.com" crossorigin=""><link rel="preconnect" href="https://capi.connatix.com" crossorigin=""><link rel="preload" as="image" fetchpriority="high" href="https://www.techrepublic.com/astrostatic/d4ec76fd/_image/?href=%2F_astro%2Ftechrepublic.BQceyIVv.png&w=500&h=119&f=webp"><link rel="preload" href="https://7K2PtPeYG9QYuDfTo.ay.delivery/manager/7K2PtPeYG9QYuDfTo" as="script"><link rel="preload" href="https://securepubads.g.doubleclick.net/tag/js/gpt.js" as="script"><link rel="preload" href="https://cmp.inmobi.com/choice/vPn77x7pBG57Y/www.techrepublic.com/choice.js?tag_version=V3" as="script"> <script>(function(){const domain = "techrepublic.com";
const targeting = {"env":"prod","stage":"prod","url":"www.techrepublic.com/blog/security/","hostname":"www.techrepublic.com","cid":"security","path":"blog,security","category":"security","topic":"security","news":"no"};

            window._vars = {
                ...(window?._vars ?? {}),
                domain,
                targeting,
            }

            window.ayManagerEnv = window.ayManagerEnv || { cmd: [] }

            window.ayManagerEnv.cmd.push(() =>
                window.requestAnimationFrame(() => {
                    const ay = window.ayManagerEnv
                    const placements = ay.settings.placements
                    const enabled = ay.tools.getEnabledPlacements()
                    for (const entry of placements) {
                        if (
                            // only placements that are contained within wrappers
                            !["afterbegin", "beforeend"].includes(
                                entry.position,
                            ) ||
                            // and are not enabled
                            enabled.find(({ _id }) => _id === entry._id)
                        )
                            continue

                        // hide disabled placement wrappers
                        for (const el of document.querySelectorAll(
                            entry.placement,
                        )) {
                            // except if the wrapper _is_ the page
                            if (
                                ["body", "html"].includes(
                                    el.tagName.toLowerCase(),
                                )
                            )
                                return
                            el.style.display = "none"
                        }
                    }
                }),
            )
        })();</script> <script src="https://7K2PtPeYG9QYuDfTo.ay.delivery/manager/7K2PtPeYG9QYuDfTo" type="text/javascript" referrerpolicy="no-referrer-when-downgrade" async>
                </script><script>(function(){const targeting = {"env":"prod","stage":"prod","url":"www.techrepublic.com/blog/security/","hostname":"www.techrepublic.com","cid":"security","path":"blog,security","category":"security","topic":"security","news":"no"};
const debug = false;

            window.googletag = window.googletag || { cmd: [] };

            document.addEventListener('ay-ads-disabled', () => {
                const allAdElements = Array.from(
                    document.querySelectorAll('[data-ad-slot]')
                );
                
                allAdElements.forEach(element => {
                    element.setAttribute('data-empty', '');
                });
                
                if (debug) {
                    console.log('[AY] ay-ads-disabled event: Marked ads as empty', {
                        count: allAdElements.length,
                        elements: allAdElements.map(el => ({
                            selector: `[data-ad-slot="${el.getAttribute('data-ad-slot')}"]`,
                            element: el
                        }))
                    });
                }
            });
            
            googletag.cmd.push(() => {
                // Initialize googletag for targeting API (AY uses GPT API for targeting)
                Object.entries(targeting).forEach(([key, value]) => {
                    window.googletag.pubads().setTargeting(key, value);
                });

                // Global slotRenderEnded listener:
                // All ad wrappers (AdSlot, SkyboxAd, CurtainAd) use `data-ad-slot` attribute.
                // AY/GPT fires slotRenderEnded with slotElementId pointing at an AY-generated inner div.
                // We walk up to our wrapper and mark it loaded or empty.
                window.googletag
                    .pubads()
                    .addEventListener("slotRenderEnded", (event) => {
                        const slotElementId = event.slot.getSlotElementId();
                        const ayDiv = document.getElementById(slotElementId);
                        if (!ayDiv) return;

                        const wrapper = ayDiv.closest("[data-ad-slot]");
                        if (!wrapper) return;

                        if (event.isEmpty) {
                            wrapper.style.display = "none";
                            wrapper.setAttribute("data-empty", "");
                            wrapper.removeAttribute("data-loaded");
                        } else {
                            wrapper.style.display = "";
                            wrapper.setAttribute("data-loaded", "");
                            wrapper.removeAttribute("data-empty");
                        }

                        if (debug) {
                            console.log("[AY] slotRenderEnded", {
                                slotElementId,
                                adSlot: wrapper.getAttribute("data-ad-slot"),
                                isEmpty: event.isEmpty,
                            });
                        }
                    });
            });
        })();</script><style is:global="">
            @media (max-width: 767px) {
                .cnx-pinned-wrapper {
                    margin-top: 10px;
                }
            }

            @media (min-width: 768px) {
                .cnx-float.cnx-float-position-bottom {
                    transform: translate(0, -100px) !important;
                }
            }

            .cnx-main-container.cnx-in-desktop {
                max-width: 640px;
                max-height: 360px;
            }
        </style> <script>
    ;(function () {
        let visitorId = ""
        try {
            const dl = window.dataLayer || []
            for (let i = dl.length - 1; i >= 0; i--) {
                if (
                    dl[i] &&
                    dl[i].TaVisitorId &&
                    dl[i].TaVisitorId.visitor_id
                ) {
                    visitorId = dl[i].TaVisitorId.visitor_id
                    break
                }
            }
        } catch (_) {
            // ignore
        }
        const s = document.createElement("script")
        s.async = true
        s.src = "https://ob.forseasky.com/i/b65d7d7005337f7bd4bd291d1d48ebb9.js"
        s.setAttribute("data-ch", "cheq4ppc")
        s.className = "ct_clicktrue_60866"
        s.setAttribute("data-jsonp", "onCheqResponse")
        if (visitorId) s.setAttribute("data-uvid", visitorId)
        document.head.appendChild(s)
    })()
</script> <script>
    (() => {
        window.ngt = window.ngt || { cmd:[] };
        window.ngt.cmd.push(function(){
            window.googletag.cmd.push(() => {
                window.googletag
                    .pubads()
                    .setTargeting(
                        "user_agent",
                        navigator?.userAgent ?? "Unknown User Agent",
                    )
                    .setTargeting(
                        "ngt_company_size",
                        (window.ngt.me.company?.company_size_range ?? "").replaceAll(
                            ",",
                            "",
                        ),
                    );
    
                const tags =
                    window.ngt.me?.body?.me.tags?.map((tag) =>
                        tag.toLowerCase().replaceAll("site.", ""),
                    ) ?? [];
    
                [
                    ["is_datacenter", ["is-datacenter"]],
                    ["is_suspected_bot", ["suspected-bad-bot", "bad-bot"]],
                    ["is_ta_user", ["ta-user-ip"]],
                    ["is_crawler", ["user-agent-blocked"]],
                    ["is_ad_blocked", ["ad-blocked-ip"]],
                ]
                    .filter(([tag, flags]) =>
                        flags.some((flag) => tags.includes(flag)),
                    )
                    .reduce((acc, [tag, flags]) => [...acc, tag], [])
                    .forEach((tag) =>
                        window.googletag.pubads().setTargeting(tag, "true"),
                    );
            })
        })
    })();
</script><script async type="text/javascript" src="https://cmp.inmobi.com/choice/vPn77x7pBG57Y/www.techrepublic.com/choice.js?tag_version=V3"></script><script>(function(){const url = "https://cmp.inmobi.com/choice/vPn77x7pBG57Y/www.techrepublic.com/choice.js?tag_version=V3";
const iabVendorsUrl = "https://cmp.inmobi.com/GVL-v3/vendor-list.json";
const googleAtpUrl = "https://cmp.inmobi.com/tcfv2/google-atp-list.json";

(function() {
  var uspTries = 0;
  var uspTriesLimit = 3;
  
  function makeStub() {
    var TCF_LOCATOR_NAME = '__tcfapiLocator';
    var queue = [];
    var win = window;
    var cmpFrame;

    function addFrame() {
      var doc = win.document;
      var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);

      if (!otherCMP) {
        if (doc.body) {
          var iframe = doc.createElement('iframe');

          iframe.style.cssText = 'display:none';
          iframe.name = TCF_LOCATOR_NAME;
          doc.body.appendChild(iframe);
        } else {
          setTimeout(addFrame, 5);
        }
      }
      return !otherCMP;
    }

    function tcfAPIHandler() {
      var gdprApplies;
      var args = arguments;

      if (!args.length) {
        return queue;
      } else if (args[0] === 'setGdprApplies') {
        if (
          args.length > 3 &&
          args[2] === 2 &&
          typeof args[3] === 'boolean'
        ) {
          gdprApplies = args[3];
          if (typeof args[2] === 'function') {
            args[2]('set', true);
          }
        }
      } else if (args[0] === 'ping') {
        var retr = {
          gdprApplies: gdprApplies,
          cmpLoaded: false,
          cmpStatus: 'stub'
        };

        if (typeof args[2] === 'function') {
          args[2](retr);
        }
      } else {
        if(args[0] === 'init' && typeof args[3] === 'object') {
          args[3] = Object.assign(args[3], { tag_version: 'V3' });
        }
        queue.push(args);
      }
    }

    function postMessageEventHandler(event) {
      var msgIsString = typeof event.data === 'string';
      var json = {};

      try {
        if (msgIsString) {
          json = JSON.parse(event.data);
        } else {
          json = event.data;
        }
      } catch (ignore) {}

      var payload = json.__tcfapiCall;

      if (payload) {
        window.__tcfapi(
          payload.command,
          payload.version,
          function(retValue, success) {
            var returnMsg = {
              __tcfapiReturn: {
                returnValue: retValue,
                success: success,
                callId: payload.callId
              }
            };
            if (msgIsString) {
              returnMsg = JSON.stringify(returnMsg);
            }
            if (event && event.source && event.source.postMessage) {
              event.source.postMessage(returnMsg, '*');
            }
          },
          payload.parameter
        );
      }
    }

    while (win) {
      try {
        if (win.frames[TCF_LOCATOR_NAME]) {
          cmpFrame = win;
          break;
        }
      } catch (ignore) {}

      if (win === window.top) {
        break;
      }
      win = win.parent;
    }
    if (!cmpFrame) {
      addFrame();
      win.__tcfapi = tcfAPIHandler;
      win.addEventListener('message', postMessageEventHandler, false);
    }
  };

  makeStub();

  function makeGppStub() {
    const CMP_ID = 10;
    const SUPPORTED_APIS = [
      '2:tcfeuv2',
      '6:uspv1',
      '7:usnatv1',
      '8:usca',
      '9:usvav1',
      '10:uscov1',
      '11:usutv1',
      '12:usctv1'
    ];

    window.__gpp_addFrame = function (n) {
      if (!window.frames[n]) {
        if (document.body) {
          var i = document.createElement("iframe");
          i.style.cssText = "display:none";
          i.name = n;
          document.body.appendChild(i);
        } else {
          window.setTimeout(window.__gpp_addFrame, 10, n);
        }
      }
    };
    window.__gpp_stub = function () {
      var b = arguments;
      __gpp.queue = __gpp.queue || [];
      __gpp.events = __gpp.events || [];

      if (!b.length || (b.length == 1 && b[0] == "queue")) {
        return __gpp.queue;
      }

      if (b.length == 1 && b[0] == "events") {
        return __gpp.events;
      }

      var cmd = b[0];
      var clb = b.length > 1 ? b[1] : null;
      var par = b.length > 2 ? b[2] : null;
      if (cmd === "ping") {
        clb(
          {
            gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1”
            cmpStatus: "stub", // possible values: stub, loading, loaded, error
            cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
            signalStatus: "not ready", // possible values: not ready, ready
            supportedAPIs: SUPPORTED_APIS, // list of supported APIs
            cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading
            sectionList: [],
            applicableSections: [-1],
            gppString: "",
            parsedSections: {},
          },
          true
        );
      } else if (cmd === "addEventListener") {
        if (!("lastId" in __gpp)) {
          __gpp.lastId = 0;
        }
        __gpp.lastId++;
        var lnr = __gpp.lastId;
        __gpp.events.push({
          id: lnr,
          callback: clb,
          parameter: par,
        });
        clb(
          {
            eventName: "listenerRegistered",
            listenerId: lnr, // Registered ID of the listener
            data: true, // positive signal
            pingData: {
              gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1”
              cmpStatus: "stub", // possible values: stub, loading, loaded, error
              cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
              signalStatus: "not ready", // possible values: not ready, ready
              supportedAPIs: SUPPORTED_APIS, // list of supported APIs
              cmpId: CMP_ID, // list of supported APIs
              sectionList: [],
              applicableSections: [-1],
              gppString: "",
              parsedSections: {},
            },
          },
          true
        );
      } else if (cmd === "removeEventListener") {
        var success = false;
        for (var i = 0; i < __gpp.events.length; i++) {
          if (__gpp.events[i].id == par) {
            __gpp.events.splice(i, 1);
            success = true;
            break;
          }
        }
        clb(
          {
            eventName: "listenerRemoved",
            listenerId: par, // Registered ID of the listener
            data: success, // status info
            pingData: {
              gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1”
              cmpStatus: "stub", // possible values: stub, loading, loaded, error
              cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
              signalStatus: "not ready", // possible values: not ready, ready
              supportedAPIs: SUPPORTED_APIS, // list of supported APIs
              cmpId: CMP_ID, // CMP ID
              sectionList: [],
              applicableSections: [-1],
              gppString: "",
              parsedSections: {},
            },
          },
          true
        );
      } else if (cmd === "hasSection") {
        clb(false, true);
      } else if (cmd === "getSection" || cmd === "getField") {
        clb(null, true);
      }
      //queue all other commands
      else {
        __gpp.queue.push([].slice.apply(b));
      }
    };
    window.__gpp_msghandler = function (event) {
      var msgIsString = typeof event.data === "string";
      try {
        var json = msgIsString ? JSON.parse(event.data) : event.data;
      } catch (e) {
        var json = null;
      }
      if (typeof json === "object" && json !== null && "__gppCall" in json) {
        var i = json.__gppCall;
        window.__gpp(
          i.command,
          function (retValue, success) {
            var returnMsg = {
              __gppReturn: {
                returnValue: retValue,
                success: success,
                callId: i.callId,
              },
            };
            event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*");
          },
          "parameter" in i ? i.parameter : null,
          "version" in i ? i.version : "1.1"
        );
      }
    };
    if (!("__gpp" in window) || typeof window.__gpp !== "function") {
      window.__gpp = window.__gpp_stub;
      window.addEventListener("message", window.__gpp_msghandler, false);
      window.__gpp_addFrame("__gppLocator");
    }
  };

  makeGppStub();

  var uspStubFunction = function() {
    var arg = arguments;
    if (typeof window.__uspapi !== uspStubFunction) {
      setTimeout(function() {
        if (typeof window.__uspapi !== 'undefined') {
          window.__uspapi.apply(window.__uspapi, arg);
        }
      }, 500);
    }
  };

  var checkIfUspIsReady = function() {
    uspTries++;
    if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
      console.warn('USP is not accessible');
    } else {
      clearInterval(uspInterval);
    }
  };

  if (typeof window.__uspapi === 'undefined') {
    window.__uspapi = uspStubFunction;
    var uspInterval = setInterval(checkIfUspIsReady, 6000);
  }

  /**
   * DataLayer Push & CCPA Support
   *
   * Version 2.0.7
   */
  (async function () {
    //URLs need to be externalized based on environments, during build update.
    var get_iab_vendors_url = iabVendorsUrl;
    var get_google_atp_url = googleAtpUrl;
    var iab_vendors, iab_vendor_ids, iab_vendor_names;
    var google_vendors, google_vendor_ids, google_vendor_names;
    var google_vendors_arr = [],
        google_vendor_ids_arr = [],
        google_vendor_names_arr = [];
    var iab_vendors_arr = [],
        iab_vendor_ids_arr = [],
        iab_vendor_names_arr = [];
    var non_iab_vendors, non_iab_vendor_ids, non_iab_vendor_names;
    var non_iab_vendors_arr = [],
        non_iab_vendor_ids_arr = [],
        non_iab_vendor_names_arr = [];
    var publisher_consents, publisher_legitimate_interests;
    var purpose_consents, purpose_legitimate_interests;

    function resultToList(a) {
      var b = ",";
      if (a && typeof a === 'object') {
        for (var i in a) {
          if (a[i]) {
            b += i + ",";
          }
        }
      }
      return b;
    }

    /**
     * Get a full list of Non-IAB Vendors, specific to the Quantcast Universal Tag ID, using tcfapi
     */
    function vendors_getNonIABVendorList() {
      window.__tcfapi("getConfig", 2, function (retObj) {
        if (retObj && retObj.hasOwnProperty("nonIabVendorsInfo")) {
          if (
            retObj.nonIabVendorsInfo && retObj.nonIabVendorsInfo.hasOwnProperty(
              "nonIabVendorList",
            )
          ) {
            non_iab_vendors =
              retObj.nonIabVendorsInfo.nonIabVendorList;
            // Dont assume array key = vendor id, set key as vendor id with iab_vendors[i].id
            Object.keys(non_iab_vendors).forEach(function (i) {
              non_iab_vendors_arr[non_iab_vendors[i].vendorId] =
                non_iab_vendors[i].name;
            });
          }
        }
      });
    }

    /**
     * Get a full list of IAB Vendors.
     */
    function vendors_getIABVendorList() {
      var xhttp = new XMLHttpRequest();
      xhttp.onreadystatechange = function () {
        if (this.readyState == 4 && this.status == 200) {
          var res = JSON.parse(this.responseText);
          if (res && res.hasOwnProperty("vendors")) {
            iab_vendors = res.vendors;

            // Dont assume array key = vendor id, set key as vendor id with iab_vendors[i].id
            Object.keys(iab_vendors).forEach(function (i) {
              iab_vendors_arr[iab_vendors[i].id] =
                iab_vendors[i].name;
            });
          }
        }
      };
      xhttp.open("GET", get_iab_vendors_url, true);
      xhttp.send();
    }

    /**
     * Get a full list of google atp list
     */
    function vendors_getGoogleVendorList() {
      var xhttp = new XMLHttpRequest();
      xhttp.onreadystatechange = function () {
        if (this.readyState == 4 && this.status == 200) {
          google_vendors = JSON.parse(this.responseText);
          google_vendors.forEach(function (vendor) {
            google_vendors_arr[vendor.provider_id] =
              vendor.provider_name;
          });
        }
      };
      xhttp.open("GET", get_google_atp_url, true);
      xhttp.send();
    }

    /**
     * CMP Loaded.
     *
     * Push __cmpLoaded event to the data layer.
     */
    function dlSend_tcLoaded(tcData) {
      window.dataLayer = window.dataLayer || [];
      window.dataLayer.push({
        event: "__cmpLoaded",
        __cmpLoaded: true,
        gdpr: tcData ? tcData.gdprApplies : false,
      });
    }

    /**
     * IAB Vendors.
     *
     * Push __cmpIABConsents event to the datalayer, along with iab vendor consent ids.
     */
    function dlSend_consentData(tcData) {
      window.dataLayer = window.dataLayer || [];
      iab_vendor_names_arr = [];
      iab_vendor_ids_arr = [];
      non_iab_vendor_names_arr = [];
      non_iab_vendor_ids_arr = [];
      google_vendor_names_arr = [];
      google_vendor_ids_arr = [];

      if (tcData && tcData.hasOwnProperty("publisher")) {
        if (tcData.publisher && tcData.publisher.hasOwnProperty("consents")) {
          publisher_consents = resultToList(
            tcData.publisher ? tcData.publisher.consents : null,
          );
        }
        publisher_legitimate_interests = resultToList(
          tcData.publisher ? tcData.publisher.legitimateInterests : null,
        );
      }

      if (tcData && tcData.hasOwnProperty("purpose")) {
        if (tcData.purpose && tcData.purpose.hasOwnProperty("consents")) {
          purpose_consents = resultToList(tcData.purpose ? tcData.purpose.consents : null);
        }
        purpose_legitimate_interests = resultToList(
          tcData.purpose ? tcData.purpose.legitimateInterests : null,
        );
      }

      // Run this in an interval (every 0.1s) just in case we are still waiting
      // on the return with our iab_vendors list calls, bail after 10 seconds
      var cnt = 0;
      var interval = setInterval(function () {
        cnt += 1;

        if (cnt === 100) {
          clearInterval(interval);
        }

        if (iab_vendors) {
          clearInterval(interval);

          if (tcData ? tcData.gdprApplies : false) {
            // Create name & id arrays of iab vendors with consent.
            if (tcData && tcData.hasOwnProperty("vendor") && tcData.vendor && tcData.vendor.consents) {
              Object.keys(tcData.vendor.consents).forEach(
                function (vendorId) {
                  if (
                    (tcData.vendor && tcData.vendor.consents ? tcData.vendor.consents[vendorId] : false) ||
                    !tcData.gdprApplies
                  ) {
                    iab_vendor_names_arr[vendorId] =
                      iab_vendors_arr[vendorId];
                    iab_vendor_ids_arr[vendorId] = vendorId;
                  }
                },
              );
            }
          } else {
            // GDPR does not apply, add all vendor names/ids
            iab_vendor_names_arr = iab_vendors_arr;
            iab_vendors_arr.forEach(
              function (vendorName, vendorId) {
                iab_vendor_ids_arr[vendorId] = vendorId;
              },
            );
          }

          if (tcData && tcData.addtlConsent && google_vendors_arr) {
            // Create name and id arrays of google vendors with consent.
            // addtlConsent: "1~39.43.46.55.61.
            // 1~ is the version and the rest are the decoded ids
            var addtlConsentParts = (tcData.addtlConsent || "").split("1~");
            if (addtlConsentParts.length > 1) {
              google_vendor_ids_arr = addtlConsentParts[1].split(".");
            }
            google_vendor_ids_arr &&
              google_vendor_ids_arr.forEach(function (google_id) {
                google_vendor_names_arr.push(
                  google_vendors_arr[google_id],
                );
              });
          }

          // Non IAB Vendors
          window.__tcfapi(
            "getNonIABVendorConsents",
            2,
            function (nonIabConsent, nonIabSuccess) {
              if (nonIabSuccess) {
                if (nonIabConsent.gdprApplies) {
                  // Create name & id arrays of non iab vendors with consent.
                  nonIabConsent.nonIabVendorConsents &&
                    Object.keys(
                      nonIabConsent.nonIabVendorConsents,
                    ).forEach(function (vendorId) {
                      if (
                        nonIabConsent
                          .nonIabVendorConsents[
                          vendorId
                        ] ||
                        !nonIabConsent.gdprApplies
                      ) {
                        non_iab_vendor_names_arr[
                          vendorId
                        ] =
                          non_iab_vendors_arr[
                            vendorId
                          ];
                        non_iab_vendor_ids_arr[
                          vendorId
                        ] = vendorId;
                      }
                    });
                } else {
                  // GDPR does not apply, add all non iab vendor names/ids
                  non_iab_vendor_names_arr =
                    non_iab_vendors_arr;
                  non_iab_vendors_arr.forEach(
                    function (vendorName, vendorId) {
                      non_iab_vendor_ids_arr[vendorId] =
                        vendorId;
                    },
                  );
                }
              }

              // Join our array values, skipping empty items and joing them with a delimiter
              iab_vendor_names = iab_vendor_names_arr
                .filter(Boolean)
                .join("|");
              iab_vendor_ids = iab_vendor_ids_arr
                .filter(Boolean)
                .join(",");
              google_vendor_names = google_vendor_names_arr
                .filter(Boolean)
                .join("|");
              google_vendor_ids = google_vendor_ids_arr
                .filter(Boolean)
                .join("|");
              non_iab_vendor_names = non_iab_vendor_names_arr
                .filter(Boolean)
                .join("|");
              non_iab_vendor_ids = non_iab_vendor_ids_arr
                .filter(Boolean)
                .join(",");

              // Push __cmpIABConsents signals to the data layer.
              window.dataLayer.push({
                event: "__cmpConsents",
                __cmpConsents: {
                  iabVendorConsentIds: iab_vendor_ids,
                  iabVendorsWithConsent: iab_vendor_names,
                  nonIABVendorConsentIds: non_iab_vendor_ids,
                  nonIABVendorsWithConsent:
                    non_iab_vendor_names,
                  googleVendorConsentIds: google_vendor_ids,
                  googleVendorsWithConsent:
                    google_vendor_names,
                  gdpr: tcData ? tcData.gdprApplies : false,
                  publisherConsents: publisher_consents,
                  publisherLegitimateInterests:
                    publisher_legitimate_interests,
                  purposeConsents: purpose_consents,
                  purposeLegitimateInterests:
                    purpose_legitimate_interests,
                },
              });
            },
          );
        }
      }, 100);
    }

    /**
     * CCPA footer message.
     */
    function ccpa_footerMsg(tcData) {
      window.__uspapi("uspPing", 1, function (obj, status) {
        var footer_msg = document.getElementById("choice-footer-msg"); // get the footer container for our CCPA message

        if (status && obj.mode.includes("USP") && footer_msg !== null) {
          footer_msg.innerHTML =
            footer_msg.innerHTML +
            "We use cookies" +
            " and other data collection technologies" +
            " to provide the best experience for our customers. You may request" +
            " that your data not be shared with third parties here: " +
            '<a href="#" onclick="window.__uspapi(\'displayUspUi\');"' +
            ">Do Not Sell My Data</a>" +
            ".";

          // Add the 'ccpa-msg-added' class to the container for post message add styling.
          footer_msg.classList.add("ccpa-msg-added");

          window.__uspapi("setUspDftData", 1, function (obj, status) {
            if (!status) {
              console.log("Error: USP string not updated!");
            }
          });
        }
      });
    }

    // Only get the IAB and Non-IAB vendor lists if the the Data layer push functionality
    // is enabled, otherwise we do not need the vendor lists.
    window.__tcfapi(
      "addEventListener",
      2,
      function (getConfig, listenerSuccess) {
        vendors_getIABVendorList(); // Get global IAB vendor list
        vendors_getGoogleVendorList(); // Get google vendor list
        vendors_getNonIABVendorList(); // Get UTID specific Non-IAB vendors
      },
    );

    // CCPA
    ccpa_footerMsg();

    // Add our main listener.
    window.__tcfapi(
      "addEventListener",
      2,
      function (tcData, listenerSuccess) {
        if (listenerSuccess) {
          /**
           * User Visits:
           * 1st visit/no cookie = 'cmpuishown' called and then 'useractioncomplete' after user make their selection
           * Repeat visit/has cookie = only 'tcloaded' is called as the UI does not show unless the user clicks to show
           */

          switch (tcData ? tcData.eventStatus : null) {
            case "cmpuishown":
              // Data Layer
              dlSend_tcLoaded(tcData);
              break;

            case "tcloaded":
              // Data Layer
              if (tcData ? tcData.gdprApplies : false) {
                dlSend_tcLoaded(tcData);
                dlSend_consentData(tcData);
              }
              break;

            case "useractioncomplete":
              // Data Layer
              dlSend_consentData(tcData);
              break;
          }
        }
      },
    );
  })();
})();
})();</script><noscript> <img src="https://obs.forseasky.com/ns/b65d7d7005337f7bd4bd291d1d48ebb9.html?ch=cheq4ppc" style="display:none" alt=""> </noscript>    <link rel="apple-touch-icon" sizes="180x180" href="https://www.techrepublic.com/apple-touch-icon.png">     <link rel="manifest" href="https://www.techrepublic.com/site.webmanifest">       <link rel="alternate" type="application/rss+xml" title="TechRepublic » Feed" href="https://www.techrepublic.com/feed/"><link rel="alternate" type="application/rss+xml" title="TechRepublic » Comments Feed" href="https://www.techrepublic.com/comments/feed/"><style>:root {
    --theme-primary: #086bdb;
    --theme-secondary: #044997;
    --theme-tertiary: #f54d16;
    --theme-quaternary: #ffffff;
    --theme-primary-foreground: #ffffff;
    --theme-secondary-foreground: #ffffff;
    --theme-tertiary-foreground: #ffffff;
    --theme-quaternary-foreground: #044997;
    --theme-foreground: black;
}</style> <script>window.__authProviders={"facebook":false,"linkedin":false}</script> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.techrepublic.com/#website","url":"https://www.techrepublic.com/","name":"TechRepublic","description":"Providing IT professionals with a unique blend of original content, peer-to-peer advice from the largest community of IT leaders on the Web.","publisher":{"@id":"https://www.techrepublic.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.techrepublic.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.techrepublic.com/#organization","name":"TechRepublic","url":"https://www.techrepublic.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.techrepublic.com/#/schema/logo/image/","url":"https://assets.techrepublic.com/uploads/2026/01/techrepublic.png","contentUrl":"https://assets.techrepublic.com/uploads/2026/01/techrepublic.png","width":512,"height":119,"caption":"TechRepublic"},"image":{"@id":"https://www.techrepublic.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/TechRepublic","https://twitter.com/techrepublic","https://www.linkedin.com/company/techrepublic","https://www.youtube.com/techrepublic","https://www.pinterest.com/techrepublic/","/rssfeeds/"],"parentOrganization":{"@type":"Organization","name":"TechnologyAdvice","url":"https://technologyadvice.com/"}}]}</script><script>(function(){const targeting = {"env":"prod","stage":"prod","url":"www.techrepublic.com/blog/security/","hostname":"www.techrepublic.com","cid":"security","path":"blog,security","category":"security","topic":"security","news":"no"};

    window.dataLayer = window.dataLayer || []
    window.dataLayer.push(
        Object.fromEntries(
            Object.entries(targeting).map(([k, v]) => [`ad_${k}`, v]),
        ),
    )
})();</script><script>
    ;(() => {
        const campaign = new URLSearchParams(window.location.search).get(
            "adTargeting_campaign",
        )
        if (!campaign) return

        window.googletag = window.googletag || { cmd: [] }
        window.googletag.cmd.push(() => {
            window.googletag.setConfig({ targeting: { campaign } })
        })
    })()
</script> <title>Security Archives | TechRepublic</title><meta name="title" content="Security Archives | TechRepublic"><meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"><meta property="og:locale" content="en_US"><meta property="og:type" content="article"><meta property="og:title" content="Security Archives | TechRepublic"><meta property="og:url" content="https://www.techrepublic.com/topic/security/"><meta property="og:site_name" content="TechRepublic"><meta name="twitter:card" content="summary_large_image"><link rel="canonical" href="https://www.techrepublic.com/topic/security/"><link rel="next" href="https://www.techrepublic.com/topic/security/page/2/"><script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"/topic/security/","url":"/topic/security/","name":"Security Archives | TechRepublic","isPartOf":{"@id":"https://www.techrepublic.com/#website"},"primaryImageOfPage":{"@id":"https://www.techrepublic.com/topic/security/#primaryimage"},"image":{"@id":"https://www.techrepublic.com/topic/security/#primaryimage"},"thumbnailUrl":"https://assets.techrepublic.com/uploads/2026/06/google-chrome-protection.png","inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.techrepublic.com/topic/security/#primaryimage","url":"https://assets.techrepublic.com/uploads/2026/06/google-chrome-protection.png","contentUrl":"https://assets.techrepublic.com/uploads/2026/06/google-chrome-protection.png","width":1000,"height":667},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebSite","@id":"https://www.techrepublic.com/","name":"Home"}}]}]}</script> <link rel="alternate" type="application/rss+xml" title="TechRepublic » Security Category Feed" href="https://www.techrepublic.com/security/feed/"> <link rel="stylesheet" href="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/index.BH2w1Xgq.css">
<style>@media(max-width:767px){.cnx-pinned-wrapper{margin-top:10px}}@media(min-width:768px){.cnx-float.cnx-float-position-bottom{transform:translateY(-100px)!important}}.cnx-main-container.cnx-in-desktop{max-width:640px;max-height:360px}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */.featured-video iframe{width:100%;height:100%}.sponsored>p,.sponsored>h2,.sponsored>h3,.sponsored>h4,.sponsored>h5,.sponsored>h6,.sponsored>ul,.sponsored>ol,.sponsored>dl,.sponsored>pre{padding-left:calc(var(--spacing,.25rem) * 10)}@media(min-width:64rem){.sponsored>p,.sponsored>h2,.sponsored>h3,.sponsored>h4,.sponsored>h5,.sponsored>h6,.sponsored>ul,.sponsored>ol,.sponsored>dl,.sponsored>pre{padding-left:calc(var(--spacing,.25rem) * 24)}}
</style>
<link rel="stylesheet" href="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/_article_.DU8F7cIF.css">
<style>.checkbox input{margin-right:.75rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-color:#fff;margin:2px;font:inherit;color:currentColor;width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;border-radius:.4em;transform:translateY(-.075em);display:grid;place-content:center}.checkbox input:before{content:"";width:.65em;height:.65em;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;transition:.12s transform ease-in-out;box-shadow:inset 1em 1em var(--color-primary);background-color:CanvasText}.checkbox input:checked:before{transform:scale(1)}.checkbox input:focus{outline:max(2px,.15em) solid var(--color-primary);outline-offset:max(2px,.15em)}.expand-enter-active,.expand-leave-active{transition:all .3s ease-in-out;max-height:200px}.expand-enter-from,.expand-leave-to{max-height:0;padding-top:0;padding-bottom:0;opacity:0}.expand-enter-to,.expand-leave-from{max-height:200px;opacity:1}
</style>
<link rel="stylesheet" href="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/article.DjhDarn5.css">
<link rel="stylesheet" href="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/_article_.BIbwgaSM.css">
<link rel="stylesheet" href="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/_article_.DlUB__Ss.css">
<style>.slide-right-enter-active[data-v-a115ff3f],.slide-right-leave-active[data-v-a115ff3f]{transition:all .3s}.slide-right-enter-from[data-v-a115ff3f],.slide-right-leave-to[data-v-a115ff3f]{transform:translate(-100vw);opacity:0}.slide-left-enter-active[data-v-a115ff3f],.slide-left-leave-active[data-v-a115ff3f]{transition:all .3s}.slide-left-enter-from[data-v-a115ff3f],.slide-left-leave-to[data-v-a115ff3f]{transform:translate(100vw);opacity:0}.submenu-content [data-submenu][data-v-a115ff3f]{display:none}.submenu-content [data-submenu].active[data-v-a115ff3f]{display:block}#site-navigation:not([data-nav-computed]){visibility:hidden;animation:nav-fallback 0s 1.5s forwards}@keyframes nav-fallback{to{visibility:visible}}.slide-enter-active[data-v-a7e2d2f8],.slide-leave-active[data-v-a7e2d2f8]{transition:all .3s}.slide-enter-from[data-v-a7e2d2f8],.slide-leave-to[data-v-a7e2d2f8]{transform:translateY(20px);opacity:0}#main-navigation[data-astro-cid-sj5ssvhz]{transition:transform .3s ease-in-out,background-color .3s ease-in-out}[data-astro-cid-sj5ssvhz][data-rac-overlay] [data-astro-cid-sj5ssvhz]::-webkit-scrollbar{width:6px}[data-astro-cid-sj5ssvhz][data-rac-overlay] [data-astro-cid-sj5ssvhz]::-webkit-scrollbar-track{background:transparent}[data-astro-cid-sj5ssvhz][data-rac-overlay] [data-astro-cid-sj5ssvhz]::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}[data-astro-cid-sj5ssvhz][data-rac-overlay] [data-astro-cid-sj5ssvhz]::-webkit-scrollbar-thumb:hover{background:#fff6}[data-astro-cid-sj5ssvhz][data-rac-overlay]{scrollbar-color:rgba(255,255,255,.2) transparent;scrollbar-width:thin}
#choice-footer-msg a{color:#fff}#choice-footer-msg a:hover{text-decoration:underline}
</style>
<link rel="stylesheet" href="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/article.C6sEzHdr.css">
<link rel="stylesheet" href="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/_article_.BYOcAkez.css">
<style>.ticker-text[data-v-34ac2891]{transition:transform .2s ease}.ticker-text.ticker-scrolling[data-v-34ac2891]{animation:ticker-scroll-34ac2891 .4s ease-in-out;animation-fill-mode:forwards}@keyframes ticker-scroll-34ac2891{0%{transform:translate(0)}to{transform:translate(var(--scroll-distance, 0))}}
.animate-ping-once[data-v-374d5e4b]{animation:ping-once-374d5e4b .35s ease-out forwards}@keyframes ping-once-374d5e4b{0%{transform:scale(1)}40%{transform:scale(1.2)}70%{transform:scale(.95)}to{transform:scale(1)}}
.icp-product-card[data-astro-cid-wnzspaez]{container-type:inline-size}@container (min-width:600px){.icp-product-card[data-astro-cid-wnzspaez]{grid-template-columns:repeat(2,minmax(0,1fr))}}.icp-product-header[data-astro-cid-wnzspaez]{order:0}@container (min-width:600px){.icp-product-header[data-astro-cid-wnzspaez]{order:1}}.icp-product-rank[data-astro-cid-wnzspaez],.icp-product-name[data-astro-cid-wnzspaez]{min-height:56px}.icp-product-logo[data-astro-cid-wnzspaez]{order:0}@container (min-width:600px){.icp-product-logo[data-astro-cid-wnzspaez]{order:2;max-height:50px}}.icp-product-cta[data-astro-cid-wnzspaez]{flex-direction:column;order:0;display:flex}@container (min-width:600px){.icp-product-cta[data-astro-cid-wnzspaez]{order:4}}.icp-product-attr[data-astro-cid-wnzspaez]{order:0}@container (min-width:600px){.icp-product-attr[data-astro-cid-wnzspaez]{order:3}}.icp-product-logo[data-astro-cid-37va56x7]{justify-content:flex-start}.icp-product-logo[data-astro-cid-37va56x7] img{max-width:250px}.icp-product-cta[data-astro-cid-37va56x7]{justify-content:flex-start}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@media(min-width:48rem){.icp-product-rank[data-astro-cid-vqw45ux7],.icp-product-name[data-astro-cid-vqw45ux7]{min-height:56px}}.icp-link[data-astro-cid-vqw45ux7]:hover .icp-product-rank,.icp-link[data-astro-cid-vqw45ux7]:hover .icp-product-name{color:var(--color-secondary)}.icp-product-logo[data-astro-cid-vqw45ux7] img{max-width:200px}
</style>
<link rel="stylesheet" href="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/_article_.BQYyCg2t.css">
<style>/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */.input{border:1px solid var(--color-zinc-300);border-radius:3.40282e38px}.input:focus{border-color:var(--color-primary)}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em #0000001a;text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity .15s ease,border .3s ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translate(-50%)}.glide__bullet{background-color:#ffffff80;width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all .3s ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em #0000001a;margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:#ffffff80}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */.glide[data-astro-cid-zs6k2ebs],.glide__track[data-astro-cid-zs6k2ebs]{width:100%}@media(prefers-reduced-motion:no-preference){.glide__track[data-astro-cid-zs6k2ebs]{transition:height .25s ease-out}}.glide__slide[data-astro-cid-zs6k2ebs]{flex:none!important;width:auto!important}.glide[data-astro-cid-zs6k2ebs] .glide__bullet--active[data-astro-cid-zs6k2ebs]>.bullet[data-astro-cid-zs6k2ebs]{background:var(--color-primary)}
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */.tab-active[data-astro-cid-y26hj7yi]{color:var(--color-white,#fff);background-color:var(--color-secondary)}.item-hidden[data-astro-cid-y26hj7yi]{display:none}[data-astro-cid-y26hj7yi][data-category-item] img+[data-blur]{opacity:1!important}[data-astro-cid-y26hj7yi][data-category-item] [data-blur]+img{z-index:1;position:absolute}
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){[data-v-cbf2bde4],[data-v-cbf2bde4]:before,[data-v-cbf2bde4]:after,[data-v-cbf2bde4]::backdrop{--tw-font-weight:initial}}}.header[data-v-cbf2bde4]{--tw-font-weight:var(--font-weight-bold,700);font-size:20px;font-weight:var(--font-weight-bold,700)}.accordion-panel.expanded[data-v-cbf2bde4]{margin-bottom:calc(var(--spacing,.25rem) * 4);grid-template-rows:1fr!important}@property --tw-font-weight{syntax:"*";inherits:false}
.slide-enter-active[data-v-a7e2d2f8],.slide-leave-active[data-v-a7e2d2f8]{transition:all .3s}.slide-enter-from[data-v-a7e2d2f8],.slide-leave-to[data-v-a7e2d2f8]{transform:translateY(20px);opacity:0}.slide-right-enter-active[data-v-a115ff3f],.slide-right-leave-active[data-v-a115ff3f]{transition:all .3s}.slide-right-enter-from[data-v-a115ff3f],.slide-right-leave-to[data-v-a115ff3f]{transform:translate(-100vw);opacity:0}.slide-left-enter-active[data-v-a115ff3f],.slide-left-leave-active[data-v-a115ff3f]{transition:all .3s}.slide-left-enter-from[data-v-a115ff3f],.slide-left-leave-to[data-v-a115ff3f]{transform:translate(100vw);opacity:0}.submenu-content [data-submenu][data-v-a115ff3f]{display:none}.submenu-content [data-submenu].active[data-v-a115ff3f]{display:block}
.panel-content[data-v-f291074a]{padding:calc(var(--spacing,.25rem) * 4)}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){[data-v-65bb584b],[data-v-65bb584b]:before,[data-v-65bb584b]:after,[data-v-65bb584b]::backdrop{--tw-font-weight:initial;--tw-border-style:solid}}}label[data-v-65bb584b]{margin-bottom:calc(var(--spacing,.25rem) * 4);--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500)}input[data-v-65bb584b],select[data-v-65bb584b]{margin-bottom:calc(var(--spacing,.25rem) * 2);height:calc(var(--spacing,.25rem) * 10);border-radius:var(--radius-md,.375rem);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-400,oklch(70.7% .022 261.325));padding-inline:calc(var(--spacing,.25rem) * 4)}input[data-v-65bb584b]:last-of-type{margin-bottom:calc(var(--spacing,.25rem) * 10)}p[data-v-65bb584b]{margin-bottom:calc(var(--spacing,.25rem) * 6)}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
.message-enter-active[data-v-6df4dade]{transition:all .3s ease-out}.message-enter-from[data-v-6df4dade]{opacity:0;transform:translateY(20px)}.message-enter-to[data-v-6df4dade]{opacity:1;transform:translateY(0)}.orb-enter-active[data-v-6df4dade]{animation:orb-bounce-in-6df4dade .5s cubic-bezier(.34,1.56,.64,1)}.orb-leave-active[data-v-6df4dade]{transition:all .2s ease-in}.orb-enter-from[data-v-6df4dade],.orb-leave-to[data-v-6df4dade]{opacity:0;transform:scale(0)}@keyframes orb-bounce-in-6df4dade{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.tooltip-enter-active[data-v-6df4dade],.tooltip-leave-active[data-v-6df4dade]{transition:all .2s ease-out}.tooltip-enter-from[data-v-6df4dade],.tooltip-leave-to[data-v-6df4dade]{opacity:0;transform:translateY(8px)}.chat-enter-active[data-v-6df4dade]{animation:chat-expand-6df4dade .3s cubic-bezier(.34,1.56,.64,1)}.chat-leave-active[data-v-6df4dade]{animation:chat-collapse-6df4dade .2s ease-in forwards}@keyframes chat-expand-6df4dade{0%{opacity:0;transform:scale(.8) translateY(20px);transform-origin:bottom right}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes chat-collapse-6df4dade{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.8) translateY(20px);transform-origin:bottom right}}
.debug-bar[data-v-f58ff98e] ::-webkit-scrollbar{width:4px}.debug-bar[data-v-f58ff98e] ::-webkit-scrollbar-track{background:#374151}.debug-bar[data-v-f58ff98e] ::-webkit-scrollbar-thumb{background:#6b7280;border-radius:2px}.debug-bar[data-v-f58ff98e] ::-webkit-scrollbar-thumb:hover{background:#9ca3af}
</style><style>astro-island,astro-slot,astro-static-slot{display:contents}</style><style type="text/css">.inline-top:not([data-loaded]) { min-width: 300px; max-width: 320px; min-height: 50px; max-height: 50px; }
@media screen and (min-width: 768px) { .inline-top:not([data-loaded]) { min-width: 728px; max-width: 728px; min-height: 90px; max-height: 90px; } }
@media screen and (min-width: 1240px) { .inline-top:not([data-loaded]) { min-width: 728px; max-width: 1000px; min-height: 90px; max-height: 250px; } }</style><style type="text/css">.section-banner:not([data-loaded]) { min-width: 300px; max-width: 320px; min-height: 50px; max-height: 250px; }
@media screen and (min-width: 768px) { .section-banner:not([data-loaded]) { min-width: 728px; max-width: 728px; min-height: 90px; max-height: 90px; } }</style><style type="text/css">.section-banner:not([data-loaded]) { min-width: 300px; max-width: 320px; min-height: 50px; max-height: 250px; }
@media screen and (min-width: 768px) { .section-banner:not([data-loaded]) { min-width: 728px; max-width: 728px; min-height: 90px; max-height: 90px; } }</style><style type="text/css">.section-banner:not([data-loaded]) { min-width: 300px; max-width: 320px; min-height: 50px; max-height: 250px; }
@media screen and (min-width: 768px) { .section-banner:not([data-loaded]) { min-width: 728px; max-width: 728px; min-height: 90px; max-height: 90px; } }</style><style type="text/css">.right-rail:not([data-loaded]) { min-width: 300px; max-width: 320px; min-height: 50px; max-height: 250px; }
@media screen and (min-width: 768px) { .right-rail:not([data-loaded]) { min-width: 160px; max-width: 300px; min-height: 250px; max-height: 600px; } }</style><style type="text/css">.inline-bottom:not([data-loaded]) { min-width: 300px; max-width: 320px; min-height: 50px; max-height: 50px; }
@media screen and (min-width: 768px) { .inline-bottom:not([data-loaded]) { min-width: 728px; max-width: 728px; min-height: 90px; max-height: 90px; } }
@media screen and (min-width: 1240px) { .inline-bottom:not([data-loaded]) { min-width: 728px; max-width: 1000px; min-height: 90px; max-height: 250px; } }</style><style type="text/css">.sticky-footer:not([data-loaded]) { min-width: 300px; max-width: 320px; min-height: 50px; max-height: 50px; }
@media screen and (min-width: 768px) { .sticky-footer:not([data-loaded]) { min-width: 728px; max-width: 728px; min-height: 90px; max-height: 90px; } }
@media screen and (min-width: 1240px) { .sticky-footer:not([data-loaded]) { min-width: 728px; max-width: 1000px; min-height: 90px; max-height: 90px; } }</style></head> <body class="skybox-auto-collapse">  <script type="module">window.googletag=window.googletag||{cmd:[]},window.googletag?.cmd.push(()=>{let i=!1,l=null;const a=o=>{const e=document.getElementById("main-navigation");e&&(e.style.top=`${o}px`)},r=o=>{if(i)return;i=!0;const e=o.closest("[data-ad-slot='skybox']");if(!e)return;e.setAttribute("data-loaded",""),a(e.offsetHeight),document.dispatchEvent(new CustomEvent("skybox-ad-ready",{detail:{height:e.offsetHeight}})),window.ResizeObserver&&(l=new ResizeObserver(t=>{for(const d of t){const s=d.contentRect.height;a(s),document.dispatchEvent(new CustomEvent("skybox-ad-height-changed",{detail:{height:s}}))}}),l.observe(e));const n=window.googletag.pubads().getSlots().find(t=>{const d=t.getSlotElementId(),s=document.getElementById(d);return s?s.closest(".inline-top")!==null:!1});if(n){const t=document.querySelector(".inline-top");t&&(t.classList.add("hidden"),t.style.setProperty("display","none")),window.googletag?.destroySlots([n]),window.requestAnimationFrame(()=>{t?.remove()})}};window.googletag.pubads().addEventListener("slotRenderEnded",o=>{if(o.isEmpty)return;const e=o.slot.getSlotElementId(),n=document.getElementById(e);!n||!n.closest("[data-ad-slot='skybox']")||r(n)})});</script><script type="module">function o(e){e.dataset.imageLoaded===void 0&&(e.dataset.imageLoaded="",window.requestAnimationFrame(()=>{e.style.opacity="1";const a=e.closest("[data-lazyimage]")?.querySelector("[data-blur]");a&&(a.style.opacity="0")}))}function t(e){if(e.dataset.imageLoaded!==void 0)return;(typeof e.decode=="function"?e.decode().catch(()=>{}):Promise.resolve()).finally(()=>o(e))}function d(e){!(e instanceof HTMLImageElement)||!e.matches("[data-image]")||t(e)}document.addEventListener("load",e=>d(e.target),!0);document.addEventListener("error",e=>d(e.target),!0);document.querySelectorAll("[data-lazyimage] [data-image]").forEach(e=>{e.complete&&t(e)});</script><script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();</script><script type="module" src="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/TechRepublicHeader.astro_astro_type_script_index_0_lang.CFTfjRs6.js"></script><script type="module">document.body.clientWidth<1480||(window.googletag=window.googletag||{cmd:[]},window.googletag?.cmd.push(()=>{let i=!1;const l=()=>{if(i)return;i=!0;const t=document.createElement("div"),e=document.createElement("div"),n=`
                        position: fixed;
                        top: 0;
                        bottom: 0;
                        width: calc((100vw - 1200px) / 2);
                        background: transparent;
                        cursor: pointer;
                    `;t.style.cssText=n+"left: 0;",e.style.cssText=n+"right: 0;",t.id="left-gutter",e.id="right-gutter";const d=()=>{const o=document.body?.dataset?.src;o&&(window.location.href=o)};t.addEventListener("click",d),e.addEventListener("click",d);const s=()=>{const o=window.innerWidth,r=1200;if(o>r){t.style.display="block",e.style.display="block";const c=(o-r)/2;t.style.width=`${c}px`,e.style.width=`${c}px`}else t.style.display="none",e.style.display="none"};document.body.appendChild(t),document.body.appendChild(e),s(),window.addEventListener("resize",s)};window.googletag.pubads().addEventListener("slotRenderEnded",t=>{if(t.isEmpty)return;const e=t.slot.getSlotElementId(),n=document.getElementById(e);!n||!n.closest("[data-ad-slot='curtain']")||l()})}));</script><script type="module">class s extends HTMLElement{resizeObserver=null;connectedCallback(){this.updateHeightVar(),this.resizeObserver=new ResizeObserver(()=>{this.hasAttribute("data-collapsed")||this.updateHeightVar()}),this.resizeObserver.observe(this),this.querySelector("button")?.addEventListener("click",()=>{const e=this.toggleAttribute("data-collapsed");this.classList.toggle("translate-y-full",e);const t=this.querySelector(".chevron");t&&t.classList.toggle("rotate-180",e),e?document.documentElement.style.setProperty("--sticky-ad-height","0px"):this.updateHeightVar()})}disconnectedCallback(){this.resizeObserver?.disconnect(),document.documentElement.style.removeProperty("--sticky-ad-height")}updateHeightVar(){document.documentElement.style.setProperty("--sticky-ad-height",`${this.offsetHeight}px`)}}customElements.define("sticky-footer-ad",s);</script>     <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-57GHMWX" height="0" width="0" style="display:none;visibility:hidden" title="Google tag manageer noscript tag"></iframe></noscript><script>(function(){const gtmId = "GTM-57GHMWX";

    ;(function (w, d, s, l, i) {
        w[l] = w[l] || []
        w[l].push({
            "gtm.start": new Date().getTime(),
            event: "gtm.js",
        })
        const f = d.getElementsByTagName(s)[0],
            j = d.createElement(s),
            dl = l != "dataLayer" ? "&l=" + l : ""
        j.async = true
        j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl
        f.parentNode.insertBefore(j, f)
    })(window, document, "script", "dataLayer", gtmId)
})();</script><div data-ad-slot="skybox" data-unit-base="/5055/aw-techrepublic" data-category="security" class="static top-0 left-0 right-0 w-screen z-200 skybox skybox-closeBtn skybox-collapseBtn data-empty:hidden print:hidden"></div><script>(function(){const defaultLocale = "en";
const supportedShorts = ["en","de","fr"];
const siteDomain = "techrepublic.com";

    ;(function () {
        try {
            const pathname = window.location.pathname
            const sitePrefix = "/sites/" + siteDomain + "/"
            let base, afterBase
            if (pathname.startsWith(sitePrefix)) {
                base = sitePrefix
                afterBase = pathname.slice(sitePrefix.length)
            } else {
                base = "/"
                afterBase = pathname.slice(1)
            }
            const parts = afterBase.split("/")
            const currentLocale = supportedShorts.includes(parts[0])
                ? parts[0]
                : defaultLocale
            const pref = localStorage.getItem("preferred-locale")
            if (!pref || !supportedShorts.includes(pref)) {
                localStorage.setItem("preferred-locale", currentLocale)
                return
            }
            if (currentLocale !== defaultLocale) return
            if (currentLocale === pref) return
            const target =
                base +
                pref +
                "/" +
                afterBase +
                window.location.search +
                window.location.hash
            window.location.replace(target)
        } catch (err) {
            console.error("Failed to redirect to preferred locale", err)
        }
    })()
})();</script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""><link href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap" rel="stylesheet"><tr-header> <header class="sticky top-0 z-1000 bg-white antialiased print:static font-[Mulish,sans-serif] border-b border-[#efefef]" id="main-navigation"> <div class="flex items-center justify-between max-w-[1200px] mx-auto px-4 h-[70px] gap-3"> <!-- Logo --> <a href="/" class="shrink-0 flex items-center"> <div class="h-[40px] w-auto relative">  <img src="https://www.techrepublic.com/astrostatic/d4ec76fd/_image/?href=%2F_astro%2Ftechrepublic.BQceyIVv.png&w=500&h=119&f=webp" alt="TechRepublic" loading="eager" fetchpriority="high" showPlaceholder="false" data-image="true" style="opacity:1" decoding="async" width="500" height="119" class="h-[40px] w-auto transition-opacity duration-300"> </div>  </a> <!-- Desktop primary nav --> <nav class="hidden min-[1360px]:flex items-center text-[16px] text-[#000e2a] font-bold gap-2" aria-label="Primary navigation"> <a href="/topic/top-products/" class="px-3 py-2 text-[#000e2a] no-underline whitespace-nowrap hover:text-[#086bdb] transition-colors duration-150"> Top Products </a><a href="/topic/artificial-intelligence/" class="px-3 py-2 text-[#000e2a] no-underline whitespace-nowrap hover:text-[#086bdb] transition-colors duration-150"> AI </a><a href="/topic/developer/" class="px-3 py-2 text-[#000e2a] no-underline whitespace-nowrap hover:text-[#086bdb] transition-colors duration-150"> Developer </a><a href="/topic/payroll/" class="px-3 py-2 text-[#000e2a] no-underline whitespace-nowrap hover:text-[#086bdb] transition-colors duration-150"> Payroll </a><a href="/topic/security/" class="px-3 py-2 text-[#000e2a] no-underline whitespace-nowrap hover:text-[#086bdb] transition-colors duration-150"> Security </a><a href="/events/" class="px-3 py-2 text-[#000e2a] no-underline whitespace-nowrap hover:text-[#086bdb] transition-colors duration-150"> Events </a> <!-- Hubs dropdown --> <div class="relative" data-tr-hubs-wrapper=""> <button class="flex items-center gap-1 px-3 py-2 text-[#000e2a] bg-transparent border-0 cursor-pointer text-[16px] font-bold whitespace-nowrap hover:text-[#086bdb] transition-colors duration-150" aria-expanded="false" data-tr-hubs-btn=""> <span>Resources</span> <svg class="w-3 h-3 transition-transform duration-300" viewBox="0 0 12 12" fill="none" aria-hidden="true"> <path d="M2 4l4 4 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> <div class="absolute top-full right-0 invisible opacity-0 transition-all duration-150 z-50" data-tr-hubs-dropdown=""> <div class="bg-white rounded-lg shadow-[0_4px_24px_rgba(0,0,0,0.12)] border border-gray-100 p-6 min-w-[680px] font-[Mulish,sans-serif]"> <div class="flex gap-8"> <!-- Resource Hubs column --> <div class="w-[200px] shrink-0"> <div class="px-1 pb-2 text-[10px] font-bold uppercase tracking-wider text-gray-400">
Resource Hubs
</div> <div class="flex flex-col"> <a href="/hubs/the-enterprise-guide-to-scalable-ai/" class="block px-1 py-1.5 text-[13px] text-[#000e2a] no-underline hover:text-[#086bdb] transition-colors duration-150"> The Enterprise Guide to Scalable AI </a> <a href="/premium/" class="block px-1 py-1.5 text-[13px] text-[#000e2a] no-underline hover:text-[#086bdb] transition-colors duration-150"> TechRepublic Premium </a><a href="https://academy.techrepublic.com/" class="block px-1 py-1.5 text-[13px] text-[#000e2a] no-underline hover:text-[#086bdb] transition-colors duration-150"> TechRepublic Academy </a><a href="/newsletters/" class="block px-1 py-1.5 text-[13px] text-[#000e2a] no-underline hover:text-[#086bdb] transition-colors duration-150"> Newsletters </a><a href="/resource-library/" class="block px-1 py-1.5 text-[13px] text-[#000e2a] no-underline hover:text-[#086bdb] transition-colors duration-150"> Resource Library </a><a href="/forums/" class="block px-1 py-1.5 text-[13px] text-[#000e2a] no-underline hover:text-[#086bdb] transition-colors duration-150"> Forums </a><a href="/sponsored/" class="block px-1 py-1.5 text-[13px] text-[#000e2a] no-underline hover:text-[#086bdb] transition-colors duration-150"> Sponsored </a> </div> </div> <!-- Featured Resources column --> <div class="flex-1 min-w-0"> <div class="px-1 pb-2 text-[10px] font-bold uppercase tracking-wider text-gray-400">
Featured Resources
</div> <div class="grid grid-cols-2 gap-4"> <a href="/sponsored/why-data-not-models-determines-ai-success/" class="group flex flex-col gap-2 no-underline"> <div class="aspect-video w-full overflow-hidden rounded-md bg-gray-100"> <img src="https://assets.techrepublic.com/uploads/2026/04/Untitled-design-18-1-770x433.png" alt="Why Data, Not Models, Determines AI Success" loading="lazy" class="h-full w-full object-cover transition-transform duration-200 group-hover:scale-[1.02]"> </div> <div class="text-[14px] font-bold leading-snug text-[#000e2a] group-hover:text-[#086bdb] transition-colors duration-150 line-clamp-2"> Why Data, Not Models, Determines AI Success </div> <div class="text-[13px] leading-snug text-gray-600 line-clamp-2"> Strong models alone are not enough, and this article shows why data readiness, accessibility, and governance often determine whether AI succeeds in production. </div> </a><a href="https://www.eweek.com/a/news/proving-the-roi-of-enterprise-ai-from-esg-insights-to-business-outcomes/" class="group flex flex-col gap-2 no-underline"> <div class="aspect-video w-full overflow-hidden rounded-md bg-gray-100"> <img src="https://cdn.eweek.com/Dell_26Q1_TN_1280x720_03.jpg" alt="Proving the ROI of Enterprise AI: From ESG Insights to Business Outcomes" loading="lazy" class="h-full w-full object-cover transition-transform duration-200 group-hover:scale-[1.02]"> </div> <div class="text-[14px] font-bold leading-snug text-[#000e2a] group-hover:text-[#086bdb] transition-colors duration-150 line-clamp-2"> Proving the ROI of Enterprise AI: From ESG Insights to Business Outcomes </div> <div class="text-[13px] leading-snug text-gray-600 line-clamp-2"> Enterprise leaders are under pressure to show that AI investments deliver more than experimentation, and this piece explores how to connect initiatives to measurable business outcomes. </div> </a><a href="https://www.eweek.com/a/artificial-intelligence/where-should-ai-workloads-run-rethinking-workload-placement-in-a-hybrid-ai-world/" class="group flex flex-col gap-2 no-underline"> <div class="aspect-video w-full overflow-hidden rounded-md bg-gray-100"> <img src="https://cdn.techrepublic.com/content-images/01KPVCT9XZBKTPSCST3R2GG1RE.jpg" alt="Where Should AI Workloads Run? Rethinking Workload Placement in a Hybrid AI World" loading="lazy" class="h-full w-full object-cover transition-transform duration-200 group-hover:scale-[1.02]"> </div> <div class="text-[14px] font-bold leading-snug text-[#000e2a] group-hover:text-[#086bdb] transition-colors duration-150 line-clamp-2"> Where Should AI Workloads Run? Rethinking Workload Placement in a Hybrid AI World </div> <div class="text-[13px] leading-snug text-gray-600 line-clamp-2"> Because placement decisions affect cost, performance, and control, this piece examines how data gravity and latency shape where AI workloads should run. </div> </a><a href="https://www.eweek.com/artificial-intelligence/dells-vrashank-jain-on-the-data-problem-that-could-break-your-ai/" class="group flex flex-col gap-2 no-underline"> <div class="aspect-video w-full overflow-hidden rounded-md bg-gray-100"> <img src="https://cdn.techrepublic.com/content-images/01KPVCP6B2QCW4Q6NEY1N5PD84.png" alt="Dell's Vrashank Jain on the Data Problem That Could Break Your AI" loading="lazy" class="h-full w-full object-cover transition-transform duration-200 group-hover:scale-[1.02]"> </div> <div class="text-[14px] font-bold leading-snug text-[#000e2a] group-hover:text-[#086bdb] transition-colors duration-150 line-clamp-2"> Dell's Vrashank Jain on the Data Problem That Could Break Your AI </div> <div class="text-[13px] leading-snug text-gray-600 line-clamp-2"> In this eSpeaks conversation, Vrashank Jain explains why fragmented environments, pipeline complexity, and data bottlenecks continue to slow enterprise AI progress. </div> </a> </div> </div> </div> </div> </div> </div> <!-- More dropdown --> <div class="relative" data-tr-more-wrapper=""> <button class="flex items-center gap-1 px-3 py-2 text-[#000e2a] bg-transparent border-0 cursor-pointer text-[16px] font-bold whitespace-nowrap hover:text-[#086bdb] transition-colors duration-150" aria-expanded="false" data-tr-more-btn=""> <span>More</span> <svg class="w-3 h-3 transition-transform duration-300" viewBox="0 0 12 12" fill="none" aria-hidden="true"> <path d="M2 4l4 4 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> <div class="absolute top-full right-0 bg-white rounded-lg shadow-[0_4px_24px_rgba(0,0,0,0.12)] py-2 min-w-[220px] invisible opacity-0 transition-all duration-150 z-50 border border-gray-100" data-tr-more-dropdown=""> <!-- Popular Topics --> <div class="px-4 py-1.5 text-[10px] font-bold uppercase tracking-wider text-gray-400"> Popular Topics </div> <a href="/topic/project-management/" class="block px-4 py-1.5 text-[#000e2a] no-underline text-[13px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Project Management </a><a href="/topic/accounting/" class="block px-4 py-1.5 text-[#000e2a] no-underline text-[13px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Accounting </a><a href="/topic/big-data/crm/" class="block px-4 py-1.5 text-[#000e2a] no-underline text-[13px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> CRM </a><a href="https://academy.techrepublic.com/" class="block px-4 py-1.5 text-[#000e2a] no-underline text-[13px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Academy </a><a href="/topic/cloud/" class="block px-4 py-1.5 text-[#000e2a] no-underline text-[13px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Cloud </a><a href="/topic/innovation/" class="block px-4 py-1.5 text-[#000e2a] no-underline text-[13px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Innovation </a><a href="/topic/smart-persons-guides/" class="block px-4 py-1.5 text-[#000e2a] no-underline text-[13px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Cheat Sheets </a><a href="/topic/big-data/" class="block px-4 py-1.5 text-[#000e2a] no-underline text-[13px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Big Data </a> <a href="/topic/" class="block px-4 py-1.5 text-[#086bdb] no-underline text-[13px] font-bold hover:bg-gray-50 transition-colors duration-150"> View All Topics </a> </div> </div> </nav> <!-- Right side actions --> <div class="flex items-center gap-3 ml-auto min-[1360px]:ml-0"> <div class="hidden md:block"> <astro-island uid="Z1ssWf6" prefix="s25" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/LocaleDropdown.0bDRLKdU.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;currentLocale&quot;:[0,&quot;en&quot;],&quot;defaultLocale&quot;:[0,&quot;en&quot;],&quot;supportedLocales&quot;:[1,[[0,&quot;en-US&quot;],[0,&quot;de&quot;],[0,&quot;fr&quot;]]],&quot;siteDomain&quot;:[0,&quot;techrepublic.com&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;LocaleDropdown&quot;,&quot;value&quot;:true}" await-children=""><div class="relative"><button class="text-secondary hover:bg-primary hover:text-primary-foreground flex items-center gap-1.5 font-medium transition p-2 cursor-pointer text-mono text-[14px]/[24px] tracking-[0.7px] uppercase group" aria-label="Language: English" aria-haspopup="dialog" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 15" aria-hidden="true" class="w-5"><!--[--><rect width="20" height="15" fill="#B22234" /><rect y="1.15" width="20" height="1.15" fill="#fff" /><rect y="3.46" width="20" height="1.15" fill="#fff" /><rect y="5.77" width="20" height="1.15" fill="#fff" /><rect y="8.08" width="20" height="1.15" fill="#fff" /><rect y="10.38" width="20" height="1.15" fill="#fff" /><rect y="12.69" width="20" height="1.15" fill="#fff" /><rect width="8" height="8.08" fill="#3C3B6E" /><!--]--></svg><span>EN</span></button><div class="absolute right-0 mt-0 w-40 border border-t-4 border-t-primary bg-white shadow-md z-50" style="display:none;"><div role="radiogroup" aria-label="Select language"><!--[--><label class="font-bold text-primary flex items-center gap-2.5 px-4 py-2 text-sm hover:bg-primary/10 hover:text-primary transition cursor-pointer"><input type="radio" name="locale" value="en" checked class="sr-only"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 15" aria-hidden="true" class="w-5 flex-shrink-0"><!--[--><rect width="20" height="15" fill="#B22234" /><rect y="1.15" width="20" height="1.15" fill="#fff" /><rect y="3.46" width="20" height="1.15" fill="#fff" /><rect y="5.77" width="20" height="1.15" fill="#fff" /><rect y="8.08" width="20" height="1.15" fill="#fff" /><rect y="10.38" width="20" height="1.15" fill="#fff" /><rect y="12.69" width="20" height="1.15" fill="#fff" /><rect width="8" height="8.08" fill="#3C3B6E" /><!--]--></svg> English</label><label class="flex items-center gap-2.5 px-4 py-2 text-sm hover:bg-primary/10 hover:text-primary transition cursor-pointer"><input type="radio" name="locale" value="de" class="sr-only"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 15" aria-hidden="true" class="w-5 flex-shrink-0"><!--[--><rect width="20" height="5" fill="#000" /><rect y="5" width="20" height="5" fill="#D00" /><rect y="10" width="20" height="5" fill="#FFCE00" /><!--]--></svg> Deutsch</label><label class="flex items-center gap-2.5 px-4 py-2 text-sm hover:bg-primary/10 hover:text-primary transition cursor-pointer"><input type="radio" name="locale" value="fr" class="sr-only"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 15" aria-hidden="true" class="w-5 flex-shrink-0"><!--[--><rect width="20" height="15" fill="#ED2939" /><rect width="13.33" height="15" fill="#fff" /><rect width="6.67" height="15" fill="#002395" /><!--]--></svg> Français</label><!--]--></div></div></div><!--astro:end--></astro-island> </div> <astro-island uid="169fLL" prefix="s26" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/UserMenu.D58IX5Bn.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{}" ssr="" client="load" opts="{&quot;name&quot;:&quot;UserMenu&quot;,&quot;value&quot;:true}" await-children=""><div class="relative font-[Mulish,sans-serif]"><button disabled class="inline-flex items-center justify-center size-9 p-0 text-[0px] bg-transparent border-[1.5px] border-gray-300 rounded-full cursor-pointer overflow-hidden transition-all duration-150 hover:bg-gray-100 hover:border-gray-400 pointer-events-none opacity-0"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide text-gray-500 lucide-user-icon lucide-user" aria-hidden="true"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" /><circle cx="12" cy="7" r="4" /></svg><span class="sr-only">Sign In</span></button><!----><!--teleport start--><!--teleport end--></div><!--astro:end--></astro-island> <!-- Search toggle / close --> <button class="flex items-center justify-center w-9 h-9 rounded-full text-[#000e2a] bg-transparent border-0 cursor-pointer hover:bg-gray-100 transition-colors duration-150" aria-label="Search" data-tr-search-toggle=""> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide size-6 lucide-search-icon lucide-search" aria-hidden="true"><path d="m21 21-4.34-4.34" /><circle cx="11" cy="11" r="8" /></svg> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide size-6 hidden lucide-x-icon lucide-x" aria-hidden="true"><path d="M18 6 6 18" /><path d="m6 6 12 12" /></svg> </button> <!-- Go Premium CTA --> <a href="/premium/" class="hidden md:inline-flex items-center px-5 py-2 bg-[#d44216] text-white text-[16px] font-bold! rounded-full no-underline whitespace-nowrap hover:bg-[#b83812] transition-colors duration-150"> Go Premium </a> <!-- Mobile menu toggle --> <button class="flex items-center justify-center w-9 h-9 bg-transparent border-0 text-[#000e2a] cursor-pointer min-[1360px]:hidden" aria-label="Open menu" data-tr-toggle=""> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true"> <path d="M3 6h18M3 12h18M3 18h18" stroke="currentColor" stroke-width="2" stroke-linecap="round" /> </svg> </button> </div> </div> <!-- Search dropdown panel --> <div class="hidden absolute left-0 right-0 top-full bg-white z-50 font-[Mulish,sans-serif]" data-tr-search-panel=""> <div class="max-w-[700px] mx-auto px-4 py-5"> <form role="search" method="get" action="/" data-tr-search-form=""> <div class="relative border-2 border-[#086bdb] rounded-full"> <input type="search" name="s" placeholder="What are you looking for?" required class="w-full h-12 pl-6 pr-12 border-0 rounded-full bg-white text-[#000e2a] text-base placeholder:text-gray-400 focus:outline-none font-[Mulish,sans-serif]" data-tr-search-input=""> <button type="submit" aria-label="Search" class="absolute right-3 top-1/2 -translate-y-1/2 bg-transparent border-0 text-gray-400 cursor-pointer hover:text-[#086bdb] transition-colors duration-150 p-1"> <svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> <circle cx="11" cy="11" r="7" /> <path d="M21 21l-4.35-4.35" /> </svg> </button> </div> </form> </div> </div> </header> <!-- Mobile overlay --> <div class="hidden fixed inset-0 z-100000 flex-col font-[Mulish,sans-serif]" data-tr-overlay=""> <!-- Mobile header bar --> <div class="flex items-center justify-between px-4 h-[60px] bg-white border-b border-gray-200"> <a href="/" class="shrink-0 flex items-center"> <div class="h-[26px] w-auto relative">  <img src="https://www.techrepublic.com/astrostatic/d4ec76fd/_image/?href=%2F_astro%2Ftechrepublic.BQceyIVv.png&w=500&h=119&f=webp" alt="TechRepublic" loading="eager" showPlaceholder="false" data-image="true" style="opacity:1" decoding="async" fetchpriority="auto" width="500" height="119" class="h-[26px] w-auto transition-opacity duration-300"> </div>  </a> <button class="flex items-center justify-center w-9 h-9 bg-transparent border-0 text-[#000e2a] cursor-pointer" aria-label="Close menu" data-tr-close=""> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true"> <path d="M18 6L6 18M6 6l12 12" stroke="currentColor" stroke-width="2" stroke-linecap="round" /> </svg> </button> </div> <!-- Mobile navigation body --> <div class="flex-1 overflow-y-auto bg-white"> <!-- Mobile search --> <form class="px-4 py-3 border-b border-gray-200" role="search" method="get" action="/" data-tr-search-form=""> <div class="relative"> <input type="search" name="s" placeholder="Search TechRepublic" required class="w-full h-10 pl-4 pr-10 border border-gray-300 rounded-full bg-white text-sm text-[#000e2a] placeholder:text-gray-400 focus:outline-none focus:border-[#086bdb]"> <button type="submit" aria-label="Search" class="absolute right-1 top-1 w-8 h-8 rounded-full bg-[#086bdb] text-white border-0 cursor-pointer flex items-center justify-center hover:bg-[#044997]"> <svg viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"> <circle cx="11" cy="11" r="7" /> <path d="M21 21l-4.35-4.35" /> </svg> </button> </div> </form> <!-- Go Premium mobile CTA --> <a href="https://www.techrepublic.com/premium/" class="flex items-center justify-center mx-4 mt-3 mb-1 px-4 py-2.5 bg-[#d44216] text-white text-sm font-bold rounded-full no-underline hover:bg-[#b83812]">
Go Premium
</a> <!-- Mobile nav links --> <div class="py-2"> <div class="px-4 py-2 text-[10px] font-bold uppercase tracking-wider text-gray-400">
Popular Topics
</div> <a href="/topic/top-products/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Top Products </a><a href="/topic/artificial-intelligence/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> AI </a><a href="/topic/developer/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Developer </a><a href="/topic/payroll/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Payroll </a><a href="/topic/security/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Security </a><a href="/events/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Events </a><a href="/topic/project-management/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Project Management </a><a href="/topic/accounting/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Accounting </a><a href="/topic/big-data/crm/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> CRM </a><a href="https://academy.techrepublic.com/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Academy </a><a href="/topic/cloud/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Cloud </a><a href="/topic/innovation/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Innovation </a><a href="/topic/smart-persons-guides/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Cheat Sheets </a><a href="/topic/big-data/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Big Data </a> <a href="https://www.techrepublic.com/topic/" class="block px-4 py-2.5 text-[#086bdb] no-underline text-[15px] font-bold hover:bg-gray-50">
View All Topics
</a> <div class="border-t border-gray-200 my-2"></div> <div class="px-4 py-2 text-[10px] font-bold uppercase tracking-wider text-gray-400">
Resources
</div> <a href="/hubs/the-enterprise-guide-to-scalable-ai/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> The Enterprise Guide to Scalable AI </a>  <a href="/premium/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> TechRepublic Premium </a><a href="https://academy.techrepublic.com/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> TechRepublic Academy </a><a href="/newsletters/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Newsletters </a><a href="/resource-library/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Resource Library </a><a href="/forums/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Forums </a><a href="/sponsored/" class="block px-4 py-2.5 text-[#000e2a] no-underline text-[15px] hover:bg-gray-50 hover:text-[#086bdb] transition-colors duration-150"> Sponsored </a> </div> </div> </div> </tr-header> <astro-island uid="2rKxw2" prefix="s19" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/AudienceSurveyCta.CzxWunot.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;survey&quot;:[0,{&quot;url&quot;:[0,&quot;https://survey.alchemer.com/s3/8822709/Tech-Republic-Survey&quot;],&quot;startDate&quot;:[0,&quot;2026-05-04&quot;],&quot;endDate&quot;:[0,&quot;2026-06-15&quot;],&quot;title&quot;:[0,&quot;TechRepublic Survey - Win a Gift Card&quot;],&quot;body&quot;:[0,&quot;Tell us what content you want more of on TechRepublic. Complete our 5 minute survey and enter for a chance to win a gift card.&quot;],&quot;bannerText&quot;:[0,&quot;Tell us what content you want more of — take our 5 minute survey for a chance to win a gift card&quot;],&quot;ctaLabel&quot;:[0,&quot;Take the Survey&quot;]}],&quot;storageKey&quot;:[0,&quot;techrepublic_audience_survey_2026&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;AudienceSurveyCtaVue&quot;,&quot;value&quot;:true}" await-children=""><!--[--><!----><!----><!--]--><!--astro:end--></astro-island><div data-ad-slot="curtain" class="curtain data-empty:hidden print:hidden" data-unit-base="/5055/aw-techrepublic" data-category="security"></div> <div class="wrapper flex flex-col b techrepublic-com pt-5"> <div class="flex items-center justify-center min-h-[90px]! md:min-h-[130px]! print:hidden inline-top data-empty:hidden" data-ad-slot="inline-top">  </div>     <div class="flex lg:flex-row flex-col gap-[30px]"> <div class="shrink min-w-0 w-full flex items-center justify-between md:pr-4"> <h1 class="h1 font-mono uppercase text-primary">Security</h1> <astro-island uid="Z24BPmG" prefix="s0" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/CopyFeedButton.CzCNpw2a.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;url&quot;:[0,&quot;https://www.techrepublic.com/security/feed/&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;CopyFeedButton&quot;,&quot;value&quot;:true}" await-children=""><!--[--><!----><span class="sr-only" aria-live="polite" data-v-374d5e4b=""></span><!--]--><!--astro:end--></astro-island> </div> <!-- used to mirror the section widths below, do not delete --> <div class="hidden lg:block lg:min-w-[300px] lg:max-w-[300px]"></div> </div> <div class="flex lg:flex-row flex-col gap-[30px] items-stretch"> <div class="shrink min-w-0 w-full">   <div class="mb-12"> <div class="flex flex-col gap-7"> <div class="flex items-start justify-between gap-4"> <div class="text-[20px]/[28px] pt-[12px] tracking-[1.4px] font-bold uppercase grow text-secondary border-t-2 border-secondary"> <h2> Highlights </h2> </div> <div class="hidden md:block">  </div> </div> <div>   <div class="grid grid-cols-1 md:grid-cols-3 gap-6"> <div class="space-y-[17px] md:row-span-2 md:col-span-2"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-google-chrome-dbsc-session-cookie-theft/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/webp;base64,UklGRsYAAABXRUJQVlA4ILoAAAAwAwCdASoQAAoAAQAaJbACdDBHf2VrgDFSY+Ut2MnoObgAAP7+0vf2Kq+84xycfyKry70iqptWQfD/vQQwXk8r7avNcepexDRXM2NLMH8vsc4YTlqyvYxBnpwP5l3+6VmtXQ9TBkieffwxjB3x+1WjpP6wUVZw1owO+FYidh9TmYONwv///gsxBH2h5g/UIo13/nw7c+39sdJ0JEP/+/ZM+s7M/9ND2mw0Bl/9MA5/cGP5jFBfSfwAAAA=" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/06/google-chrome-protection.png?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/06/google-chrome-protection.png?w=128 128w, https://assets.techrepublic.com/uploads/2026/06/google-chrome-protection.png?w=256 256w, https://assets.techrepublic.com/uploads/2026/06/google-chrome-protection.png?w=512 512w, https://assets.techrepublic.com/uploads/2026/06/google-chrome-protection.png?w=1024 1024w" alt="Google Chrome’s New Feature Takes Aim at Cookie Theft, Account Hijacking" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="667" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s20" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[30px]/[36px] text-[18px]/[22px]" href="/article/news-google-chrome-dbsc-session-cookie-theft/"> Google Chrome’s New Feature Takes Aim at Cookie Theft, Account Hijacking </a><div class="md:block hidden"><div class="font-light text-zinc-800 line-clamp-3 text-ellipsis text-[18px]"><p></p><p>Chrome’s DBSC update binds login sessions to user devices, making stolen session cookies harder to reuse in account hijacking attacks.</p>
<p></p></div></div><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/joseph-ofonagoro/"> Joseph Ofonagoro </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">Jun 1, 2026</div></div></div><div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-dexcom-g7-stolen-sensors-resold/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAgAEAMBIgACEQEDEQH/xABeAAEBAAAAAAAAAAAAAAAAAAAABxAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFBhIRIRMUMQEBAQAAAAAAAAAAAAAAAAAAAwQRAAIDAQEAAAAAAAAAAAAAAAIhAAEDEjL/2gAMAwEAAhEDEQA/AKdk16YjY9c4CWH1SJbLkZopJaG60kAhdTrE87uUeAiwz4fkkW0sR/bXsA4ypHTn07anrmlKAjO9dX5VSngBwxTJ3c//2Q==" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/dexcom.webp?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/dexcom.webp?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/dexcom.webp?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/dexcom.webp?w=512 512w" alt="Dexcom Warns Stolen G7 Glucose Sensors May Pose Infection, Reading Risks" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="572" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s21" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-dexcom-g7-stolen-sensors-resold/"> Dexcom Warns Stolen G7 Glucose Sensors May Pose Infection, Reading Risks </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/aminu-abdullahi/"> Aminu Abdullahi </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 29, 2026</div></div></div><div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-carnival-data-breach-6-million-customers/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABjAAEBAQAAAAAAAAAAAAAAAAAFAAQQAAEDAwUBAAAAAAAAAAAAAAECAxEABBIFEyExQXMBAQEAAAAAAAAAAAAAAAAAAAYHEQACAgICAwAAAAAAAAAAAAABAgMEESEAUQUSIv/aAAwDAQACEQMRAD8AJcvXm0kN39wqGypSlulUkAGEwezUt+Xg0nV38izuZB0kDzEie+JEeUGuMx8zWq541JgeYt03qwSxBUjsuvqp3gbPZ75KZ/IrbL5qIrv9BgzaAIGAOf/Z" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/Untitled-design-27.png?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/Untitled-design-27.png?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/Untitled-design-27.png?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/Untitled-design-27.png?w=512 512w" alt="Carnival Data Breach Exposes Data of Nearly 6 Million Customers" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="900" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s22" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-carnival-data-breach-6-million-customers/"> Carnival Data Breach Exposes Data of Nearly 6 Million Customers </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/joseph-ofonagoro/"> Joseph Ofonagoro </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 29, 2026</div></div></div> </div>  </div> <div class="justify-center md:hidden flex">  </div> </div> </div> <div class="mb-12"> <div class="flex justify-center section-banner data-empty:hidden" data-ad-slot="section-banner">  </div>  </div> <div> <div class="flex flex-col gap-7"> <div class="flex items-start justify-between gap-4"> <div class="text-[20px]/[28px] pt-[12px] tracking-[1.4px] font-bold uppercase grow text-secondary border-t-2 border-secondary"> <h2> All Security Articles </h2> </div> <div class="hidden md:block">  </div> </div> <div>   <div class="grid md:grid-cols-3 gap-8 mb-8">  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-charter-shinyhunters-cyber-incident/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABmAAEBAQAAAAAAAAAAAAAAAAAHAgYQAAICAQMDBQAAAAAAAAAAAAECAwQFAAYSERQjExUhMTIBAQEAAAAAAAAAAAAAAAAAAAMFEQACAgICAwAAAAAAAAAAAAABAgQRAAMSIRMxYf/aAAwDAQACEQMRAD8AFWwW77T2LHZ3LL1EHU1vL4wOKqqxaiDb+SasfdcjYx6zhZxXeu7uSj+mFk5cehXW52zPNBmZjFM8Z7Wt8qxU/p9IG7clkVwrMt+wCR9iVtC8uQSQNrCzZ7Jux9yksaGPEHia2VUVVAULXHsehn//2Q==" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/serious-woman-works-while-man-talks-on-phone-2026-01-09-00-45-56-utc.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/serious-woman-works-while-man-talks-on-phone-2026-01-09-00-45-56-utc.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/serious-woman-works-while-man-talks-on-phone-2026-01-09-00-45-56-utc.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/serious-woman-works-while-man-talks-on-phone-2026-01-09-00-45-56-utc.jpg?w=512 512w" alt="ShinyHunters Alleges 42M Records Stolen from Charter Communications" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="667" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s2" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-charter-shinyhunters-cyber-incident/"> ShinyHunters Alleges 42M Records Stolen from Charter Communications </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/ken-underhill/"> Ken Underhill </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 28, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-krispy-kreme-data-breach-settlement-claims-deadline/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/webp;base64,UklGRq4AAABXRUJQVlA4IKIAAAAwAwCdASoQAAgAAQAaJQBOj+DBQNYA9AAjTPzwFFKV4asAAP6tRlRjdKOhmQIStcif1WuCCComcIwS4R0uWRy76D47M/57r7eHdpA3+iX3clPIj17VSrnENxd6EmuT3IiuMHL/GIgfp9xV1NfHf71stJPnhwyRwSpontv275wp/XvEg8YJe3QXJlv+57/MQAU3bjevELsPB4FE3+MXNe8gAAA=" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/krispy-kreme.png?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/krispy-kreme.png?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/krispy-kreme.png?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/krispy-kreme.png?w=512 512w" alt="Krispy Kreme Settlement Deadline Nears: Eligible Members Could Claim Up to $3,500" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="562" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s3" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-krispy-kreme-data-breach-settlement-claims-deadline/"> Krispy Kreme Settlement Deadline Nears: Eligible Members Could Claim Up to $3,500 </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/aminu-abdullahi/"> Aminu Abdullahi </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 28, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-silent-ransom-group-physical-impersonation-fbi-warning/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABjAAADAQAAAAAAAAAAAAAAAAADBAYHEAACAgIBBAMAAAAAAAAAAAABAgMEABESBSEiMRRCUQEBAAAAAAAAAAAAAAAAAAAABBEBAAEEAwEAAAAAAAAAAAAAAQIAAxESBBMxIf/aAAwDAQACEQMRAD8AxODrsz0Fl6lCklKknx6iAmM6MRTkN735dzkjYrVZ7E1puLw2NurQnzVuI+pHYBveIzszSzqzEqFbQJ2MHXZhVnAY6VVYD8O/ePuR3NFQ9ye0bj3WxPtIRk/DWRkSv//Z" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/unnamed-25.png?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/unnamed-25.png?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/unnamed-25.png?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/unnamed-25.png?w=512 512w" alt="FBI Warns Companies About Ransom Gang’s Fake IT Support Tactics" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="682" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s4" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-silent-ransom-group-physical-impersonation-fbi-warning/"> FBI Warns Companies About Ransom Gang’s Fake IT Support Tactics </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/joseph-ofonagoro/"> Joseph Ofonagoro </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 28, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-apple-iphone-anti-snatching-lock-feature/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABgAAEBAAAAAAAAAAAAAAAAAAAHBBAAAwABBAIDAQAAAAAAAAAAAQIDBAAFBgcSIREiMVEBAQEAAAAAAAAAAAAAAAAAAAEEEQACAwEBAQAAAAAAAAAAAAABAwIEEQATIf/aAAwDAQACEQMRAD8AXOS8mfj0llGJws8EB52DChX59tJl+r6l2XtPeHzGxq7O26Y/kipbGBSxL+gACArnSB2NjY9+Hbw1oTo0kDTLqGKN/V0adIAWvv8Aao86zSAm7e2QEfinVtdNddJsvLZAj6TxYstexYlgwZoHf//Z" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/Untitled-design-23.png?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/Untitled-design-23.png?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/Untitled-design-23.png?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/Untitled-design-23.png?w=512 512w" alt="Apple May Bring Android-Style Theft Detection to iPhones" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="900" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/apple/"> <astro-island uid="23FPGU" prefix="s5" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Apple&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Apple</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-apple-iphone-anti-snatching-lock-feature/"> Apple May Bring Android-Style Theft Detection to iPhones </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/david-curry/"> David Curry </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 28, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-google-android-privacy-settlement/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABkAAEAAAAAAAAAAAAAAAAAAAAGEAACAQMEAwEAAAAAAAAAAAABAgMABBEFEiFRBhMiQQEBAQAAAAAAAAAAAAAAAAAAAAMRAAEBCAMAAAAAAAAAAAAAAAIBAAMEESExQdESFGH/2gAMAwEAAhEDEQA/AEvhkGl+N6Yju7zQwy75UKlmUOeZz2I/2murxQw+oosUlpfAhSSGUcb/AJ7DCh1sAhBQbT7wMjjgnFGLiWVluVMrFYIgIQScRhnOdnWavHShTeAFklx8ttkAPYF0R5oss0XTf//Z" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/tr-05282026-google-android-privacy-settlement.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/tr-05282026-google-android-privacy-settlement.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/tr-05282026-google-android-privacy-settlement.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/tr-05282026-google-android-privacy-settlement.jpg?w=512 512w" alt="Google’s $135M Android Privacy Settlement: Who May Be Eligible" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="800" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/google/"> <astro-island uid="Z23djFl" prefix="s6" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Google&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Google</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-google-android-privacy-settlement/"> Google’s $135M Android Privacy Settlement: Who May Be Eligible </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/aminu-abdullahi/"> Aminu Abdullahi </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 28, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/enterprise-password-managers/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABlAAEBAQAAAAAAAAAAAAAAAAAGBwkQAAICAQQCAwEAAAAAAAAAAAEDAgQFAAYREiExBxRScQEBAQAAAAAAAAAAAAAAAAAABQYRAAEEAgMBAAAAAAAAAAAAAAECAwQRBSEAMWET/9oADAMBAAIRAxEAPwBnb2cvCvQmSFucVglsQesyfZHfkjQL5O2zjaeyR3hGnaRb+xTjIcLnIjlqo+PHcfr2Rq/b1a2vgsjYSyS3rQStsCYzgT+SPI1m/k8nkslkbTL2Qs2pxnLiT2yYR/DInTMmX9IzTamgdd+9a5M47FLYycqUmc5RUQEeEXRJJJq9c//Z" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2020/05/password-protection.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2020/05/password-protection.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2020/05/password-protection.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2020/05/password-protection.jpg?w=512 512w" alt="8 Best Enterprise Password Managers (2026)" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="800" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/cloud-security/"> <astro-island uid="Z2clLjW" prefix="s7" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Cloud Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Cloud Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/enterprise-password-managers/"> 8 Best Enterprise Password Managers (2026) </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/franklin-okeke/"> Franklin Okeke </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 28, 2026</div></div></div> <div class="md:col-span-3 my-8"> <div class="flex justify-center section-banner data-empty:hidden" data-ad-slot="section-banner">  </div>  </div> <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-ai-agent-data-layer-security-may-2026-2/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABfAAEBAAAAAAAAAAAAAAAAAAAIBxAAAgICAgEFAAAAAAAAAAAAAQIDBAURABJhBgcVMlEBAQAAAAAAAAAAAAAAAAAAAAQRAQACAgMAAAAAAAAAAAAAAAERIQACAyOh/9oADAMBAAIRAxEAPwCnU/lFgzWIzGNhaOV2snX0RZV2euzwo+o6tPB5+/FUvuhrzOI2TasvgHit9xrVmr0evYlic1gOyOVOuw/OHe5YsT1mM08khLMSXYts788VC8Zd1cYPU79m4BI9z//Z" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/close-up-of-laptop-with-abstract-polygonal-head-ou-2026-03-26-05-09-31-utc.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/close-up-of-laptop-with-abstract-polygonal-head-ou-2026-03-26-05-09-31-utc.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/close-up-of-laptop-with-abstract-polygonal-head-ou-2026-03-26-05-09-31-utc.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/close-up-of-laptop-with-abstract-polygonal-head-ou-2026-03-26-05-09-31-utc.jpg?w=512 512w" alt="The Next AI Security Failure May Start With a Trusted Assistant" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="667" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s8" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-ai-agent-data-layer-security-may-2026-2/"> The Next AI Security Failure May Start With a Trusted Assistant </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/tim-freestone/"> Tim Freestone </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 27, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-7-eleven-data-breach-franchise-applicants/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABiAAEBAAAAAAAAAAAAAAAAAAADBhAAAQMEAgMAAAAAAAAAAAAAAQIDBAAFESExMiJRkQEBAQAAAAAAAAAAAAAAAAAABQYRAAEEAgMBAAAAAAAAAAAAAAMBAgQhABEFBhMi/9oADAMBAAIRAxEAPwAoj9skRo8aS6puRnAfLeiAk+JKfZxjNG7EdYIChkHhQ2DU6gkjmrCzKU5bnQslQAc7b6jXykOB5yWM44xF9Rkdr6W27qsmu2dagFhmnBagCBZaMbT73ef/2Q==" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/Untitled-design-14.png?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/Untitled-design-14.png?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/Untitled-design-14.png?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/Untitled-design-14.png?w=512 512w" alt="7-Eleven Breach: Hackers Claim 600,000 Records Stolen" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="900" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s9" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-7-eleven-data-breach-franchise-applicants/"> 7-Eleven Breach: Hackers Claim 600,000 Records Stolen </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/aminu-abdullahi/"> Aminu Abdullahi </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 27, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/fbi-warns-kali365-phishing-service-targets-microsoft-365-accounts/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAgAEAMBIgACEQEDEQH/xABaAAEBAQAAAAAAAAAAAAAAAAAABAYQAAEEAwEBAQAAAAAAAAAAAAIBAwQFAAYRExIhAQEAAAAAAAAAAAAAAAAAAAADEQEBAQEBAAAAAAAAAAAAAAABAgAhEf/aAAwDAQACEQMRAD8Ao1+r03SIJ1llQhZTTcJ+K8sQDUmyFOipGX58lmT2CFqltdTJ3rb0oFGABjxIKOh0R4pD5quMYlekyincUkrQyPN//9k=" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/microsoft-fishing.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/microsoft-fishing.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/microsoft-fishing.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/microsoft-fishing.jpg?w=512 512w" alt="FBI Warns: ‘Kali365’ Phishing Service Targets Microsoft 365 Accounts" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="491" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s10" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/fbi-warns-kali365-phishing-service-targets-microsoft-365-accounts/"> FBI Warns: ‘Kali365’ Phishing Service Targets Microsoft 365 Accounts </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/kezia-jungco/"> Kezia Jungco </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 26, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-tiny11-windows-11-unsupported-pcs/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABkAAADAQAAAAAAAAAAAAAAAAACAwUIEAACAgIBAwUAAAAAAAAAAAABAgMEABEFEjFRBhMhkbEBAQAAAAAAAAAAAAAAAAAAAAURAQACAQUBAAAAAAAAAAAAAAECAyIABRESQXH/2gAMAwEAAhEDEQA/AMp+nIeGkuSNyzN7KR9Soux1tvsSAdDJ/JyVZrk0laukETttYULMEHjbfJwa125VQivbmiB7iNyu/rETzzTEGWZ3PlmJ/cYnWG11hGsy7MuuTz4ujK5c7jcsrHEiRZYnw1//2Q==" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/sunrise-king-NK-cB-l1cv0-unsplash.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/sunrise-king-NK-cB-l1cv0-unsplash.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/sunrise-king-NK-cB-l1cv0-unsplash.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/sunrise-king-NK-cB-l1cv0-unsplash.jpg?w=512 512w" alt="‘Tiny11’ Gives Windows 10 Users a Risky Upgrade Path" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="667" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/microsoft/"> <astro-island uid="Z1S0rTg" prefix="s11" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Microsoft&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Microsoft</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-tiny11-windows-11-unsupported-pcs/"> ‘Tiny11’ Gives Windows 10 Users a Risky Upgrade Path </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/aminu-abdullahi/"> Aminu Abdullahi </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 26, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-whatsapp-local-storage-claim-apple-privacy/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABgAAEBAAAAAAAAAAAAAAAAAAAGBxAAAgICAgIDAQAAAAAAAAAAAQIDBAURABIGIQcTMkEBAQEAAAAAAAAAAAAAAAAAAAIDEQACAwADAAAAAAAAAAAAAAABAgADEQQhQf/aAAwDAQACEQMRAD8AAfG2Hx0PlfjVe9P0++N7MkkhCLEAjFP1xJ5fHiLucyNerKs1aoFrhiFKsUJJIK+j7PIpfu3Is5UkS3Mr6jTsrkHrrWtj+cosDvJHed2LO057MTsnSjhRAOOH9L5JWOdasDoKDs//2Q==" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/dimitri-karastelev-ynJaWgrwSlM-unsplash-1-1.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/dimitri-karastelev-ynJaWgrwSlM-unsplash-1-1.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/dimitri-karastelev-ynJaWgrwSlM-unsplash-1-1.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/dimitri-karastelev-ynJaWgrwSlM-unsplash-1-1.jpg?w=512 512w" alt="WhatsApp Local Storage Claim Raises Apple Privacy Questions" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="600" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s12" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-whatsapp-local-storage-claim-apple-privacy/"> WhatsApp Local Storage Claim Raises Apple Privacy Questions </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/kezia-jungco/"> Kezia Jungco </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 25, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-onlyfans-340m-database-sale/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABkAAADAQAAAAAAAAAAAAAAAAAABAUIEAACAgECBQUAAAAAAAAAAAABAgMRBAAFBhMhIjESFBVBcQEBAAAAAAAAAAAAAAAAAAAABBEAAgIDAQAAAAAAAAAAAAAAERIAAQIhMQP/2gAMAwEAAhEDEQA/AM45EO0wOBGFkTloQ6OAbYX1BBqvsaNw9nHj5ZUNHJ6VET9fwgGu4Vq7hRR/FTNy1sQqAa8d+leK4402TFKIqlplsgVfnSbw0zcoiFx9NotdBn//2Q==" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/tr-05252026-onlyfans-340m-database-sale.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/tr-05252026-onlyfans-340m-database-sale.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/tr-05252026-onlyfans-340m-database-sale.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/tr-05252026-onlyfans-340m-database-sale.jpg?w=512 512w" alt="Hacker Lists 340M OnlyFans User Records for Sale" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="800" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s13" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-onlyfans-340m-database-sale/"> Hacker Lists 340M OnlyFans User Records for Sale </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/liz-ticong/"> Liz Ticong </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 25, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-microsoft-yellowkey-bitlocker-bypass-mitigation/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABgAAEBAQAAAAAAAAAAAAAAAAAHBAUQAAIBBAEEAwAAAAAAAAAAAAEDAgAEBTEREhMhYUFysQEBAAAAAAAAAAAAAAAAAAAABBEBAQACAwAAAAAAAAAAAAAAAQIAEhEhQf/aAAwDAQACEQMRAD8ANF3cSvzKMjxoyif0VMLq6cSOz0rA3FvPvQZCsTHOa2Swxs5/Yk0mYnHY99sousUMPG5rjL49ihFpOEnWZTQV9ees/9k=" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/yellowkey-windows.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/yellowkey-windows.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/yellowkey-windows.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/yellowkey-windows.jpg?w=512 512w" alt="Microsoft Warns: Windows Zero-Day ‘YellowKey’ Can Bypass BitLocker" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="599" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s14" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-microsoft-yellowkey-bitlocker-bypass-mitigation/"> Microsoft Warns: Windows Zero-Day ‘YellowKey’ Can Bypass BitLocker </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/joseph-ofonagoro/"> Joseph Ofonagoro </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 22, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-verizon-dbir-vulnerability-exploitation-2026/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABkAAEBAAAAAAAAAAAAAAAAAAAFBxAAAQQBAwQDAAAAAAAAAAAAAQIDBBEFABJRBhMhIgcUQgEBAQAAAAAAAAAAAAAAAAAAAQIRAAICAgMBAAAAAAAAAAAAAAECAyEABBESMTL/2gAMAwEAAhEDEQA/AINk+kcpAyK2G2iuOTbbxIArg3+hp7EMysPDcVIQA07fsVJorBrbzeq/8hxo/wBOGvsN7g6mlbRei4cCDIhtd+Ew5SQfdtKvPPnUx7Esbhh1II8IxaCCbVIZXDh/oNRqq4z/2Q==" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/AdobeStock_667553197.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/AdobeStock_667553197.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/AdobeStock_667553197.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/AdobeStock_667553197.jpg?w=512 512w" alt="New Verizon Report Reveals the Security Gap Attackers Are Exploiting Most" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="600" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s15" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-verizon-dbir-vulnerability-exploitation-2026/"> New Verizon Report Reveals the Security Gap Attackers Are Exploiting Most </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/ken-underhill/"> Ken Underhill </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 21, 2026</div></div></div>  <div class="space-y-[17px]"><div class="flex flex-col w-full"><a class="block group w-full overflow-hidden relative" href="/article/news-microsoft-fox-tempest-malware-signing-service/">  <div class="relative w-full aspect-video"> <div class="w-full h-full relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAgAEAMBIgACEQEDEQH/xABiAAEBAQAAAAAAAAAAAAAAAAAAAQcQAAEEAgIDAQAAAAAAAAAAAAECAwQFABEGIQcSIjEBAQEAAAAAAAAAAAAAAAAAAAAFEQEAAQQDAQAAAAAAAAAAAAABAgADESESEzEU/9oADAMBAAIRAxEAPwDEeJW0aPPiN3dah+JsIPu0hXR/Sd/OXyZK4S3Zhmlp2mXwgF4x1kNpJ71rZBOMYkHOD5iD5VAuPw3FiL2xiLtDGdV//9k=" decoding="async" aria-hidden="true" class="w-full h-full object-cover aspect-video absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2026/05/AdobeStock_528823017.jpg?w=1024" srcset="https://assets.techrepublic.com/uploads/2026/05/AdobeStock_528823017.jpg?w=128 128w, https://assets.techrepublic.com/uploads/2026/05/AdobeStock_528823017.jpg?w=256 256w, https://assets.techrepublic.com/uploads/2026/05/AdobeStock_528823017.jpg?w=512 512w" alt="Microsoft Disrupts Malware-Signing Service Used by Ransomware Gangs" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="506" class="w-full h-full object-cover aspect-video transition-opacity duration-300"> </div>   </div>  </a><a class="bg-primary overflow-hidden text-primary-foreground inline-block uppercase text-[12px] leading-[16px] font-mono font-semibold hover:bg-primary/90 self-start tracking-widest text-nowrap max-w-full text-ellipsis" href="/topic/security/"> <astro-island uid="ZTDA65" prefix="s16" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/Ticker.CODZeT_I.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;text&quot;:[0,&quot;Security&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;Ticker&quot;,&quot;value&quot;:true}" await-children=""><div class="ticker-container px-[8px] py-[6px] flex" style="--scroll-distance:-0px;" data-v-34ac2891=""><span class="w-full truncate ticker-text" data-v-34ac2891="">Security</span></div><!--astro:end--></astro-island> </a></div><a class="font-semibold text-secondary hover:text-primary line-clamp-3 text-ellipsis md:text-[18px]/[22px] text-[18px]/[22px]" href="/article/news-microsoft-fox-tempest-malware-signing-service/"> Microsoft Disrupts Malware-Signing Service Used by Ransomware Gangs </a><div class="gap-x-7 mt-2 uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500 flex flex-col"><a class="text-secondary hover:text-primary font-semibold" href="/meet-the-team/us/ken-underhill/"> Ken Underhill </a><div class="uppercase font-mono text-[12px] leading-[16px] tracking-widest text-zinc-500">May 20, 2026</div></div></div>  </div> <div class="mb-8"> <div class="flex justify-center section-banner data-empty:hidden" data-ad-slot="section-banner">  </div>  </div> <div class="flex flex-wrap justify-center items-center mt-14 text-sm text-gray-500"> <div class="flex items-center mt-4 gap-2">  <a class="min-w-8 h-8 px-2.5 py-1.25 border flex items-center justify-center rounded-full bg-primary text-primary-foreground hover:text-primary-foreground" href="/topic/security/"> 1 </a><a class="min-w-8 h-8 px-2.5 py-1.25 border flex items-center justify-center rounded-full bg-white hover:bg-primary/80 hover:text-primary-foreground text-secondary" href="/topic/security/page/2/"> 2 </a><a class="min-w-8 h-8 px-2.5 py-1.25 border flex items-center justify-center rounded-full bg-white hover:bg-primary/80 hover:text-primary-foreground text-secondary" href="/topic/security/page/3/"> 3 </a><div class="px-2">...</div><a class="min-w-8 h-8 px-2.5 py-1.25 border flex items-center justify-center rounded-full bg-white hover:bg-primary/80 hover:text-primary-foreground text-secondary" href="/topic/security/page/157/"> 157 </a> <a class="w-8 h-8 rounded-full flex items-center justify-center bg-white hover:bg-primary/80 hover:text-primary-foreground text-secondary" href="/topic/security/page/2/" aria-label="Next Page">  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide w-4 h-4 lucide-chevron-right-icon lucide-chevron-right" aria-hidden="true"><path d="m9 18 6-6-6-6" /></svg>  </a> </div> </div>  </div> <div class="justify-center md:hidden flex">  </div> </div> </div>   </div> <aside class="lg:min-w-[300px] lg:max-w-[300px] gap-10 flex flex-col content-sidebar">  <div class="space-y-8 h-full"> <div> <div class="flex flex-col gap-7"> <div class="flex items-start justify-between gap-4"> <div class="text-[20px]/[28px] pt-[12px] tracking-[1.4px] font-bold uppercase grow text-secondary border-t-2 border-secondary"> <h2>Popular Articles</h2> </div> <div class="hidden md:block">  </div> </div> <div>   <div class="flex flex-col gap-4"> <div class="flex justify-between border-t border-zinc-200"><div class="grow h-full space-y-[11px] pr-4"><a class="text-secondary hover:text-primary my-2 font-semibold line-clamp-3 text-ellipsis overflow-hidden text-[14px]/[18px]" href="/article/smarter-storage-edge-ai-anywhere/"> Smarter Storage at the Edge: The Key to AI Anywhere </a><a class="font-mono uppercase font-bold text-xs line-clamp-2 text-ellipsis overflow-hidden tracking-[1px]" href="/topic/artificial-intelligence/"> Artificial Intelligence </a></div><a href="/article/smarter-storage-edge-ai-anywhere/"> <div class="aspect-square relative max-w-[85px] min-w-[85px]"><div class="h-full group relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABpAAEBAAAAAAAAAAAAAAAAAAAFBhAAAgEDAwUBAAAAAAAAAAAAAQIDBAUSAAYxERMUIUEiAQEBAAAAAAAAAAAAAAAAAAADBBEAAQEFCQAAAAAAAAAAAAAAAREAAgMEEgUTFBUxMjNhsv/aAAwDAQACEQMRAD8AgrVZ6qlW92yKlkqJYK+eNHRh+gCDzxzoHcttudZuOipPANMe7EiyTYxqSW9EknELl91S7qnnWlp2WZwz3KYMQxBYAfdI7WkeeOLvO0mNwZFzOXRTj6HX5q/EuZWSYR5QEqGqHpgElFNqUiYdpu12FfTf/9k=" decoding="async" aria-hidden="true" class="object-cover h-full group absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2025/10/close-up-of-businessman-hand-holding-tablet-with-a-2025-10-15-06-39-30-utc.png?f=jpeg&w=1024" srcset="https://assets.techrepublic.com/uploads/2025/10/close-up-of-businessman-hand-holding-tablet-with-a-2025-10-15-06-39-30-utc.png?f=jpeg&w=128 128w, https://assets.techrepublic.com/uploads/2025/10/close-up-of-businessman-hand-holding-tablet-with-a-2025-10-15-06-39-30-utc.png?f=jpeg&w=256 256w" alt="Smarter Storage at the Edge: The Key to AI Anywhere" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="900" class="object-cover h-full group transition-opacity duration-300"> </div> </div> </a></div><div class="flex justify-between border-t border-zinc-200"><div class="grow h-full space-y-[11px] pr-4"><a class="text-secondary hover:text-primary my-2 font-semibold line-clamp-3 text-ellipsis overflow-hidden text-[14px]/[18px]" href="/article/find-windows-11-product-key/"> How to Find Your Windows 11 Product Key With 3 Easy Methods </a><a class="font-mono uppercase font-bold text-xs line-clamp-2 text-ellipsis overflow-hidden tracking-[1px]" href="/topic/microsoft/"> Microsoft </a></div><a href="/article/find-windows-11-product-key/"> <div class="aspect-square relative max-w-[85px] min-w-[85px]"><div class="h-full group relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAkAEAMBIgACEQEDEQH/xABmAAEBAQAAAAAAAAAAAAAAAAAHBQYQAAIBAwMEAwAAAAAAAAAAAAECAwAEBQYREhMUMnEiNXQBAQAAAAAAAAAAAAAAAAAAAAcRAAIABgMBAAAAAAAAAAAAAAECAAMEESExBRITUf/aAAwDAQACEQMRAD8A2c2siIb2R4Ws7cKvbycQzSb+R5MQFAFGWVzvWjuJYZbaX4liyuGce9yao6v8cR7Wiey+oyf6I6aeP4+np5ftJQJ2z1tfWN7OoMwz1yCbPYuVYAbtk/I//9k=" decoding="async" aria-hidden="true" class="object-cover h-full group absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2022/04/win11_product_key.jpg?f=jpeg&w=1024" srcset="https://assets.techrepublic.com/uploads/2022/04/win11_product_key.jpg?f=jpeg&w=128 128w, https://assets.techrepublic.com/uploads/2022/04/win11_product_key.jpg?f=jpeg&w=256 256w" alt="How to Find Your Windows 11 Product Key With 3 Easy Methods" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="675" class="object-cover h-full group transition-opacity duration-300"> </div> </div> </a></div><div class="flex justify-between border-t border-zinc-200"><div class="grow h-full space-y-[11px] pr-4"><a class="text-secondary hover:text-primary my-2 font-semibold line-clamp-3 text-ellipsis overflow-hidden text-[14px]/[18px]" href="/article/3-simple-ways-to-find-your-windows-10-product-key/"> How to Find Windows 10 Product Key in 3 Ways </a><a class="font-mono uppercase font-bold text-xs line-clamp-2 text-ellipsis overflow-hidden tracking-[1px]" href="/topic/microsoft/"> Microsoft </a></div><a href="/article/3-simple-ways-to-find-your-windows-10-product-key/"> <div class="aspect-square relative max-w-[85px] min-w-[85px]"><div class="h-full group relative" data-lazyimage="">  <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff/AABEIAAoAEAMBIgACEQEDEQH/xABiAAEBAQAAAAAAAAAAAAAAAAADBAcQAAIBBAICAwAAAAAAAAAAAAECAwQFERIABgcxISIkAQEBAAAAAAAAAAAAAAAAAAAEBREBAAIDAAMAAAAAAAAAAAAAAQQRABITAhQh/9oADAMBAAIRAxEAPwDKKO4N+eadI1Kq2jxoC42KgneQs3115dL2Xo9qhhWtpZbnWrttG4kSI5JwTvglTnIHGtEcZgdii7bk5x88byTQUK9FtNUtFAKgyoDMI13Pv23KciL5EXfun2kCsBHlntacRosVus//2Q==" decoding="async" aria-hidden="true" class="object-cover h-full group absolute inset-0" style="z-index: -1"> <div data-blur="" class="absolute inset-0 transition-opacity duration-300" style="backdrop-filter: blur(20px); z-index: 1;"></div>  <img src="https://assets.techrepublic.com/uploads/2024/11/tr_20241129-3-simple-ways-to-find-your-windows-10-product-key.jpg?f=jpeg&w=1024" srcset="https://assets.techrepublic.com/uploads/2024/11/tr_20241129-3-simple-ways-to-find-your-windows-10-product-key.jpg?f=jpeg&w=128 128w, https://assets.techrepublic.com/uploads/2024/11/tr_20241129-3-simple-ways-to-find-your-windows-10-product-key.jpg?f=jpeg&w=256 256w" alt="How to Find Windows 10 Product Key in 3 Ways" loading="lazy" fetchpriority="auto" decoding="async" data-image="true" style="opacity:0" width="1024" height="900" class="object-cover h-full group transition-opacity duration-300"> </div> </div> </a></div> </div>  </div> <div class="justify-center md:hidden flex">  </div> </div> </div> <div class="sticky-ad-container h-full lg:h-[1200px]"> <div class="sticky top-50"> <div class="flex justify-center right-rail data-empty:hidden" data-ad-slot="right-rail">  </div>  </div> </div> <div class="w-full sticky top-50"> <astro-island uid="Hu6RI" prefix="s1" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/CardNewsletterSubscribe.BIygUnsh.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{&quot;config&quot;:[0,{&quot;title&quot;:[0,&quot;Newsletters - TechRepublic&quot;],&quot;header&quot;:[0,&quot;Daily Tech Insider&quot;],&quot;subheader&quot;:[0,&quot;If you can only read one tech story a day, this is it.&quot;],&quot;url&quot;:[0,&quot;https://newsletters.techrepublic.com/sign-up&quot;],&quot;primarySubscription&quot;:[0,{&quot;code&quot;:[0,&quot;daily-tech-insider&quot;],&quot;name&quot;:[0,&quot;Daily Tech Insider&quot;],&quot;label&quot;:[0,&quot;If you can only read one tech story a day, this is it.&quot;]}],&quot;assets&quot;:[0,{&quot;backgroundImage&quot;:[0,null],&quot;desktopPreview&quot;:[0,null],&quot;mobilePreview&quot;:[0,null],&quot;peopleImage&quot;:[0,null]}]}],&quot;websiteName&quot;:[0,&quot;TechRepublic&quot;],&quot;slug&quot;:[0,&quot;techrepublic&quot;],&quot;location&quot;:[0,&quot;sidebar&quot;],&quot;locale&quot;:[0,&quot;en&quot;],&quot;joinText&quot;:[0,&quot;Join For Free&quot;],&quot;inputPlaceholder&quot;:[0,&quot;ENTER YOUR EMAIL&quot;],&quot;termsLabel&quot;:[0,&quot;Terms&quot;],&quot;privacyLabel&quot;:[0,&quot;Privacy Policy&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;CardNewsletterSubscribe&quot;,&quot;value&quot;:true}" await-children=""><div class="pt-[20px] pb-[30px] px-[24px] space-y-4 @container bg-primary/10"><h3 class="text-[24px]/[27px] tracking-[1.2px] font-bold uppercase text-secondary">Daily Tech Insider</h3><p class="text-[18px]/[24px] font-light">If you can only read one tech story a day, this is it.</p><!--[--><form class="space-y-4 flex gap-4 flex-wrap justify-between"><input name="email" type="email" value="" placeholder="enter your email" autocomplete="off" style="display:contents;opacity:0;"><div class="flex lg:flex-row flex-col w-full lg:bg-white rounded-full p-1 has-active:border-tertiary has-focus:border-tertiary border-zinc-200 lg:border border-0 transition flex-col! bg-transparent! border-0! gap-y-2! pb-0! mb-0!"><label for="subscription-email-12219" class="sr-only">ENTER YOUR EMAIL</label><input id="subscription-email-12219" type="email" placeholder="ENTER YOUR EMAIL" class="border border-zinc-300 bg-white w-full text-[16px] p-2 rounded-lg order-1 sm:grow sm:basis-0 lg:w-auto lg:grow flex-1 px-6 py-3 text-gray-800 text-lg lg:border-none outline-none rounded-l-full rounded-r-full lg:rounded-r-none focus:border-tertiary active:border-tertiary lg:active:border-none lg:focus:border-none rounded-full!"><button type="submit" id="join-newsletter-btn" class="text-[16px] rounded-full py-2 order-3 hover:cursor-pointer transition duration-200 max-sm:w-full px-8 sm:order-2 lg:min-w-[205px] flex items-center justify-center bg-tertiary text-white hover:bg-tertiary/80 font-bold tracking-wide min-w-auto!">Join For Free</button></div><!----><div class="text-sm text-gray-600">By subscribing, you agree to receive emails from TechRepublic. You can unsubscribe at any time. View our <a href="/terms-conditions/" target="_blank">Terms</a> and <a href="/privacy-policy/" target="_blank">Privacy Policy</a>. </div></form><!----><!----><!--]--></div><!--astro:end--></astro-island> </div> </div>  </aside> </div> <div class="flex items-center justify-center min-h-[90px]! md:min-h-[130px]! print:hidden inline-bottom data-empty:hidden" data-ad-slot="inline-bottom">  </div>  </div> <footer class="site-footer bg-[#000e2a] text-white antialiased"> <div class="max-w-[1200px] mx-auto px-4 pt-12 pb-8"> <div class="grid grid-cols-1 md:grid-cols-[1fr_auto_auto] gap-x-16 gap-y-8"> <!-- Left column: Logo + socials + cookie notice --> <div> <!-- Logo --> <a href="/" class="inline-flex items-center gap-2 mb-6"> <div class="h-[40px] w-auto relative">  <img src="https://www.techrepublic.com/astrostatic/d4ec76fd/_image/?href=%2F_astro%2Ftechrepublic-white.B5d-svv5.png&w=512&h=119&f=webp" alt="TechRepublic Logo" data-image="true" style="opacity:1" loading="lazy" decoding="async" fetchpriority="auto" width="512" height="119" class="h-[40px] w-auto transition-opacity duration-300"> </div>  </a> <!-- Social icons --> <div class="mb-6"> <div class="flex gap-2 flex-wrap md:flex-nowrap"> <div> <a href="https://www.facebook.com/TechRepublic" target="_blank" rel="noopener noreferrer" class="p-4 border text-white border-white rounded-lg block" aria-label="facebook"> <svg role="img" viewBox="0 0 24 24" class="fill-current" width="24" height="24" aria-hidden="true"><title>Facebook</title><path d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z" /></svg> <div class="sr-only">facebook</div> </a> </div><div> <a href="https://twitter.com/techrepublic" target="_blank" rel="noopener noreferrer" class="p-4 border text-white border-white rounded-lg block" aria-label="x"> <svg role="img" viewBox="0 0 24 24" class="fill-current" width="24" height="24" aria-hidden="true"><title>X</title><path d="M14.234 10.162 22.977 0h-2.072l-7.591 8.824L7.251 0H.258l9.168 13.343L.258 24H2.33l8.016-9.318L16.749 24h6.993zm-2.837 3.299-.929-1.329L3.076 1.56h3.182l5.965 8.532.929 1.329 7.754 11.09h-3.182z" /></svg> <div class="sr-only">x</div> </a> </div><div> <a href="https://www.linkedin.com/company/techrepublic" target="_blank" rel="noopener noreferrer" class="p-4 border text-white border-white rounded-lg block" aria-label="linkedin"> <svg class="fill-current" viewBox="0 0 24 25" fill="none" width="24" height="24" aria-hidden="true">
    <path d="M6.20062 21.2143H1.84688V7.194H6.20062V21.2143ZM4.02141 5.2815C2.62922 5.2815 1.5 4.12838 1.5 2.73619C1.5 2.06747 1.76565 1.42614 2.2385 0.953285C2.71136 0.48043 3.35269 0.214783 4.02141 0.214783C4.69012 0.214783 5.33145 0.48043 5.80431 0.953285C6.27716 1.42614 6.54281 2.06747 6.54281 2.73619C6.54281 4.12838 5.413 5.2815 4.02141 5.2815ZM22.4953 21.2143H18.1509V14.3893C18.1509 12.7628 18.1181 10.6768 15.8873 10.6768C13.6237 10.6768 13.2769 12.444 13.2769 14.2721V21.2143H8.92781V7.194H13.1034V9.1065H13.1644C13.7456 8.00494 15.1655 6.84244 17.2838 6.84244C21.69 6.84244 22.5 9.744 22.5 13.5128V21.2143H22.4953Z" fill="currentColor" />
</svg> <div class="sr-only">linkedin</div> </a> </div><div> <a href="https://www.youtube.com/techrepublic" target="_blank" rel="noopener noreferrer" class="p-4 border text-white border-white rounded-lg block" aria-label="youtube"> <svg role="img" viewBox="0 0 24 24" class="fill-current" width="24" height="24" aria-hidden="true"><title>YouTube</title><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" /></svg> <div class="sr-only">youtube</div> </a> </div><div> <a href="https://www.pinterest.com/techrepublic/" target="_blank" rel="noopener noreferrer" class="p-4 border text-white border-white rounded-lg block" aria-label="pinterest"> <svg role="img" viewBox="0 0 24 24" class="fill-current" width="24" height="24" aria-hidden="true"><title>Pinterest</title><path d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z" /></svg> <div class="sr-only">pinterest</div> </a> </div><div> <a href="/rssfeeds/" target="_blank" rel="noopener noreferrer" class="p-4 border text-white border-white rounded-lg block" aria-label="rss"> <svg role="img" viewBox="0 0 24 24" class="fill-current" width="24" height="24" aria-hidden="true"><title>RSS</title><path d="M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415c1.814 0 3.293 1.479 3.293 3.295 0 1.813-1.485 3.29-3.301 3.29C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z" /></svg> <div class="sr-only">rss</div> </a> </div> </div> </div> <!-- Cookie notice --> <p class="text-[13px] text-white leading-relaxed max-w-md">
We use cookies and other data collection technologies to
                    provide the best experience for our customers. You may
                    request that your data not be shared with third parties
                    here: <a href="https://technologyadvice.com/privacy-policy/ccpa-opt-out/" target="_blank" rel="noreferrer noopener" class="underline hover:underline text-white">Do Not Sell My Data</a>.
</p> </div> <!-- Services column --> <div> <h4 class="text-[15px] font-bold text-white mb-4 mt-0"> Services </h4> <nav aria-label="Footer - Services"> <ul class="list-none m-0 p-0 space-y-2"> <li> <a href="/about/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> About Us </a> </li><li> <a href="/newsletters/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Newsletters </a> </li><li> <a href="/rssfeeds/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> RSS Feeds </a> </li><li> <a href="/site-map/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Site Map </a> </li><li> <a href="https://support.techrepublic.com/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Site Help &amp; Feedback </a> </li><li> <a href="/forums/faq/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> FAQ </a> </li><li> <a href="https://solutions.technologyadvice.com/advertise-on-techrepublic/?utm_source=techrepublic&utm_medium=portfolio_footer&utm_campaign=advertise_contact-us" target="_blank" rel="noreferrer noopener" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Advertise </a> </li><li> <a href="https://technologyadvice.com/privacy-policy/ccpa-opt-out/" target="_blank" rel="noreferrer noopener" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Do Not Sell My Information </a> </li><li> <a href="https://technologyadvice.com/careers/" target="_blank" rel="noreferrer noopener" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Careers </a> </li> </ul> </nav> </div> <!-- Explore column --> <div> <h4 class="text-[15px] font-bold text-white mb-4 mt-0"> Explore </h4> <nav aria-label="Footer - Explore"> <ul class="list-none m-0 p-0 space-y-2"> <li> <a href="/resource-library/content-type/downloads/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Downloads </a> </li><li> <a href="/forums/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> TechRepublic Forums </a> </li><li> <a href="https://academy.techrepublic.com/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> TechRepublic Academy </a> </li><li> <a href="/premium/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> TechRepublic Premium </a> </li><li> <a href="/resource-library/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Resource Library </a> </li><li> <a href="/pictures/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Photos </a> </li><li> <a href="/videos/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Videos </a> </li><li> <a href="/editorial-policy/" class="text-[14px] no-underline hover:underline text-white transition-colors duration-150"> Editorial Policy </a> </li> </ul> </nav> </div> </div> </div> <!-- Bottom bar --> <div class="pb-18"> <div class="max-w-[1200px] mx-auto px-4 py-5 flex flex-col md:flex-row items-center justify-between gap-3"> <div class="flex items-center gap-4"> <a href="/terms-conditions/" class="text-[13px] no-underline hover:underline text-white transition-colors duration-150"> Legal Terms </a> <a href="/privacy-policy/" class="text-[13px] no-underline hover:underline text-white transition-colors duration-150"> Privacy Policy </a> </div> <p class="text-[13px] text-white m-0">
© 2026 TechnologyAdvice. All rights reserved.
</p> </div> <div id="choice-footer-msg" class="max-w-[1200px] mx-auto px-4 text-[12px] text-white/40"></div> </div> </footer><astro-island uid="Z20qDl8" prefix="s17" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/BackToTop.CLxJ77yf.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;BackToTop&quot;,&quot;value&quot;:true}" await-children=""><button id="back-to-top" class="fixed right-4 z-1001 cursor-pointer transition-all duration-500 ease-in-out rounded-full hover:shadow-[0px_0px_3px_#71717a] hover:scale-105 bg-primary text-primary-foreground border-none p-0 opacity-0 translate-y-[70px]" style="bottom:calc(var(--sticky-ad-height, 0px) + 16px);" aria-label="Back to top"><svg width="48" height="48" viewBox="0 0 48 48" class="block" aria-hidden="true"><circle cx="24" cy="24" r="21" fill="none" stroke="currentColor" stroke-width="3" opacity="0.2" /><circle cx="24" cy="24" r="21" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-dasharray="131.94689145077132" stroke-dashoffset="131.94689145077132" transform="rotate(-90 24 24)" style="transition:stroke-dashoffset 150ms ease;" /></svg><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="lucide absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 lucide-chevron-up-icon lucide-chevron-up" aria-hidden="true"><path d="m18 15-6-6-6 6" /></svg></button><!--astro:end--></astro-island> <sticky-footer-ad class="group hide-on-empty fixed w-full bottom-0 bg-white flex justify-center items-center border-gray-200 border-t transition-transform duration-500 ease-in-out z-1000 has-[div[data-empty]]:hidden print:hidden" style="height: min-content"> <button class="absolute left-8 -top-[25px] cursor-pointer bg-white px-2 border-gray-200 border-t border-r border-l rounded-t-lg" aria-label="Toggle collapse"><!----><!--[--> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide chevron transition-transform duration-500 lucide-chevron-down-icon lucide-chevron-down" aria-hidden="true"><path d="m6 9 6 6 6-6" /></svg> <!--]--></button> <div class="sticky-footer data-empty:hidden" data-ad-slot="sticky-footer">  </div>  </sticky-footer-ad> <astro-island uid="4kij5" prefix="s18" component-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/LoginModal.C8VtZV_l.js" component-export="default" renderer-url="https://www.techrepublic.com/astrostatic/d4ec76fd/_astro/client.DJt-xfn4.js" props="{}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;LoginModal&quot;,&quot;value&quot;:true}" await-children=""><!----><!--astro:end--></astro-island> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'a051e260bb0876e2',t:'MTc4MDM1NTM0OA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body></html>