<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="https://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/"
     xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:atom="http://www.w3.org/2005/Atom"
>
    <channel>
                    <atom:link rel="alternate" hreflang="en-NZ"
                       href="https://www.techradar.com/nz/feeds/tag/password-managers"
                       type="application/rss+xml"/>
                            <title><![CDATA[ Latest from TechRadar NZ in Password-managers ]]></title>
                <link>https://www.techradar.com/nz/tag/password-managers</link>
        <description><![CDATA[ All the latest password-managers content from the TechRadar  NZ team ]]></description>
                                    <lastBuildDate>Thu, 23 Apr 2026 08:49:25 +0000</lastBuildDate>
                            <language>en</language>
                                <item>
                                                            <title><![CDATA[ AI-generated passwords aren't as secure as they appear ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/ai-generated-passwords-arent-as-secure-as-they-appear</link>
                                                                            <description>
                            <![CDATA[ That AI-generated password looks strong, but pattern recognition and training data make it far less random than you think. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">FvpHUinPAv5SPazquoJtE7</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/mfPaYGQmks2VALWFFBnSej-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 23 Apr 2026 08:49:25 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Chris Skipworth ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/mfPaYGQmks2VALWFFBnSej-1280-80.jpg">
                                                            <media:credit><![CDATA[Blue Planet Studio/Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A robot hand touching a locked digital shield blocking a human from accessing data]]></media:description>                                                            <media:text><![CDATA[A robot hand touching a locked digital shield blocking a human from accessing data]]></media:text>
                                <media:title type="plain"><![CDATA[A robot hand touching a locked digital shield blocking a human from accessing data]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/mfPaYGQmks2VALWFFBnSej-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>There's a habit spreading across the internet, and it looks reasonable on the surface. </p><p>Someone needs a new password, doesn't want to use their dog's name again or bother with a <a href="https://www.techradar.com/best/password-manager">password manager</a>, and figures: why not ask ChatGPT? </p><p>A second later, they've got something like T#9vLmq$2Rk! staring back at them. </p><p>Looks strong. Feels sorted. They paste it in and move on.</p><p>But it’s not as strong as it looks. And research backs that up. </p><h2 id="ai-isn-t-random-it-just-looks-that-way">AI isn't random. It just looks that way</h2><p>A study last year tested 1,000 passwords generated by leading AI models, including ChatGPT, DeepSeek, and Llama. The results are quite sobering. </p><p>Eighty-eight percent of passwords from DeepSeek and 87 percent from Llama failed to withstand attack. ChatGPT performed better but still produced passwords that could be cracked in under an hour nearly a third of the time.</p><p>The same architecture that makes AI useful is what makes it unsuitable here.</p><p>AI language models work by predicting what comes next based on patterns in their training data. That's what makes them so helpful for writing, summarizing, translating, really, any tasks where pattern recognition is the whole point. </p><p>But generating a truly random credential requires something AI can't do: producing output that has no relationship to anything that came before it.</p><p>What you get instead is the appearance of randomness. The output looks chaotic, but at a statistical level, it clusters. Character placement, length preferences, the ratio of symbols to letters. These tendencies are baked in. And modern cracking tools are specifically designed to exploit exactly this kind of regularity.</p><p>There's another dimension to this that gets overlooked. If you and a colleague independently ask ChatGPT to generate a strong password today, the results won't be identical, but they will likely share structural fingerprints. </p><p>The pool of genuinely distinct outputs is smaller than most might assume. Scale that across millions of people making the same request, and the "uniqueness" of your AI-generated password starts to look a lot less unique. </p><h2 id="what-happens-to-the-prompt-itself">What happens to the prompt itself</h2><p>Output quality is only half the problem. The other half is what you're handing over just by asking</p><p>On the free, consumer-facing tiers of most major AI platforms, prompts can be used as training data for future model versions. That's standard practice, and it's disclosed in the terms of service most people don't read. </p><p>Essentially, the context of your conversation – what you asked for, what service it was for, anything else you said in that session – may not remain private.</p><p>This is a different risk profile from <a href="https://www.techradar.com/pro/best-enterprise-messaging-platform">enterprise</a> or business-tier access, where data handling terms are typically more restrictive. But for the average person using ChatGPT on their phone to sort out a banking app password? It's worth knowing.</p><p>The broader point is that the moment a password – even a freshly generated one – enters a public AI conversation, you're in a different <a href="https://www.techradar.com/news/best-internet-security-suites">security</a> posture than you were before you opened that tab. It's not necessarily a breach. But it is a security event, and most people don't think of it that way. </p><h2 id="what-to-use-instead">What to use instead</h2><p>The fix isn't complicated. Credentials should be generated by tools built specifically for that purpose – <a href="https://www.techradar.com/tag/password-managers">password managers</a> have existed for years and solve this precisely. </p><p>The core requirement is cryptographically secure randomization: outputs that have no statistical relationship to each other and no pattern for an attacker to grip onto.</p><p>Storage matters as much as generation. Unless you delete your AI chat logs, all of your passwords that you’ve had an <a href="https://www.techradar.com/computing/artificial-intelligence/best-llms">LLM</a> generate for you are going to be discoverable to anyone who accesses your account. </p><p>And given that ChatGPT, Claude and most other major LLMs operate <a href="https://www.techradar.com/best/browser">browser</a> session persistence (i.e. you don’t need to log back in once you close the initial session, unlike say a bank account), this adds a significant vulnerability.</p><p>The usual objection is convenience. <a href="https://www.techradar.com/best/best-ai-tools">AI tools</a> are already open, already familiar. The tension between security and ease is as old as the industry. The question is whether the friction you're avoiding is the kind that was actually protecting you. </p><h2 id="the-smarter-default">The smarter default</h2><p>AI is a capable tool. It's just not the right one for this job. Pattern recognition is what makes it useful for writing and research; it's also exactly what makes it unsuitable for generating credentials that need to be genuinely unpredictable. Use <a href="https://www.techradar.com/best/best-free-password-managers">a password manager</a> for passwords. Use AI for everything else.</p><p>Most <a href="https://www.techradar.com/best/best-online-cyber-security-courses">cybersecurity</a> failures don't come down to exotic attacks or sophisticated exploits. They come down to small, everyday habits and decisions that accumulate into either a safe security posture or a vulnerable one. Knowing which tool to reach for, and why, is where good security starts.</p><p><em></em><a href="https://www.techradar.com/best/business-password-management-software"><em>We've rated the best business password manager</em></a><em>.</em></p><p><em>This article was produced as part of </em><a href="https://www.techradar.com/pro/perspectives" target="_blank"><em>TechRadar Pro Perspectives</em></a><em>, our channel to feature the best and brightest minds in the technology industry today.</em></p><p><em>The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: </em><a href="https://www.techradar.com/news/submit-your-story-to-techradar-pro" target="_blank"><em>https://www.techradar.com/pro/perspectives-how-to-submit</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Bitwarden supercharges credential protection for Premium and Family plans – new update adds vault health alerts, password strength coaching, 5GB secure storage, and phishing protections ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/bitwarden-supercharges-credential-protection-for-premium-and-family-plans-new-update-adds-vault-health-alerts-password-strength-coaching-5gb-secure-storage-and-phishing-protections</link>
                                                                            <description>
                            <![CDATA[ Bitwarden is upgrading protection across Individual and Family plans, but the price is going up too. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">6xn4VhQHh2zBHUpSYzmRpX</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/cjA7VPUryagwrdzrP37BZi-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 22 Jan 2026 16:40:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ benedict.collins@futurenet.com (Benedict Collins) ]]></author>                    <dc:creator><![CDATA[ Benedict Collins ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/jEvqGv8wvH7PWZ4XPURyyB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Benedict has been with TechRadar Pro for over two years, and has specialized in writing about cybersecurity, threat intelligence, and B2B security solutions. His coverage explores the critical areas of national security, including state-sponsored threat actors, APT groups, critical infrastructure, and social engineering.&lt;/p&gt;&lt;p&gt;Benedict holds an MA (Distinction) in Security, Intelligence, and Diplomacy from the Centre for Security and Intelligence Studies at the University of Buckingham, providing him with a strong academic foundation for his reporting on geopolitics, threat intelligence, and cyber-warfare.&lt;/p&gt;&lt;p&gt;Prior to his postgraduate studies, Benedict earned a BA in Politics with Journalism, providing him with the skills to translate complex political and security issues into clear and comprehensible copy.&lt;/p&gt;&lt;p&gt;Outside of his work, Benedict is a fitness enthusiast, running and cycling in the local countryside.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/cjA7VPUryagwrdzrP37BZi-1280-80.png">
                                                            <media:credit><![CDATA[Bitwarden]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Bitwarden password manager user interface on tablet, mobile, and computer.]]></media:description>                                                            <media:text><![CDATA[Bitwarden password manager user interface on tablet, mobile, and computer.]]></media:text>
                                <media:title type="plain"><![CDATA[Bitwarden password manager user interface on tablet, mobile, and computer.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/cjA7VPUryagwrdzrP37BZi-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Bitwarden upgrades Individual and Family plan protection</strong></li><li><strong>The update covers password strength, storage, 2FA, and more</strong></li><li><strong>A new pricing structure is being introduced as part of the update</strong></li></ul><p>Modern threats have moved beyond the requirements of simple password protections, with users themselves quickly becoming the main targets of attacks.</p><p>That’s why Bitwarden is introducing a whole bunch of new updates to its Premium and Family plans that will improve credential security and help educate users on the threats they face.</p><p>As one of our picks for the <a href="https://www.techradar.com/best/password-manager">best password managers</a>, Bitwarden is introducing updates across vault protection, password strength, secure storage, two-factor authentication (2FA) storage, and phishing protection.</p><h2 id="better-protection-comes-at-a-premium">Better protection comes at a premium</h2><p>For a start, Bitwarden is making updates to credential vault health alerts. Bitwarden will now alert you to reused, exposed, or weak passwords and suggest immediate actions that can be taken to secure them. Additionally, when you do choose to update a password, Bitwarden will actively coach you in creating a stronger unique password.</p><p>Attachment storage has now been increased to up to 5GB, allowing users to store documents and backup codes securely within your vault. 2FA storage has also been increased to allow users to store up to 10 authentication methods ranging from hardware keys, native biometrics, and passkeys.</p><p>Finally, Bitwarden has also added a new phishing blocker tool, but is being slightly hush-hush about its capabilities and functions. For now, the <a href="https://bitwarden.com/blog/bitwarden-launches-enhanced-premium-plan/" target="_blank">Bitwarden blog</a> says the new tool will, “Proactively identify and block malicious websites before they can steal credentials”.</p><p>Of course, the increase in protection comes with a caveat. The price of both Individual and Family plans is going up. The Individual plan is increasing from $10 per year to $19.80, or from less than $1 per month to $1.65. The annual cost of the Family plan will go from $40 to $47.88 annually, or $3.33 per month to $3.99 per month.</p><p>The updated pricing will go into effect from the user’s next renewal date, with a 15 day warning beforehand. There is some good news for existing customers though, all existing Premium and some early Families 2019 customers will get a one-time 25% first year renewal discount.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 1Password boosts built-in phishing protections – simple URL detection tool could save users millions of dollars and prevent hackers stealing banking details ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/1password-boosts-built-in-phishing-protections-simple-url-detection-tool-could-save-users-millions-of-dollars-and-prevent-hackers-stealing-banking-details</link>
                                                                            <description>
                            <![CDATA[ 1Password has announced a new phishing protection tool that will help users avoid typo-squatting URLs. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">6ztmahQ9ddz5rozFdzvB4m</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/vuiXthnfrmhSpLuDwXpZBD-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 22 Jan 2026 14:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ benedict.collins@futurenet.com (Benedict Collins) ]]></author>                    <dc:creator><![CDATA[ Benedict Collins ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/jEvqGv8wvH7PWZ4XPURyyB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Benedict has been with TechRadar Pro for over two years, and has specialized in writing about cybersecurity, threat intelligence, and B2B security solutions. His coverage explores the critical areas of national security, including state-sponsored threat actors, APT groups, critical infrastructure, and social engineering.&lt;/p&gt;&lt;p&gt;Benedict holds an MA (Distinction) in Security, Intelligence, and Diplomacy from the Centre for Security and Intelligence Studies at the University of Buckingham, providing him with a strong academic foundation for his reporting on geopolitics, threat intelligence, and cyber-warfare.&lt;/p&gt;&lt;p&gt;Prior to his postgraduate studies, Benedict earned a BA in Politics with Journalism, providing him with the skills to translate complex political and security issues into clear and comprehensible copy.&lt;/p&gt;&lt;p&gt;Outside of his work, Benedict is a fitness enthusiast, running and cycling in the local countryside.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/vuiXthnfrmhSpLuDwXpZBD-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A man with glasses is thoughtfully working on his laptop, surrounded by symbols of online security and password management.]]></media:description>                                                            <media:text><![CDATA[A man with glasses is thoughtfully working on his laptop, surrounded by symbols of online security and password management.]]></media:text>
                                <media:title type="plain"><![CDATA[A man with glasses is thoughtfully working on his laptop, surrounded by symbols of online security and password management.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/vuiXthnfrmhSpLuDwXpZBD-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>1Password has announced a new phishing protection tool</strong></li><li><strong>Autofill won't happen automatically on unrecognized websites</strong></li><li><strong>The tool will warn users of malicious URLs if they try to paste credentials</strong></li></ul><p>Phishing attacks can cost businesses and consumers dearly, from million dollar losses to ruined credit scores and stolen bank accounts.</p><p>Luckily, 1Password, one of the <a href="https://www.techradar.com/best/password-manager">best password managers</a>, has unveiled a new built-in phishing protection tool.</p><p>The new tool will compare the URL saved alongside your stored credentials with the URL you are trying to access, and provide a warning if something doesn’t quite match up.</p><h2 id="spoof-urls-may-be-a-thing-of-the-past">Spoof URLs may be a thing of the past</h2><p>Hackers will often use a technique known as typo-squatting or URL hijacking to lure victims into handing over their credentials without them knowing. In fact, a recent 1Password survey found that 89% of Americans have encountered a phishing scam, and 61% have fallen victim at least once.</p><p>In some cases, hackers will remove a singular letter that could be easily overlooked or mistyped (gogle.com or google.co), or add characters within the URL that look correct if you don’t check properly (gccgle.com or gooogle.com).</p><p>Now, when accessing a potential phishing site, 1Password will compare the URL of the site to the URL stored in a user’s credential vault. If the two don’t match, 1Password won’t autofill the credentials.</p><p>If the user then tries to paste your stored credentials into the site, a popup will appear warning them that the URL doesn’t match any URL in the credential vault, and that the URL might not be legitimate.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2400px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="wGySnwKCAn4Gtd32SjBmSN" name="Phishing Detection Feature - _Faceboook_ example [Light]" alt="The new 1Password phishing protection popup." src="https://cdn.mos.cms.futurecdn.net/wGySnwKCAn4Gtd32SjBmSN.png" mos="" align="middle" fullscreen="" width="2400" height="1350" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: 1Passoword)</span></figcaption></figure><p>The new feature will be enabled by default upon rollout for all individual and family plans, and administrators of 1Password for Business will be able to enable enhanced phishing protection for employees via the Authentication Policies in the 1Password admin console.</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="high" data-lazy-src="https://www.youtube-nocookie.com/embed/ixQC3hIoGQ0" allowfullscreen></iframe></div></div><p>Dave Lewis, Global Advisory CISO, 1Password, said, “Getting ahead of phishing attacks is all about communication, that’s what disrupts the scammer’s plan. The most important thing an employee can do if they receive a suspicious message is tell someone.”</p><p>“A lot of attacks could be prevented by simply knocking on the cubicle next door and saying ‘hey, does this look right to you?’ If someone believes they’ve already been phished, they should notify IT immediately. Those are the skills you learn with good training, and they need to be constantly reinforced, so people remember them when they get those urgent, scary-looking messages.”</p><p>For more tips on spotting and avoiding phishing scams and more information on the new tool, take a look at the <a href="https://1password.com/blog/as-ai-supercharges-phishing-scams-1password-introduces-built-in-protection">1Password blog</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Black Friday is over but you can still claim a massive discount on one of the best password managers out there ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/black-friday-is-over-but-you-can-still-claim-a-massive-discount-on-one-of-the-best-password-managers-out-there</link>
                                                                            <description>
                            <![CDATA[ Up until December 7, Keeper has slashed prices on its Personal and Family plans. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">RZDM7ybpUWFgC274Kxe3td</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/8WkV8m3BAZuJEuDVGSTCDc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 02 Dec 2025 11:39:49 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sead Fadilpašić ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/8WkV8m3BAZuJEuDVGSTCDc-1280-80.jpg">
                                                            <media:credit><![CDATA[Keeper]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Keeper vault landing page]]></media:description>                                                            <media:text><![CDATA[Keeper vault landing page]]></media:text>
                                <media:title type="plain"><![CDATA[Keeper vault landing page]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/8WkV8m3BAZuJEuDVGSTCDc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>These days, the sheer number of passwords we have to deal with makes relying on simple, repeated, or easily remembered phrases a critical security flaw. This poor practice opens the doors to all kinds of threats, from data breaches to identity theft and everything in between.</p><p>The solution is to utilize a robust <a href="https://www.techradar.com/best/password-manager">password manager</a>. By securely generating and storing unique, complex passwords for every single login in a vault, it instantly eliminates the risk of password reuse and human error, acting as the ultimate shield for your entire digital identity.</p><p>If that sounds great, wait until you hear this. For a limited time, Keeper is making world-class security exceptionally affordable during the <a href="https://www.keepersecurity.com/affiliate/cyber-week-sale/" target="_blank" rel="nofollow">company’s Cyber Week sale</a> that runs longer than other Black Friday sales.</p><h2 id="today-s-best-password-manager-deal">Today's best password manager deal</h2><div class="product"><a data-dimension112="63d01321-3ade-4614-b32e-969fc681bde8" data-action="Deal Block" data-label="Get 60% off on Personal and Family plans" data-dimension48="Get 60% off on Personal and Family plans" href="https://www.keepersecurity.com/affiliate/cyber-week-sale/" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:131px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="TbfSUDRsU8NdGFXVDRFiSW" name="keeper!.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/TbfSUDRsU8NdGFXVDRFiSW.jpg" mos="" align="middle" fullscreen="" width="131" height="131" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.keepersecurity.com/affiliate/cyber-week-sale/" target="_blank" rel="nofollow" data-dimension112="63d01321-3ade-4614-b32e-969fc681bde8" data-action="Deal Block" data-label="Get 60% off on Personal and Family plans" data-dimension48="Get 60% off on Personal and Family plans" data-dimension25=""><strong>Get 60% off on Personal and Family plans</strong></a></p><p>From November 24 through December 7, secure your sensitive data with an enormous 60% discount on new annual subscriptions to Keeper's Personal and Family plans. Your subscription includes unlimited password storage across all your devices, seamless auto-fill for faster and safer logins, and a powerful Security Audit that scans your existing passwords for weaknesses and potential reuse.<a class="view-deal button" href="https://www.keepersecurity.com/affiliate/cyber-week-sale/" target="_blank" rel="nofollow" data-dimension112="63d01321-3ade-4614-b32e-969fc681bde8" data-action="Deal Block" data-label="Get 60% off on Personal and Family plans" data-dimension48="Get 60% off on Personal and Family plans" data-dimension25="">View Deal</a></p></div><h2 id="why-choose-keeper-as-your-password-manager">Why choose Keeper as your password manager</h2><p>For starters, Keeper’s foundation is built on a zero-knowledge architecture, which means your encrypted data is scrambled and protected before it ever leaves your device. </p><p>What’s more, even the password manager itself can’t access or decrypt your master password or the information within your vault, ensuring absolute privacy.</p><p>Beyond simply storing credentials, as we mentioned in our <a href="https://www.techradar.com/reviews/keeper-password-manager" target="_blank">Keeper review,</a> it offers advanced features such as automatic password generation, secure<a href="https://www.techradar.com/best/best-cloud-storage" target="_blank"> file storage</a> for confidential documents, and a KeeperFill functionality that autofills your credentials across all your devices and browsers, making secure logins faster than ever before.</p><p>For <a href="https://www.techradar.com/pro/security/best-password-manager-for-families-of-2025" target="_blank">families looking for a password manager,</a> Keeper’s Family plan provides a private vault for each member while allowing for the secure sharing of passwords and files between trusted individuals, thus simplifying access to shared accounts like streaming services or utility logins without compromising security.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to cancel Proton VPN and get your money back ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/how-to-cancel-proton-vpn-and-get-your-money-back</link>
                                                                            <description>
                            <![CDATA[ Want to claim your money back from Proton VPN? Here's how to cancel your subscription ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">B3m3cz8dpmL39PFqa9hHvC</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/SVVCiv6QkoKCp7G9yErWfj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 20 Nov 2025 11:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 01 Dec 2025 20:17:26 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                <author><![CDATA[ aleksandarstevanovic789@gmail.com (Aleksandar Stevanović) ]]></author>                    <dc:creator><![CDATA[ Aleksandar Stevanović ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/oYiQtmzsk9HBEtkf6wE9HK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Alex is a freelance contributor at Future, and an aspiring (and proud) geek when it comes to all things cybersecurity. He researches, compiles information on, and crafts value-led, user-oriented news, reviews, and guides across TechRadar, Tom&#039;s Guide, and more.&lt;/p&gt;&lt;p&gt;He has more than a decade of combined experience in the software, tech, and crypto industries, and has previously written for Business2Community, BitcoinInsider, and The Tech Report.&lt;/p&gt;&lt;p&gt;After putting himself through college thanks to freelancing copywriter gigs, and earning a Bachelor of Economics with Honors degree at Privredna Akademija Novi Sad, Alex realized writing was his true calling. He threw himself into his work, focusing mostly on tech, cybersecurity, and cryptocurrency - until he met a man who would later become his friend, mentor, and inspiration: Andreas Theodorou.&lt;/p&gt;&lt;p&gt;Thanks to his mentor, Alex today puts all of his focus and efforts into crafting his very own Mona Lisa – that one article that would go on beyond merely informing. Seeking to inspire others the same way he once found himself inspired, he continuously researches and writes about cybersecurity in his own way.&lt;/p&gt;&lt;p&gt;If he&#039;s not writing or reading his old articles, thinking about how to improve them, you&#039;ll often find him working on his car, playing guitar (trying to), or trying delicious, new foods.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/SVVCiv6QkoKCp7G9yErWfj-1280-80.jpg">
                                                            <media:credit><![CDATA[Future / Gemini]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Proton Unlimited dashboard on a MacBook in a library]]></media:description>                                                            <media:text><![CDATA[Proton Unlimited dashboard on a MacBook in a library]]></media:text>
                                <media:title type="plain"><![CDATA[Proton Unlimited dashboard on a MacBook in a library]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/SVVCiv6QkoKCp7G9yErWfj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.techradar.com/reviews/protonvpn">Proton VPN</a> ranks fourth in our list of the <a href="https://www.techradar.com/vpn/best-vpn">best VPNs</a> overall, offering impressive privacy features, audited apps, and servers around the world. Even so, you might decide it's time to cancel your plan: maybe you're comparing options or want a VPN that comes with more add-on tools, like <a href="https://www.techradar.com/reviews/nordvpn">NordVPN</a>.</p><p>Plus, with this year's best <a href="https://www.techradar.com/black-friday/vpn-black-friday-deals">Cyber Monday VPN deals</a> still alive and kicking for a few hours, it's a good time to consider your options.</p><p>The good news is that Proton VPN makes it easy to cancel your subscription or downgrade to a free account. In this guide, we'll walk you through the exact steps to cancel Proton VPN, plus how to request your money back as per its 30-day guarantee.</p><div class="product"><a data-dimension112="ebada5b8-7dc0-4233-b804-715e5350d8e9" data-action="Deal Block" data-label="Proton VPN: Now only $2.49 per month" data-dimension48="Proton VPN: Now only $2.49 per month" data-dimension25="$" href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1080px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="z2HZEoVumkC2wAcoak6meP" name="Proton VPN deal block.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/z2HZEoVumkC2wAcoak6meP.jpg" mos="" align="middle" fullscreen="" width="1080" height="1080" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow" data-dimension112="ebada5b8-7dc0-4233-b804-715e5350d8e9" data-action="Deal Block" data-label="Proton VPN: Now only $2.49 per month" data-dimension48="Proton VPN: Now only $2.49 per month" data-dimension25="$"><strong>Proton VPN: Now only $2.49 per month</strong> (was $3.59) </a></p><p>Proton VPN has always done an excellent job of combining security and value for money, and its Cyber Monday deal takes this to another level. 2-year plans are 75% off, and come with:</p><p></p><p><strong></strong></p><p>🌎 Servers in 127 countries</p><p>🔒 Swiss-grade data protection</p><p>💻10 simultaneous connections<br><br>Every Proton VPN plan also comes with a 30-day money-back guarantee, so you can try it out in your own time before committing to a long-term plan.<a class="view-deal button" href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow" data-dimension112="ebada5b8-7dc0-4233-b804-715e5350d8e9" data-action="Deal Block" data-label="Proton VPN: Now only $2.49 per month" data-dimension48="Proton VPN: Now only $2.49 per month" data-dimension25="$">View Deal</a></p></div><h2 id="how-to-cancel-proton-vpn">How to cancel Proton VPN</h2><p>There are two main ways to cancel a Proton VPN paid plan, though the process isn't quite as straightforward as with some competitors. You can either contact customer support or cancel manually through your account dashboard.</p><p><strong>Option 1: Cancel via customer support</strong></p><ol start="1"><li>Log in to your Proton VPN account dashboard.</li><li>Click "Chat with us"<strong> </strong>or the chat icon to start a conversation.</li><li>Tell the agent that you'd like to cancel your plan or downgrade to a free account.</li><li>Give a short reason for cancelling when asked.</li></ol><p><strong>Option 2: Cancel manually</strong></p><ol start="1"><li>Go to your Subscription<strong> </strong>tab in the Proton VPN dashboard.</li><li>Scroll to the bottom and click "Downgrade account."</li><li>Confirm your choice to stop your paid subscription or move to the free plan.</li></ol><p>If you subscribed through the Apple App Store, Google Play Store, or Amazon Appstore, you'll need to cancel directly through that platform's Subscriptions page.</p><p>Even if you cancel manually, keep in mind that refund requests must be sent to Proton VPN's customer support team.</p><h2 id="how-to-get-a-refund-from-proton-vpn">How to get a refund from Proton VPN</h2><p>All Proton VPN paid plans include a 30-day money-back guarantee,<strong> </strong>giving you time to test the service risk-free. If you cancel within this window, you can claim a full refund. Once the 30 days have passed, refunds are no longer available.</p><p>Keep in mind that refunds are only offered for payments made by credit or debit card, PayPal, or Bitcoin.<strong> </strong>Payments made with cash or a bank transfer aren't eligible.</p><p>To request a refund, contact Proton VPN's customer support<strong> </strong>through live chat or the online support form. Include your registered email address, date of purchase, payment method, and a short reason for your request. This helps the team process your refund faster.</p><p>If you're subscribed to a Proton Unlimited plan, refunds are prorated, meaning the refunded amount is reduced by the days you've already used in your current billing cycle. Once your request is approved, the refund will be issued to your original payment method, usually within a few business days.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to cancel Surfshark and get a refund ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/how-to-cancel-surfshark-and-get-a-refund</link>
                                                                            <description>
                            <![CDATA[ Cancel auto-renewal and claim your money back - with no hassle ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">rwzrkC93frxF2LPWA94tkE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/nwJKQiqaozZRuZYhGtweHa-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 19 Nov 2025 14:06:46 +0000</pubDate>                                                                                                                                <updated>Mon, 01 Dec 2025 20:26:47 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zoran Danilovic ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/nwJKQiqaozZRuZYhGtweHa-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Surfshark app open on an Andoid phone and a Windows ARM laptop ]]></media:description>                                                            <media:text><![CDATA[Surfshark app open on an Andoid phone and a Windows ARM laptop ]]></media:text>
                                <media:title type="plain"><![CDATA[Surfshark app open on an Andoid phone and a Windows ARM laptop ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/nwJKQiqaozZRuZYhGtweHa-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Surfshark sits comfortably at #2 in our overall <a href="https://www.techradar.com/vpn/best-vpn">best VPN</a> rankings, and for good reason. It delivers excellent streaming performance, consistently fast speeds, built-in antivirus tools, and pricing that stays friendly to most budgets. </p><p>Even so, there are plenty of situations where someone might want to cancel their subscription. Maybe another service fits their current setup better, or they're simply trying out different security toolkits to see what feels right. Or, better yet, maybe they're browsing through the <a href="https://www.techradar.com/black-friday/vpn-black-friday-deals change language to stuff has ended">Cyber Monday VPN deals</a> that are still active (though time is rapidly running short).</p><p>The good news is that cancelling Surfshark isn't complicated. Whether you're looking to stop automatic payments, switch providers, or take advantage of the money-back guarantee, the process is quick and straightforward. </p><p>This guide breaks everything down step-by-step, from turning off auto-renewal to requesting a refund. </p><div class="product"><a data-dimension112="0e9dd316-33bf-46de-9c7d-9870c8ac60e0" data-action="Deal Block" data-label="Surfshark One: $2.69" data-dimension48="Surfshark One: $2.69" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:400px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="hq25kye647vJRXTFmkK9pE" name="Surfshark deal block image extra headroom.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/hq25kye647vJRXTFmkK9pE.jpg" mos="" align="middle" fullscreen="" width="400" height="400" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>Surfshark One: </strong><a href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="0e9dd316-33bf-46de-9c7d-9870c8ac60e0" data-action="Deal Block" data-label="Surfshark One: $2.69" data-dimension48="Surfshark One: $2.69" data-dimension25=""><del>$2.69</del> <strong>$2.19/month + 3 months free</strong></a><strong></strong><br>Surfshark's One plan offers the most bang for your buck this Cyber Monday, bringing the price of a 2-year plan down to just $2.19. In addition to all the benefits of the Starter plan, you'll also get:<br><br><strong>❌ Full antivirus built in</strong><br><strong>🤐 Privacy-first web search</strong><br><strong>📬 Email, ID, and credit card fraud alerts</strong><br><br>All Surfshark plans are covered by a 30-day money-back guarantee, too, so you can take the VPN for a test drive before deciding to commit to a long-term subscription.<a class="view-deal button" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="0e9dd316-33bf-46de-9c7d-9870c8ac60e0" data-action="Deal Block" data-label="Surfshark One: $2.69" data-dimension48="Surfshark One: $2.69" data-dimension25="">View Deal</a></p></div><h2 id="how-to-cancel-surfshark">How to cancel Surfshark</h2><p>Surfshark renews subscriptions automatically at the end of each billing cycle, but turning off auto-renewal is straightforward once you know where to find the setting. The steps take less than a minute and work the same on any device.</p><ol start="1"><li>Go to the Surfshark website and open the account page.</li><li>Sign in with your credentials.</li><li>Select "My account" in the top-right corner, then choose "Subscription."</li><li>Open "Payments", navigate to "Auto renewal", and click "Cancel auto-renewal".</li></ol><p>After confirming, Surfshark immediately stops future charges. Your current plan will remain active until the end of the period you've already paid for, so there's no interruption in service.</p><p>However, keep in mind that disabling auto-renewal only stops upcoming payments. Anyone looking to reclaim their money will need to follow the refund process outlined below.</p><h2 id="how-to-get-a-refund-from-surfshark">How to get a refund from Surfshark</h2><p>Getting a refund from Surfshark is pretty straightforward, as long as you purchased the subscription on the Surfshark website and you're still within the 30-day money-back guarantee. </p><p>Just remember, the money-back guarantee applies only to your first purchase, not to any renewal charges, and Surfshark issues only one refund per service.</p><p>The fastest way to start the refund process is by using Surfshark's live chat. A short message saying you want to cancel your subscription and get a refund is enough to get things moving. </p><p>Support will then ask for a few quick details:</p><ul><li>Your account <strong>email</strong></li><li>The <strong>plan </strong>you bought</li><li>Your <strong>payment method</strong></li><li>A brief <strong>reason for cancelling</strong></li></ul><p>Once confirmed, Surfshark processes the refund and sends it back to your original payment method. The VPN submits refunds right away, but the actual arrival time depends on your bank or payment provider. Most people see the money returned within a few business days, though some payment methods may take a little longer.</p><p>Another way to get a refund is to email Surfshark, but chat tends to be faster and more direct. If you prefer this route, you can reach the team at <a href="mailto:support@surfshark.com">support@surfshark.com</a>. Replies usually arrive within a day.</p><div  class="fancy-box"><div class="fancy_box-title">Country-specific considerations</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FwAoFnsPLFo4Y5EaXEtJka" name="Screenshot 2024-11-06 165347_cr.jpg" caption="" alt="Surfshark VPN" src="https://cdn.mos.cms.futurecdn.net/FwAoFnsPLFo4Y5EaXEtJka.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Surfshark)</span></figcaption></figure><p class="fancy-box__body-text">Some regions, like Germany, Israel, South Africa, and Turkey, allow users to cancel subscriptions with immediate effect and receive a prorated refund under local consumer laws. These requests must go through Apple Support (if the purchase was made via Apple), since the cancellation rights are tied to the App Store's regional policies.</p></div></div><p>However, there are a couple of limits worth keeping in mind before you request your refund. If you paid using an Alternative ID, Alternative Number, an anonymous <a href="https://www.techradar.com/vpn/what-is-a-dedicated-ip-address">Dedicated IP</a>, or prepaid or gift cards, Surfshark says these payments generally can’t be refunded. The same applies if your subscription came through a smaller third-party reseller, as those refunds must follow that seller's rules rather than Surfshark's.</p><p>If you made your purchase through a major app store, the process works a little differently, which brings us to the next part.</p><p>If you signed up through the Apple App Store, Google Play Store, or Amazon Appstore, Surfshark can't issue the refund directly. Each store handles its own billing, so you'll need to go through them instead. The good news is, the steps are pretty simple:</p><ul><li><strong>Open </strong>the store you used and go to your <strong>Subscriptions </strong>section.</li><li>Find Surfshark, tap <strong>Cancel</strong>, and follow the prompts.</li></ul><p><em><strong>Important: </strong></em><em>cancelling the subscription only stops future payments. It does not automatically refund you.</em></p><p>To get your money back, contact the store's support team (Apple, Google, or Amazon) and submit a refund request.</p><p><strong>A quick heads up for Android users:</strong><br>Google Play has a small timing rule. If you bought Surfshark within the past 48 hours, you can request a refund directly through Google Play. After that window closes, you'll need to message Surfshark's support team, and they'll take it from there.</p><p>Apple, Google, and Amazon each have their own refund policies, so the exact process and response time can vary slightly. But once you're talking to the right support team, things usually move pretty fast.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Double savings: not 1 but 2 top deals on outstanding VPNs with antivirus built in ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/double-savings-not-1-but-2-top-deals-on-outstanding-vpns-with-antivirus-built-in</link>
                                                                            <description>
                            <![CDATA[ Looking for the best VPN and antivirus bundles? These are the deals you won't want to miss ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">t2BCacdS5U3G9o7AvPK8jR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/RzTtgtgyZtX8dbvr9EXWBE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 15 Nov 2025 11:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 17 Nov 2025 11:59:11 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                                    <dc:creator><![CDATA[ Shaun Rockwood ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/otn7v4BNEe5bg2ExfzNtLj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;After graduating from Stirling University with a qualification in Education, Shaun accidentally fell into the technology sector in the late 1990&#039;s and has stayed there ever since, working for companies such as PSINet, IBM and ProPrivacy in a variety of roles from Systems Administration to Technical Writer. Being around since the birth of the modern internet, he&#039;s seen the way that technology has expanded to become an integral part of everyday life, and how people&#039;s understanding and ability to retain any kind of privacy has lagged behind.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Shaun is a strong believer in the rights of the individual to have their personal data protected and their privacy respected – a belief made all the stronger in an age of surveillance from both governmental bodies and private companies all around the world.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;He spends his spare time cooking, riding his motorbike and spending far too many hours in Star Trek Online hunting Klingons and Borg.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/RzTtgtgyZtX8dbvr9EXWBE-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Illustration of a laptop displaying bugs on the monitor]]></media:description>                                                            <media:text><![CDATA[Illustration of a laptop displaying bugs on the monitor]]></media:text>
                                <media:title type="plain"><![CDATA[Illustration of a laptop displaying bugs on the monitor]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/RzTtgtgyZtX8dbvr9EXWBE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It’s Black Friday time once again, and while you might be looking at deals on that new TV  you’ve always wanted, VPN providers are getting in on the action, too. Some of <a href="https://www.techradar.com/vpn/best-vpn">the best VPNs</a> on the market have already released massive sales, making it a great time to pick up a VPN for the first time or shop around for something new.</p><p>VPNs encrypt your internet connection and protect against anyone trying to snoop on your online activities, whether that’s your ISP or bad actors lurking on unsecured public Wi-Fi. However, the best VPNs go further and offer extra features: everything from <a href="https://www.techradar.com/best/password-manager">password managers</a> to built-in antivirus solutions.</p><p>While a bundled antivirus won’t be quite as good as a stand-alone solution, some VPNs include them as part of your subscription, so you won’t need to pay extra to reap the benefits. Today, we’ll take a look at the top deals for a VPN with antivirus this Black Friday, and why we think they’re worth checking out. </p><h2 id="surfshark">Surfshark</h2><p><a href="https://www.techradar.com/reviews/surfshark">Surfshark</a> plans pack a lot of value into bargain prices. The One and One+ subscription options offer the biggest bang for your buck, however, and that’s why Surfshark holds the no. 2 spot in our best VPN rankings.</p><p>Both of these plans come with Surfshark Antivirus, which is available for Windows, MacOS, and Android devices. It comes with webcam protection to alert you if a site or app tries to access your camera, the ability to schedule virus scans, and real-time scanning of apps and downloads to keep you safe from spyware and malware that might try to sneak onto your device..</p><p>Further protection comes in the shape of Surfshark’s CleanWeb. When you’re connected to the VPN, CleanWeb blocks ads, trackers, and malware. CleanWeb is also available in the Surfshark browser extension, where it blocks ads, including video adverts.</p><p>It also blocks website trackers, cookie consent pop-ups, and malware. This makes browsing sessions safer by alerting you to past data leaks and any known malware on the websites you visit.</p><p>Surfshark Antivirus has also been tested by the top antivirus lab, AV-Test. In 2024, <a href="https://www.techradar.com/pro/vpn/this-popular-vpn-officially-offers-a-top-antivirus-product-too">Surfshark Antivirus blocked 100% of test threats</a>, earning it AV-Test’s ‘Top Product’ certification. In our own testing, however, we found that NordVPN's Threat Protection Pro was more effective at identifying and blocking potentially dangerous sites.</p><p>Surfshark always has great deals for Black Friday, and this year is no different. You can pick up the Starter plan for only $1.99 a month, but if you want access to all Surfshark's features, including antivirus, you want the One plan at $2.19 or the One+ plan at $4.19.</p><div class="product"><a data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark One: $2.19 per month - 88% off + 3 months free" data-dimension48="Surfshark One: $2.19 per month - 88% off + 3 months free" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:400px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="hq25kye647vJRXTFmkK9pE" name="Surfshark deal block image extra headroom.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/hq25kye647vJRXTFmkK9pE.jpg" mos="" align="middle" fullscreen="" width="400" height="400" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark One: $2.19 per month - 88% off + 3 months free" data-dimension48="Surfshark One: $2.19 per month - 88% off + 3 months free" data-dimension25=""><strong>Surfshark One: $2.19 per month - 88% off + 3 months free</strong></a><br>The Surfshark Starter plan is a great budget VPN, but if you pay a little more and upgrade to Surfshark One, then you also get Surfshark’s antivirus, private search, and Alternative ID tools for as little as $2.19 a month. Users also get:</p><p></p><p><br>🌎 Servers in 24 US cities</p><p>🫣 Camouflage Mode (hides VPN traffic)</p><p>💻Unlimited simultaneous connections<br><br>Surfshark's 30-day money-back guarantee also means you can try it for yourself without risking your wallet.<a class="view-deal button" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark One: $2.19 per month - 88% off + 3 months free" data-dimension48="Surfshark One: $2.19 per month - 88% off + 3 months free" data-dimension25="">View Deal</a></p></div><h2 id="norton-vpn">Norton VPN</h2><p>Norton is a company better known for its standalone antivirus offerings, but its VPN product has come on leaps and bounds since a recent revamp that saw several substantial improvements. Looking at it solely as a VPN, it’s not one we think merits a place in our best VPN list, but it's still a solid choice for people who want to go with a trusted name in cybersecurity.</p><p>Norton VPN’s Plus and Ultimate plans come with antivirus support that defends against malware and ransomware, in addition to AI-powered Scam Protection. This is a new feature that uses AI to alert users to suspicious texts and fraudulent websites. Users can consult the AI in real-time if they think they’ve received a suspicious message or email.</p><p>Plus, just like Surfshark, Norton VPN was also <a href="https://www.av-test.org/en/news/norton-vpn-test-2024/" target="_blank" rel="nofollow">tested by AV-Test in 2024</a>. The evaluation praised Norton VPN's commitment to protecting user privacy, with a strong no-logs commitment and no DNS or IP address leaks. Norton VPN is currently the only VPN with antivirus to have also earned an AV Comparatives certification.</p><p>While it doesn’t offer quite as many VPN protocols as some other providers, Norton VPN is no slouch when it comes to features. It covers all the basics we would expect from any VPN we recommend, including <a href="https://www.techradar.com/vpn/vpn-obfuscation-technology-what-it-is-and-when-you-should-use-it">obfuscated servers</a>, <a href="https://www.tomsguide.com/computing/vpns/what-is-multi-hop">multi-hop connections</a>, a <a href="https://www.techradar.com/vpn/vpn-kill-switch-explained">kill switch</a>, and download speeds that edge out some of our top VPN picks.</p><p>Norton VPN hasn't unveiled a specific Black Friday deal as yet, but TechRadar users can still get some money off with our exclusive <a href="https://www.techradar.com/vpn/vpn-services/this-exclusive-norton-vpn-price-means-you-dont-have-to-wait-until-black-friday-for-a-great-vpn-deal">Norton VPN discount</a>. Please be aware that this special deal is only available to readers in the US, Canada, the UK, or Australia</p><div class="product editors-choice"><div class="editors-choice__title">Editors Choice</div><a data-dimension112="b1f9cf93-c713-478e-81a9-b281593c7963" data-action="Deal Block" data-label="– Get Norton VPN in US &amp; Canada with this exclusive deal" data-dimension48="– Get Norton VPN in US &amp; Canada with this exclusive deal" href="https://www.tkqlhce.com/click-6361382-17182072?sid=hawk-custom-tracking" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1000px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="vgL7qHX627n345kfc7TRx8" name="norton logo" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/vgL7qHX627n345kfc7TRx8.jpg" mos="" align="middle" fullscreen="" width="1000" height="1000" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>Norton VPN: sign up with TechRadar's exclusive offer</strong></p><p>Our Norton VPN exclusive deal applies to the Plus and Ultimate plans, which also gives you access to antivirus protection, AI-powered scam detection, ad blocking, and Norton’s 100% virus protection promise. This deal is available to Techradar readers in the US, Canada, UK, or Australia. </p><p><a href="https://www.tkqlhce.com/click-6361382-17182072?sid=hawk-custom-tracking" target="_blank" rel="nofollow" data-dimension112="b1f9cf93-c713-478e-81a9-b281593c7963" data-action="Deal Block" data-label="– Get Norton VPN in US &amp; Canada with this exclusive deal" data-dimension48="– Get Norton VPN in US &amp; Canada with this exclusive deal" data-dimension25=""><strong>– Get Norton VPN in US & Canada with this exclusive deal</strong></a></p><p><a href="https://www.dpbolvw.net/click-6361382-17183234?sid=hawk-custom-tracking" target="_blank" rel="nofollow"><strong>– Get Norton VPN in the UK with this exclusive deal</strong></a></p><p><a href="https://www.kqzyfj.com/click-6361382-17183237?sid=hawk-custom-tracking" target="_blank" rel="nofollow"><strong>– Get Norton VPN in Australia with this exclusive deal</strong></a></p><p>You can try Norton VPN out, risk-free, with its generous 60-day money-back guarantee.<a class="view-deal button" href="https://www.tkqlhce.com/click-6361382-17182072?sid=hawk-custom-tracking" target="_blank" rel="nofollow" data-dimension112="b1f9cf93-c713-478e-81a9-b281593c7963" data-action="Deal Block" data-label="– Get Norton VPN in US &amp; Canada with this exclusive deal" data-dimension48="– Get Norton VPN in US &amp; Canada with this exclusive deal" data-dimension25="">VIEW DEAL ON </a></p></div>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Age verification laws passed in Arizona - but this VPN deal can still help you protect your data ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/age-verification-laws-passed-in-arizona-but-this-vpn-deal-can-still-help-you-protect-your-data</link>
                                                                            <description>
                            <![CDATA[ Secure your personal details for less with this Black Friday VPN deal ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">NYtiEPrJLzDuF7rNWP8zBA</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/wWfkoPMDokFjpeFP2RGGgi-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 14 Nov 2025 18:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                                    <dc:creator><![CDATA[ Krishi Chowdhary ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/wWfkoPMDokFjpeFP2RGGgi-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Flags of Arizona and the United States]]></media:description>                                                            <media:text><![CDATA[Flags of Arizona and the United States]]></media:text>
                                <media:title type="plain"><![CDATA[Flags of Arizona and the United States]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/wWfkoPMDokFjpeFP2RGGgi-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As of September 26, <a href="https://www.techradar.com/vpn/vpn-privacy-security/people-in-arizona-will-soon-need-to-prove-their-age-to-access-adult-sites-and-critics-warn-of-privacy-risks">age verification is now mandatory in Arizona</a> for anyone attempting to access adult-only content. Under the <a href="https://legiscan.com/AZ/text/HB2112/id/3239821" target="_blank" rel="nofollow">AZ HB 2112 bill</a>, any site displaying at least 33% adult-only content must verify users’ ages using either a government ID or another “commercially reasonable method.”</p><p>While the logic behind this seems reasonable – protecting children from accessing adult or other harmful content – <a href="https://www.techradar.com/vpn/vpn-privacy-security/a-privacy-tradeoff-privacy-experts-slam-new-uk-age-verification-checks">it’s a huge privacy tradeoff</a>, as handing over your personal data (biometrics, credit card info, or an identity document) to third parties puts you at risk of <a href="https://www.techradar.com/best/best-identity-theft-protection">identity theft</a>, scams, blackmail, etc.</p><p>As a result, the <a href="https://www.techradar.com/vpn/best-vpn">best VPNs</a> have seen a huge uptick in signups, with users turning to them to safeguard their digital privacy and stay anonymous on what’s becoming an increasingly geo-restricted internet in the region. </p><p>If you’re in Arizona and hunting for a VPN, this is arguably the best time to grab one. The Black Friday sales are already underway, and some of the <a href="https://www.techradar.com/vpn/private-vpn-no-log-anonymous">most private VPNs</a> are available at massive discounts.</p><div class="product"><a data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark Starter: $1.99 per month" data-dimension48="Surfshark Starter: $1.99 per month" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:400px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="hq25kye647vJRXTFmkK9pE" name="Surfshark deal block image extra headroom.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/hq25kye647vJRXTFmkK9pE.jpg" mos="" align="middle" fullscreen="" width="400" height="400" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark Starter: $1.99 per month" data-dimension48="Surfshark Starter: $1.99 per month" data-dimension25=""><strong>Surfshark Starter: $1.99 per month </strong>(was $2.19)<strong> + 3 months free</strong></a><br><a href="https://www.techradar.com/reviews/surfshark">Surfshark</a> is one of the <a href="https://www.techradar.com/vpn/us-vpn-usa">best US VPNs</a> we've tested, offering servers in Phoenix, Las Vegas, and Los Angeles, so you’ll never be short of server options both in and around Arizona. Surfshark is also the very <a href="https://www.techradar.com/vpn/cheapest-vpn">best cheap VPN</a>, with its Starter plan currently priced at just $1.69 a month on a 2-year subscription. It includes:</p><p></p><p><br>🌎 Servers in 24 US cities</p><p>🫣 Camouflage Mode (hides VPN traffic)</p><p>💻Unlimited simultaneous connections<br><br>Surfshark's centerpiece feature, the Alternative ID, lets you create an entirely new online identity – complete with a phone number and email – so you don't have to share sensitive information with every website you sign up for.<a class="view-deal button" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark Starter: $1.99 per month" data-dimension48="Surfshark Starter: $1.99 per month" data-dimension25="">View Deal</a></p></div><h2 id="age-verification-elsewhere-in-the-us">Age verification elsewhere in the US</h2><p>Over 20 US states have now enforced (or are in the process of enforcing) some form of mandatory age verification requirements, causing quite the stir among the privacy-conscious. </p><p><strong></strong><a href="https://www.techradar.com/vpn/vpn-privacy-security/mandatory-age-verification-lands-in-ohio-heres-all-you-need-to-know"><strong>Ohio’s </strong>mandatory age verification</a> went live on September 30, and citizens are now required to prove their age either via photo ID or employment or educational records if they want to access content that's “obscene or harmful to juveniles.” Not only that, but online platforms must verify their users' ages every two years. </p><p>Additionally, platforms are directed to create and use a geofence system, which means that as long as your online location shows up in Ohio, you’ll have to go through the age verification process. </p><p>However, experts have warned that it sets a troubling precedent for increased government control over the open internet. Plus, the vague wording around what constitutes "harmful" content could end up blocking educational resources.</p><p>There's also a lot of conjecture around <a href="https://www.techradar.com/vpn/vpn-privacy-security/wisconsin-wants-to-force-all-adult-sites-to-block-vpns-with-a-new-age-verification-bill-heres-everything-we-know"><strong>Wisconsin's</strong> new age verification bill</a>, which reportedly seeks to mandate that all internet service providers distributing “material harmful to minors on the Internet” block users trying to access their content using a <a href="https://www.techradar.com/vpn/virtual-private-networks">virtual private network (VPN)</a>. </p><p>However, the Wisconsin lawmakers’ view of VPNs as a loophole that needs closing could be extremely difficult, if not virtually impossible, to implement, seeing as there’s no practical way for websites displaying adult-only content to filter out VPN traffic coming specifically from Wisconsin users. </p><p>The <a href="https://www.techradar.com/vpn/most-secure-vpns-best-encryption">most secure VPNs</a> in the industry spoof your location, meaning the provider only sees the location you've chosen from a server, not where you're actually connected from.</p><p>The bigger risk here, therefore, is whether lawmakers will suggest blocking all VPN traffic, or shift the onus of blocking access onto VPN companies, which would be an even bigger privacy issue, as it would require VPN companies to track the online activities of their users.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to cancel PrivadoVPN and get a $20 refund ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/how-to-cancel-privadovpn-and-get-a-usd20-refund</link>
                                                                            <description>
                            <![CDATA[ Cancelling PrivadoVPN's auto-renewal is simple - and don't forget your refund ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">iZrrfXkKLEgEpErTsHik2g</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Tqd8UHy2huRBEQApz5ayR6-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 14 Nov 2025 11:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 01 Dec 2025 20:12:37 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                                    <dc:creator><![CDATA[ Krishi Chowdhary ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Tqd8UHy2huRBEQApz5ayR6-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[PrivadoVPN Free app on Windows laptop]]></media:description>                                                            <media:text><![CDATA[PrivadoVPN Free app on Windows laptop]]></media:text>
                                <media:title type="plain"><![CDATA[PrivadoVPN Free app on Windows laptop]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Tqd8UHy2huRBEQApz5ayR6-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.techradar.com/reviews/privadovpn">PrivadoVPN</a> is neatly placed at #5 on our <a href="https://www.techradar.com/vpn/best-vpn">best VPN</a> rankings, and it has a lot going for it. Chief among them are its budget-friendly prices. In fact, its Cyber Monday deal takes the price of a 2-year plan to just $1.11 per month. Combine this with its streaming performance, speed, ease of use, and a strong set of core tools, and you have a solid VPN.</p><p>However, there might still be a scenario where you'd want to cancel your PrivadoVPN subscription and get a refund. Maybe you want to take advantage of the <a href="https://www.techradar.com/black-friday/vpn-black-friday-deals">Cyber Monday VPN deals</a> to check out your options, or move on to a VPN service that offers more servers and has more features under its belt.</p><p>If that's the case, keep reading. We'll walk you through the step-by-step process of cancelling your PrivadoVPN account and getting a refund.</p><div class="product"><a data-dimension112="4c54cbf6-c049-4b17-9cdd-b21411fa7271" data-action="Deal Block" data-label="PrivadoVPN: $1.11 per month with 90% off" data-dimension48="PrivadoVPN: $1.11 per month with 90% off" href="https://uk01.l.antigena.com/l/ZMlCOw9W4Fc29XG__Peh_LtzsWVjSMayFr0fIXUu~WJ73L~u8FyBkg18dtTRdesKvoTGoP0PuLpVT~w5a-QgUYjEkaBYkH-00meGr6xKUTkYhzJL5y-T1G-jGw2c4yc-x99qWG9v4czrALnWzFs5sc_CqG19idPseU7xFCn6ohTzqO4WHDWUe0imsjqGEO81keR5SD_2_3Lca4Yg0df8IgYaZ~QtagK7" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:360px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="XoksKqHnrpFhZTG2KQfZPJ" name="PrivadoVPN square logo for a deal block.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/XoksKqHnrpFhZTG2KQfZPJ.png" mos="" align="middle" fullscreen="" width="360" height="360" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>PrivadoVPN: </strong><a href="https://uk01.l.antigena.com/l/ZMlCOw9W4Fc29XG__Peh_LtzsWVjSMayFr0fIXUu~WJ73L~u8FyBkg18dtTRdesKvoTGoP0PuLpVT~w5a-QgUYjEkaBYkH-00meGr6xKUTkYhzJL5y-T1G-jGw2c4yc-x99qWG9v4czrALnWzFs5sc_CqG19idPseU7xFCn6ohTzqO4WHDWUe0imsjqGEO81keR5SD_2_3Lca4Yg0df8IgYaZ~QtagK7" target="_blank" data-dimension112="4c54cbf6-c049-4b17-9cdd-b21411fa7271" data-action="Deal Block" data-label="PrivadoVPN: $1.11 per month with 90% off" data-dimension48="PrivadoVPN: $1.11 per month with 90% off" data-dimension25=""><strong>$1.11 per month with 90% off</strong></a><br>PrivadoVPN entered our <a href="https://www.techradar.com/vpn/cheapest-vpn">best cheap VPN</a> list last Black Friday when it dropped its price to just $1.11 per month (90% off), and then decided to keep it there. The deal extends into Cyber Monday, too, so you've still got time to bag a bargain that includes:</p><p><br></p><p>🌎 Servers in over 67 locations worldwide<br>💻 10 simultaneous connections <br>🏃‍➡️Near-class-leading speeds and ease of use. </p><p>Sure, other top VPNs have more advanced features, but for the price, PrivadoVPN is a great deal. Plus, you can try it out risk-free with its 30-day money-back guarantee.<a class="view-deal button" href="https://uk01.l.antigena.com/l/ZMlCOw9W4Fc29XG__Peh_LtzsWVjSMayFr0fIXUu~WJ73L~u8FyBkg18dtTRdesKvoTGoP0PuLpVT~w5a-QgUYjEkaBYkH-00meGr6xKUTkYhzJL5y-T1G-jGw2c4yc-x99qWG9v4czrALnWzFs5sc_CqG19idPseU7xFCn6ohTzqO4WHDWUe0imsjqGEO81keR5SD_2_3Lca4Yg0df8IgYaZ~QtagK7" target="_blank" rel="nofollow" data-dimension112="4c54cbf6-c049-4b17-9cdd-b21411fa7271" data-action="Deal Block" data-label="PrivadoVPN: $1.11 per month with 90% off" data-dimension48="PrivadoVPN: $1.11 per month with 90% off" data-dimension25="">View Deal</a></p></div><h2 id="how-to-cancel-privadovpn">How to cancel PrivadoVPN</h2><p>Cancelling your PrivadoVPN subscription is a pretty straightforward process, regardless of whether you're using its desktop or <a href="https://www.techradar.com/vpn/best-mobile-vpn">mobile VPN apps</a>. The steps may vary slightly depending on the device, but overall, the process is very similar.</p><p>Below, we’ll outline how you can cancel your subscription using the PrivadoVPN website:</p><ol start="1"><li>Visit the <strong>PrivadoVPN </strong>website and log in to your <strong>Admin area</strong>.</li><li>Scroll all the way to the bottom of the page and select<strong> "Cancel Account,”</strong> located below the <strong>FAQs </strong>in grey text.</li><li>PrivadoVPN will ask if you need help troubleshooting any issues. If you do, you can click “Contact Support.” If you want to continue with the cancellation, click <strong>“Continue Cancellation” </strong>at the bottom of the screen.</li><li>You’ll now be prompted to <strong>give a reason</strong> for why you want to cancel. A simple response like “I no longer want to use the subscription” should be enough. Then, click <strong>“Cancel Subscription”</strong> to move to the next step.</li><li>On the next screen, PrivadoVPN will show you some promotional offers if any are active. But if you're not interested in getting PrivadoVPN at a discounted price, click <strong>“Continue Cancellation.”</strong></li><li>That’s pretty much it. The final screen will confirm your cancellation. You’ll see a <strong>“Cancellation Confirmed” message</strong> along with the date your subscription will end.</li></ol><p>It’s also worth noting that if you’re a Freemium user, i.e., if you’re using PrivadoVPN’s <a href="https://www.techradar.com/vpn/best-free-vpn">free VPN</a>, you don’t have to do anything manually to cancel your subscription. It’ll automatically expire after 30 days of inactivity. And because there are no payments tied to it, there’s nothing you need to cancel on your end.</p><p>That said, if you want to permanently delete your subscription, you can reach out to the PrivadoVPN support team and they’ll sort it out for you.</p><h2 id="how-to-get-a-refund-from-privadovpn">How to get a refund from PrivadoVPN</h2><p>If you followed through with the entire cancellation process mentioned above, requesting a refund will be as simple as clicking the link <strong>“please contact our support team here”</strong> on the cancellation confirmation screen. </p><p>It’s worth noting, though, that regardless of whether you follow this route or contact customer support directly, you will be asked to provide a reason for the refund request. Then, once your refund is approved, the payment will be processed within <strong>5 business days</strong>.</p><p>Most important of all, you need to make sure that you’re within PrivadoVPN’s <strong>30-day money-back guarantee</strong> window if you want to claim the refund. If you’ve crossed that threshold, you simply won’t be eligible for a refund.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ These freemium VPNs are all on sale for Black Friday - here's why you should upgrade now ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/these-freemium-vpns-are-all-on-sale-for-black-friday-heres-why-you-should-upgrade-now</link>
                                                                            <description>
                            <![CDATA[ Free VPNs are handy in a pinch, but you get more features and fewer restrictions with a paid subscription. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">7j3rjsrntz9ufL9S4T6YXd</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/WeEMqXPbK5uxvM7xaTQPAS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 13 Nov 2025 17:07:53 +0000</pubDate>                                                                                                                                <updated>Mon, 17 Nov 2025 13:11:20 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                <author><![CDATA[ river.hart@futurenet.com (River Hart) ]]></author>                    <dc:creator><![CDATA[ River Hart ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/XZHNPjws5X5xV4NyrWU96J.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;River is a Tech Software Editor and VPN expert, helping take care of cybersecurity content on TechRadar, ranging from reviews, buying guides, and must-have VPN deals. River&#039;s expertise in the cybersecurity field opened their eyes to the startling amount of online snooping we accept into our daily lives. Now, River is committed to fighting for your right to digital privacy by shining a light on its biggest threats – and helping readers safeguard their data with the help of a VPN. Surfshark is River&#039;s favorite VPN, and they use it every day to keep their most sensitive details out of the hands of third-party trackers.&lt;/p&gt;&lt;p&gt;After graduating from Manchester Metropolitan University with a First Class degree in Creative Writing, River bounced around the UK on a mission to craft stories. They’ve worked as a B2B magazine editor (working in an eclectic range of fields, including theme parks, VR gaming, and e-commerce), L&amp;D [coordinator], and found their way into the world of cybersecurity in 2019, leading the writing team over at ProPrivacy. River has since been quoted in The Guardian, BBC News, and Forbes.&lt;/p&gt;&lt;p&gt;In their spare time, River enjoys poking around museums in their adopted hometown of Liverpool, hiking across their native North Wales countryside, and spending way too much time plugged into a PS5.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/WeEMqXPbK5uxvM7xaTQPAS-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Illustration of a man paragliding under a green arrow angled upwards]]></media:description>                                                            <media:text><![CDATA[Illustration of a man paragliding under a green arrow angled upwards]]></media:text>
                                <media:title type="plain"><![CDATA[Illustration of a man paragliding under a green arrow angled upwards]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/WeEMqXPbK5uxvM7xaTQPAS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>There are upsides and downsides to even the <a href="https://www.techradar.com/vpn/best-free-vpn">best free VPNs</a> on the market. Some free VPNs are reputable but severely limit users' monthly data or server choices,  while others are downright dangerous, designed to steal and sell personal data.</p><p>Generally, you'll get the best experience from a VPN by paying for a subscription. Think better speeds, no data caps, and the best security tools the VPN has to offer. Plenty of freemium services offer both free and paid plans, too, so you can trial a free service and get a feel for how it works before upgrading.</p><p>The Black Friday sales season is heating up, and we're already seeing some of the biggest VPN discounts of the year. There's no better time to take the plunge, try out a paid VPN plan, and save serious money in the process.</p><div class="product"><a data-dimension112="9f173302-0f8a-404e-bed3-2736879075b0" data-action="Deal Block" data-label="PrivadoVPN – $1.11 per month + antivirus for FREE!" data-dimension48="PrivadoVPN – $1.11 per month + antivirus for FREE!" href="https://privadovpn.com/techradar-special/#a_aid=FuturePLC&chan=avc" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:360px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="XoksKqHnrpFhZTG2KQfZPJ" name="PrivadoVPN square logo for a deal block.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/XoksKqHnrpFhZTG2KQfZPJ.png" mos="" align="middle" fullscreen="" width="360" height="360" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>PrivadoVPN – </strong><a href="https://privadovpn.com/techradar-special/#a_aid=FuturePLC&chan=avc" target="_blank" rel="nofollow" data-dimension112="9f173302-0f8a-404e-bed3-2736879075b0" data-action="Deal Block" data-label="PrivadoVPN – $1.11 per month + antivirus for FREE!" data-dimension48="PrivadoVPN – $1.11 per month + antivirus for FREE!" data-dimension25=""><strong>$1.11 per month + antivirus for FREE!</strong></a><br>PrivadoVPN is our top-rated free VPN, but its paid plans come with plenty to recommend them, like an expanded list of available server locations and a jump from one simultaneous connection to ten. Premium plans also come with:</p><p></p><p></p><p>🌎 Servers in 67 locations</p><p>🔒 Privado Control Tower (threat protection and parental controls)</p><p>↗️Unlimited, uncapped data</p><p><strong></strong><br>PrivadoVPN's Black Friday deal is a real showstopper. A 2-year plan comes with 3 extra months of coverage and antivirus, both included at no extra cost. Plus, users pay just $30 up front ($1.11 per month) for 27 months of protection - and access to one of the best cheap VPNs we've tested.<a class="view-deal button" href="https://privadovpn.com/techradar-special/#a_aid=FuturePLC&chan=avc" target="_blank" rel="nofollow" data-dimension112="9f173302-0f8a-404e-bed3-2736879075b0" data-action="Deal Block" data-label="PrivadoVPN – $1.11 per month + antivirus for FREE!" data-dimension48="PrivadoVPN – $1.11 per month + antivirus for FREE!" data-dimension25="">View Deal</a></p></div><div class="product"><a data-dimension112="e220bd30-ddc1-4425-b64f-54075e698f84" data-action="Deal Block" data-label="Proton VPN: $2.49 per month with 75% off" data-dimension48="Proton VPN: $2.49 per month with 75% off" data-dimension25="$" href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1080px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="z2HZEoVumkC2wAcoak6meP" name="Proton VPN deal block.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/z2HZEoVumkC2wAcoak6meP.jpg" mos="" align="middle" fullscreen="" width="1080" height="1080" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>Proton VPN: </strong><a href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow" data-dimension112="e220bd30-ddc1-4425-b64f-54075e698f84" data-action="Deal Block" data-label="Proton VPN: $2.49 per month with 75% off" data-dimension48="Proton VPN: $2.49 per month with 75% off" data-dimension25="$"><strong>$2.49 per month with 75% off </strong>(was $3.59/month) </a></p><p>Proton VPN is a privacy-first VPN with plenty of innovative tools - like a custom Stealth protocol that can evade VPN blocks. Swiss jurisdiction means there's no need to worry about mandatory data retention laws, either. Users also get:</p><p></p><p><strong></strong></p><p>🌎 Servers in 126 countries</p><p>🔒 Advanced security features</p><p>🔍Regular audits of its no-logs policy<br><br>Proton VPN’s 2025 Black Friday deal takes the monthly price of a 2-year plan from $3.59 to $2.49 ($59.76 up front in total).<a class="view-deal button" href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow" data-dimension112="e220bd30-ddc1-4425-b64f-54075e698f84" data-action="Deal Block" data-label="Proton VPN: $2.49 per month with 75% off" data-dimension48="Proton VPN: $2.49 per month with 75% off" data-dimension25="$">View Deal</a></p></div><div class="product"><a data-dimension112="a9fc38d6-a99a-491a-ac8e-23245d4f0b2c" data-action="Deal Block" data-label="Windscribe: $5.75 per month" data-dimension48="Windscribe: $5.75 per month" href="https://windscribe.com/features/use-for-free/?affid=fghzq9e1&data1=trd-in-5707345181346325494" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1080px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="ZvDwWS8biV69uSSK8ySjFi" name="Windscribe VPN deal block image.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/ZvDwWS8biV69uSSK8ySjFi.jpg" mos="" align="middle" fullscreen="" width="1080" height="1080" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>Windscribe: </strong><a href="https://windscribe.com/features/use-for-free/?affid=fghzq9e1&data1=trd-in-5707345181346325494" target="_blank" rel="nofollow" data-dimension112="a9fc38d6-a99a-491a-ac8e-23245d4f0b2c" data-action="Deal Block" data-label="Windscribe: $5.75 per month" data-dimension48="Windscribe: $5.75 per month" data-dimension25=""><strong>$5.75 per month</strong></a><br>Windscribe is a lightweight and powerful VPN that doesn't gate the majority of its features behind a paywall. Still, there are good reasons to upgrade to a paid plan, including:</p><p></p><p><strong></strong></p><p>🌎 Servers in 69 countries</p><p>🤖 Full access to R.O.B.E.R.T. (ad and tracker blocking)</p><p>↗️Unlimited bandwidth<br><br>Windscribe hasn't dropped a Black Friday discount - yet. Despite this, a 1-year plan is $5.75 a month, or $69 up front, making it a good alternative for anyone looking for a shorter commitment.<a class="view-deal button" href="https://windscribe.com/features/use-for-free/?affid=fghzq9e1&data1=trd-in-5707345181346325494" target="_blank" rel="nofollow" data-dimension112="a9fc38d6-a99a-491a-ac8e-23245d4f0b2c" data-action="Deal Block" data-label="Windscribe: $5.75 per month" data-dimension48="Windscribe: $5.75 per month" data-dimension25="">View Deal</a></p></div><h2 id="why-should-i-upgrade-to-a-paid-plan">Why should I upgrade to a paid plan?</h2><p>There are plenty of good reasons to use a free VPN: if you're in a pinch and need to secure your traffic when travelling and relying on public Wi-Fi, if you only plan to use it lightly, or if you're especially budget-conscious.</p><p>However, a VPN's main priority should always be protecting your digital privacy, and most free VPNs limit access to their most powerful security-boosting tools to paid users. So, if you're serious about staying safe online or unblocking previously inaccessible content, paying for a premium plan gives you more ways to do so.</p><p>The good news is that there's no need to spend a fortune. Freemium VPNs are often budget-friendly, so the jump from a free plan to a paid version isn't massive. Plus, in return, you'll get all the benefits of the VPN without the limitations, which can include:</p><ul><li>Fewer server locations to choose from</li><li>Features locked behind paywalls</li><li>Monthly data caps</li><li>Being restricted to free-only servers</li><li>Fewer ways to reach out to customer service</li></ul><p>For <a href="https://www.techradar.com/reviews/privadovpn">PrivadoVPN</a>, the biggest benefit of upgrading is the removal of monthly data limits, meaning users can stream and game without worrying about hitting the 10 GB cap. Plus, paid users also get access to the Privado Control Tower - a suite of tools that can block ads and trackers, and even implement some parental controls.</p><p>A paid <a href="https://www.techradar.com/reviews/protonvpn">Proton VPN</a> subscription is likewise more powerful than a free one. Users get the best speeds, 10 simultaneous connections (an upgrade from 1), and the ability to manually choose the server that they want to connect to, which makes streaming and unblocking content much more feasible.</p><p><a href="https://www.techradar.com/reviews/windscribe">Windscribe</a> makes the majority of its toolkit available to free users, but there are exceptions. Free users have a limited version of R.O.B.E.R.T., which can block malware and ads, but upgrading expands its functionality, letting users block gambling sites, fake news, and adult content, and more. Plus, with unlimited data, paid users don't have to worry about the monthly 10 GB cap.</p><p>All of the freemium VPNs we've highlighted here are also covered by a 30-day money-back guarantee, so you can see the difference between a free plan and a paid subscription for yourself, risk-free.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ These VPNs all offer unlimited connections and are as little as $2 per month - here's why we love them ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/these-vpns-all-offer-unlimited-connections-and-are-as-little-as-usd2-per-month-heres-why-we-love-them</link>
                                                                            <description>
                            <![CDATA[ Surfshark and PIA just unveiled their Black Friday discounts and, with unlimited simultaneous connections included, you won’t want to miss out. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">c332htYVDNkfCnxb8sNgoh</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/2YCScwEV5f6pXghLobJkUC-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 13 Nov 2025 13:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                <author><![CDATA[ river.hart@futurenet.com (River Hart) ]]></author>                    <dc:creator><![CDATA[ River Hart ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/XZHNPjws5X5xV4NyrWU96J.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;River is a Tech Software Editor and VPN expert, helping take care of cybersecurity content on TechRadar, ranging from reviews, buying guides, and must-have VPN deals. River&#039;s expertise in the cybersecurity field opened their eyes to the startling amount of online snooping we accept into our daily lives. Now, River is committed to fighting for your right to digital privacy by shining a light on its biggest threats – and helping readers safeguard their data with the help of a VPN. Surfshark is River&#039;s favorite VPN, and they use it every day to keep their most sensitive details out of the hands of third-party trackers.&lt;/p&gt;&lt;p&gt;After graduating from Manchester Metropolitan University with a First Class degree in Creative Writing, River bounced around the UK on a mission to craft stories. They’ve worked as a B2B magazine editor (working in an eclectic range of fields, including theme parks, VR gaming, and e-commerce), L&amp;D [coordinator], and found their way into the world of cybersecurity in 2019, leading the writing team over at ProPrivacy. River has since been quoted in The Guardian, BBC News, and Forbes.&lt;/p&gt;&lt;p&gt;In their spare time, River enjoys poking around museums in their adopted hometown of Liverpool, hiking across their native North Wales countryside, and spending way too much time plugged into a PS5.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/2YCScwEV5f6pXghLobJkUC-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Collage of hands holding smartphones]]></media:description>                                                            <media:text><![CDATA[Collage of hands holding smartphones]]></media:text>
                                <media:title type="plain"><![CDATA[Collage of hands holding smartphones]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/2YCScwEV5f6pXghLobJkUC-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Black Friday 2025 is fast approaching, and two of today's <a href="https://www.techradar.com/vpn/best-vpn">best VPNs</a> have already released discounts ahead of the big day.</p><p><a href="https://www.techradar.com/reviews/surfshark">Surfshark</a> and <a href="https://www.techradar.com/reviews/private-internet-access-vpn">Private Internet Access</a> (PIA) are budget-friendly VPNs that lead our <a href="https://www.techradar.com/vpn/cheapest-vpn">best cheap VPN</a> rankings, and their Black Friday deals are some of the best we've seen this year, reducing the cost of a plan to around $2 per month.</p><p>Both providers offer <a href="https://www.techradar.com/pro/vpn/which-providers-offer-unlimited-vpn-connections">unlimited simultaneous connections</a>. That means you can install the VPN on as many devices as you want and use them at the same time, without worrying about usage caps. It’s ideal for folks in big households with tons of gadgets.</p><p>While Surfshark and PIA launched these deals early, they won’t be around forever. </p><div class="product"><a data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark Starter: $1.99 per month" data-dimension48="Surfshark Starter: $1.99 per month" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:400px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="hq25kye647vJRXTFmkK9pE" name="Surfshark deal block image extra headroom.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/hq25kye647vJRXTFmkK9pE.jpg" mos="" align="middle" fullscreen="" width="400" height="400" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark Starter: $1.99 per month" data-dimension48="Surfshark Starter: $1.99 per month" data-dimension25=""><strong>Surfshark Starter: $1.99 per month </strong>(was $2.09/month)<strong> + 3 months free</strong></a><br>Surfshark is an excellent value VPN with a full security toolkit, including antivirus protection and an innovative Alternative ID tool that reduces how often you need to hand over identifiable details to sites when signing up or shopping. You'll also get:</p><p></p><p><br>🌎 Servers in 100 countries</p><p>🍿 Near-flawless unblocking performance</p><p>🔒Proven digital privacy, with regular audits of its no-logs policy<br><br>With apps available for all devices, your privacy will be protected whether you’re at home on a desktop PC, smart TV, or using public Wi-Fi on your mobile. All this, for <strong>only $53.73 upfront for over two years of protection</strong> (normally over $415).<a class="view-deal button" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark Starter: $1.99 per month" data-dimension48="Surfshark Starter: $1.99 per month" data-dimension25="">View Deal</a></p></div><div class="product"><a data-dimension112="8d9317a6-16ef-43dc-997a-2d70eb57639c" data-action="Deal Block" data-label="Private Internet Access: 83% off + 4 months freeAlthough PIA isn't in our top 5 ranking of the best VPNs, it's still a privacy-first provider with strong core VPN features and some of the most customizable apps we've ever used. Users also get:&#127758; Servers in 91 countries&#127871; Compatibility with most streaming platforms&#128274;A no-logs policy that has been tested and proven in court - twice!PIA has apps for virtually every device and is easy to install. Plus, with the MACE tool, users can avoid ads and malicious websites during the holiday season (and beyond). Plus, it's only $56.94 for over two years of protection. Private Internet Access: 83% off + 4 months free" data-dimension48="Private Internet Access: 83% off + 4 months freeAlthough PIA isn't in our top 5 ranking of the best VPNs, it's still a privacy-first provider with strong core VPN features and some of the most customizable apps we've ever used. Users also get:&#127758; Servers in 91 countries&#127871; Compatibility with most streaming platforms&#128274;A no-logs policy that has been tested and proven in court - twice!PIA has apps for virtually every device and is easy to install. Plus, with the MACE tool, users can avoid ads and malicious websites during the holiday season (and beyond). Plus, it's only $56.94 for over two years of protection. Private Internet Access: 83% off + 4 months free" href="http://privateinternetaccess.com/offer/future_60e7q6mk5" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="r5aoBqrbK3CEXHHUNfhBKJ" name="Private Internet Access device logo.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/r5aoBqrbK3CEXHHUNfhBKJ.jpg" mos="" align="middle" fullscreen="" width="4000" height="4000" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong></strong><a href="https://privateinternetaccess.com/offer/future_60e7q6mk5" target="_blank" rel="nofollow" data-dimension112="8d9317a6-16ef-43dc-997a-2d70eb57639c" data-action="Deal Block" data-label="Private Internet Access: 83% off + 4 months freeAlthough PIA isn't in our top 5 ranking of the best VPNs, it's still a privacy-first provider with strong core VPN features and some of the most customizable apps we've ever used. Users also get:&#127758; Servers in 91 countries&#127871; Compatibility with most streaming platforms&#128274;A no-logs policy that has been tested and proven in court - twice!PIA has apps for virtually every device and is easy to install. Plus, with the MACE tool, users can avoid ads and malicious websites during the holiday season (and beyond). Plus, it's only $56.94 for over two years of protection. Private Internet Access: 83% off + 4 months free" data-dimension48="Private Internet Access: 83% off + 4 months freeAlthough PIA isn't in our top 5 ranking of the best VPNs, it's still a privacy-first provider with strong core VPN features and some of the most customizable apps we've ever used. Users also get:&#127758; Servers in 91 countries&#127871; Compatibility with most streaming platforms&#128274;A no-logs policy that has been tested and proven in court - twice!PIA has apps for virtually every device and is easy to install. Plus, with the MACE tool, users can avoid ads and malicious websites during the holiday season (and beyond). Plus, it's only $56.94 for over two years of protection. Private Internet Access: 83% off + 4 months free" data-dimension25=""><strong>Private Internet Access: 83% off + 4 months free</strong></a><br>Although PIA isn't in our top 5 ranking of the best VPNs, it's still a privacy-first provider with strong core VPN features and some of the most customizable apps we've ever used. Users also get:</p><p></p><p><br>🌎 Servers in 91 countries</p><p>🍿 Compatibility with most streaming platforms</p><p>🔒A no-logs policy that has been tested and proven in court - twice!<br><br>PIA has apps for virtually every device and is easy to install. Plus, with the MACE tool, users can avoid ads and malicious websites during the holiday season (and beyond). Plus, it's <strong>only $56.94 for over two years of protection.</strong><a class="view-deal button" href="http://privateinternetaccess.com/offer/future_60e7q6mk5" target="_blank" rel="nofollow" data-dimension112="8d9317a6-16ef-43dc-997a-2d70eb57639c" data-action="Deal Block" data-label="Private Internet Access: 83% off + 4 months freeAlthough PIA isn't in our top 5 ranking of the best VPNs, it's still a privacy-first provider with strong core VPN features and some of the most customizable apps we've ever used. Users also get:&#127758; Servers in 91 countries&#127871; Compatibility with most streaming platforms&#128274;A no-logs policy that has been tested and proven in court - twice!PIA has apps for virtually every device and is easy to install. Plus, with the MACE tool, users can avoid ads and malicious websites during the holiday season (and beyond). Plus, it's only $56.94 for over two years of protection. Private Internet Access: 83% off + 4 months free" data-dimension48="Private Internet Access: 83% off + 4 months freeAlthough PIA isn't in our top 5 ranking of the best VPNs, it's still a privacy-first provider with strong core VPN features and some of the most customizable apps we've ever used. Users also get:&#127758; Servers in 91 countries&#127871; Compatibility with most streaming platforms&#128274;A no-logs policy that has been tested and proven in court - twice!PIA has apps for virtually every device and is easy to install. Plus, with the MACE tool, users can avoid ads and malicious websites during the holiday season (and beyond). Plus, it's only $56.94 for over two years of protection. Private Internet Access: 83% off + 4 months free" data-dimension25="">View Deal</a></p></div><h2 id="why-do-unlimited-simultaneous-connections-matter">Why do unlimited simultaneous connections matter?</h2><p>While today's top VPNs have apps for pretty much every device you can imagine, they also tend to limit how many devices you can use with the VPN at the same time. <a href="https://www.techradar.com/reviews/nordvpn">NordVPN</a>, for instance, limits users to 10 simultaneous connections.</p><p>That might sound like a lot, but if you live in a large multi-device household, you might quickly hit the cap. Surfshark and PIA solve this problem with unlimited simultaneous connections.  One subscription is enough to protect a small army of gadgets - whether they belong to you, your friends, or your family.</p><p>It is worth noting that unlimited simultaneous connections aren't a must-have feature for every VPN user. Folks who live alone with a smaller number of gadgets won't find as much value in unlimited connections, and the industry average of 8-10 simultaneous connections is usually enough to cover their favorite devices.</p><p>The good news is that the Black Friday deals offered by Surfshark and PIA both come with a 30-day money-back guarantee. This gives you plenty of time to try them for yourself, and see how unlimited connections can impact your household.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to cancel PIA without losing a penny ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/how-to-cancel-pia-without-losing-a-penny</link>
                                                                            <description>
                            <![CDATA[ Want to get your money back from PIA? It's nice and easy. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jWdmaVWmdpCyrfByRgvVPD</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/AJPCJ3YJJ4c8qVCqkUv4bZ-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 13 Nov 2025 11:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 01 Dec 2025 19:25:16 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                <author><![CDATA[ aleksandarstevanovic789@gmail.com (Aleksandar Stevanović) ]]></author>                    <dc:creator><![CDATA[ Aleksandar Stevanović ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/oYiQtmzsk9HBEtkf6wE9HK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Alex is a freelance contributor at Future, and an aspiring (and proud) geek when it comes to all things cybersecurity. He researches, compiles information on, and crafts value-led, user-oriented news, reviews, and guides across TechRadar, Tom&#039;s Guide, and more.&lt;/p&gt;&lt;p&gt;He has more than a decade of combined experience in the software, tech, and crypto industries, and has previously written for Business2Community, BitcoinInsider, and The Tech Report.&lt;/p&gt;&lt;p&gt;After putting himself through college thanks to freelancing copywriter gigs, and earning a Bachelor of Economics with Honors degree at Privredna Akademija Novi Sad, Alex realized writing was his true calling. He threw himself into his work, focusing mostly on tech, cybersecurity, and cryptocurrency - until he met a man who would later become his friend, mentor, and inspiration: Andreas Theodorou.&lt;/p&gt;&lt;p&gt;Thanks to his mentor, Alex today puts all of his focus and efforts into crafting his very own Mona Lisa – that one article that would go on beyond merely informing. Seeking to inspire others the same way he once found himself inspired, he continuously researches and writes about cybersecurity in his own way.&lt;/p&gt;&lt;p&gt;If he&#039;s not writing or reading his old articles, thinking about how to improve them, you&#039;ll often find him working on his car, playing guitar (trying to), or trying delicious, new foods.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/AJPCJ3YJJ4c8qVCqkUv4bZ-1280-80.png">
                                                            <media:credit><![CDATA[PIA]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[PIA running on a laptop]]></media:description>                                                            <media:text><![CDATA[PIA running on a laptop]]></media:text>
                                <media:title type="plain"><![CDATA[PIA running on a laptop]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/AJPCJ3YJJ4c8qVCqkUv4bZ-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>While <a href="https://www.techradar.com/reviews/private-internet-access-vpn">Private Internet Access</a> (PIA) isn't one of our top five <a href="https://www.techradar.com/vpn/best-vpn">best VPNs</a> overall, it still has a lot to offer. You get unlimited simultaneous connections, servers across all 50 US states, and a proven no-logs policy that's been independently verified on two separate occasions. It's why PIA remains a top choice for privacy purists.</p><p>Maybe you're taking advantage of the <a href="https://www.techradar.com/black-friday/vpn-black-friday-deals">Cyber Monday VPN</a> sales and weighing up your options, or want a VPN with more additional features. Either way, cancelling your PIA plan is nice and easy, as is claiming your money back (so long as you're within the refund window).</p><p>In this quick guide, we'll explain how to cancel PIA, stop automatic renewals, and request a refund without losing a penny.</p><div class="product"><a data-dimension112="04d45f1c-855d-40bf-b41d-14262bfeb986" data-action="Deal Block" data-label="Private Internet Access: $2.03/month now with 4 months extra included" data-dimension48="Private Internet Access: $2.03/month now with 4 months extra included" href="http://privateinternetaccess.com/offer/future_60e7q6mk5" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:225px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="UaewKt3q6VvDK3qQDf9cTA" name="PIA Logo.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/UaewKt3q6VvDK3qQDf9cTA.jpg" mos="" align="middle" fullscreen="" width="225" height="225" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>Private Internet Access: </strong><a href="http://privateinternetaccess.com/offer/future_60e7q6mk5" target="_blank" rel="nofollow" data-dimension112="04d45f1c-855d-40bf-b41d-14262bfeb986" data-action="Deal Block" data-label="Private Internet Access: $2.03/month now with 4 months extra included" data-dimension48="Private Internet Access: $2.03/month now with 4 months extra included" data-dimension25=""><strong>$2.03/month now with 4 months extra included</strong></a><br>Private Internet Access offers strong value for money, with unlimited device connections and reliable unblocking for all of todays most popular streaming platforms. Seeing as it's so customizable, we reckon it's better for experienced VPN users, but it still performs well out of the box. A plan includes:</p><p><br></p><p>🌎<strong>Servers in 91 countries</strong><br>🛑 <strong>Ad, tracker, and malware blocking (PIA MACE)</strong><br>🔒<strong>Proven no-logs policy</strong></p><p>You'll also be covered by a 30-day money-back guarantee, giving you plenty of time to test it, risk-free.<a class="view-deal button" href="http://privateinternetaccess.com/offer/future_60e7q6mk5" target="_blank" rel="nofollow" data-dimension112="04d45f1c-855d-40bf-b41d-14262bfeb986" data-action="Deal Block" data-label="Private Internet Access: $2.03/month now with 4 months extra included" data-dimension48="Private Internet Access: $2.03/month now with 4 months extra included" data-dimension25="">View Deal</a></p></div><h2 id="how-to-cancel-pia">How to cancel PIA</h2><p>All PIA subscriptions renew automatically at the end of each billing cycle, but you can turn off auto-renewal at any time. The exact steps may vary slightly depending on your device or payment method, but the process is simple and takes only a few minutes.</p><p>To cancel your PIA subscription:</p><ol start="1"><li>Go to the <strong>Private Internet Access </strong>website and log in to your <strong>Client Control Panel (CCP).</strong></li><li>Select <strong>Next billing </strong>from the menu.</li><li>Click <strong>Turn off auto-renewal.</strong></li><li>Confirm your choice when prompted (PIA may remind you of its key benefits before continuing).</li><li>Choose a reason for cancellation from the list (or enter your own), then select <strong>Continue with cancellation.</strong></li><li>If asked whether there's a problem PIA can help with, click <strong>Turn off auto-renewal </strong>again.</li><li>You'll see a confirmation screen showing that your subscription has been cancelled and auto-renewal is now inactive.</li></ol><h2 id="how-to-get-a-refund-from-pia">How to get a refund from PIA</h2><p>Turning off auto-renewal stops future payments, but it doesn't automatically trigger a refund. To get your money back, you'll need to contact PIA's customer support team directly. The easiest way is to open a support ticket through your account dashboard or email <strong>support@privateinternetaccess.com.</strong></p><p>Make sure to include the email address you used to sign up and your original order number. Refund requests must be made within the <strong>30-day money-back guarantee</strong> window: if that period has expired, PIA won't be able to process your request.</p><p>Once the support team verifies your details, they'll confirm the refund and send the funds back to your original payment method. Processing usually takes between <strong>5 and 10 business days</strong>, depending on your bank or provider. It's a straightforward process, and most users report quick responses from PIA's customer service.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Age verification laws could land in Wisconsin next – but these VPNs ensure your data remains protected for less ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/need-a-vpn-for-wisconsin-these-deals-are-available-right-now-just-in-time-for-black-friday</link>
                                                                            <description>
                            <![CDATA[ Maintain your online freedom (and privacy) with these discounted VPNs ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">F5ka9cwGq3LyRc7pAYWKE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Q9NCZCgc9qVHLkgLBFXtMb-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 10 Nov 2025 11:13:38 +0000</pubDate>                                                                                                                                <updated>Wed, 12 Nov 2025 17:28:35 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                <author><![CDATA[ river.hart@futurenet.com (River Hart) ]]></author>                    <dc:creator><![CDATA[ River Hart ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/XZHNPjws5X5xV4NyrWU96J.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;River is a Tech Software Editor and VPN expert, helping take care of cybersecurity content on TechRadar, ranging from reviews, buying guides, and must-have VPN deals. River&#039;s expertise in the cybersecurity field opened their eyes to the startling amount of online snooping we accept into our daily lives. Now, River is committed to fighting for your right to digital privacy by shining a light on its biggest threats – and helping readers safeguard their data with the help of a VPN. Surfshark is River&#039;s favorite VPN, and they use it every day to keep their most sensitive details out of the hands of third-party trackers.&lt;/p&gt;&lt;p&gt;After graduating from Manchester Metropolitan University with a First Class degree in Creative Writing, River bounced around the UK on a mission to craft stories. They’ve worked as a B2B magazine editor (working in an eclectic range of fields, including theme parks, VR gaming, and e-commerce), L&amp;D [coordinator], and found their way into the world of cybersecurity in 2019, leading the writing team over at ProPrivacy. River has since been quoted in The Guardian, BBC News, and Forbes.&lt;/p&gt;&lt;p&gt;In their spare time, River enjoys poking around museums in their adopted hometown of Liverpool, hiking across their native North Wales countryside, and spending way too much time plugged into a PS5.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Q9NCZCgc9qVHLkgLBFXtMb-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Flag of Wisconsin against a sunset background]]></media:description>                                                            <media:text><![CDATA[Flag of Wisconsin against a sunset background]]></media:text>
                                <media:title type="plain"><![CDATA[Flag of Wisconsin against a sunset background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Q9NCZCgc9qVHLkgLBFXtMb-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The rollout of age verification laws is one of 2025’s biggest digital privacy stories — particularly in the United States and the United Kingdom. </p><p>The restrictions are in place to protect children from accessing "adult-only" sites, but privacy advocates have warned that handing out personal information to third parties to access sensitive content could create more problems than it solves. </p><p>To protect their data and digital privacy, people are increasingly turning to VPNs. Unsurprisingly, though, lawmakers in Wisconsin aren’t pleased about it and have drafted a bill (called Wisconsin AB 105/SB 130) that <a href="https://www.techradar.com/vpn/vpn-privacy-security/wisconsin-wants-to-force-all-adult-sites-to-block-vpns-with-a-new-age-verification-bill-heres-everything-we-know">could make it illegal to use a VPN to access adult content</a>. </p><p>The proposed legislation would require anyone attempting to access adult content via a VPN to disconnect and prove their age, effectively blocking access to the content in the meantime. However, it's not clear yet how this would work in practice. </p><p>For the time being, VPNs are still a great way to shore up your online security in Wisconsin. So we’ve rounded up the best VPNs with the best Black Friday VPN deals to help you stay secure for less. </p><div class="product"><a data-dimension112="3e4b21f8-1d90-4b90-81b8-4d4f38662d86" data-action="Deal Block" data-label="NordVPN Basic: $2.99 per month – 73% off + 3 months free" data-dimension48="NordVPN Basic: $2.99 per month – 73% off + 3 months free" data-dimension25="$" href="http://go.nordvpn.net/aff_c?offer_id=564&aff_id=3013&url_id=10992" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:200px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="x3Zrr6LPF4qKNzdXj4H4t6" name="NordVPN deal image.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/x3Zrr6LPF4qKNzdXj4H4t6.jpg" mos="" align="middle" fullscreen="" width="200" height="200" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="http://go.nordvpn.net/aff_c?offer_id=564&aff_id=3013&url_id=10992" target="_blank" rel="nofollow" data-dimension112="3e4b21f8-1d90-4b90-81b8-4d4f38662d86" data-action="Deal Block" data-label="NordVPN Basic: $2.99 per month – 73% off + 3 months free" data-dimension48="NordVPN Basic: $2.99 per month – 73% off + 3 months free" data-dimension25="$"><strong>NordVPN Basic: $2.99 per month – 73% off + 3 months free</strong></a></p><p>NordVPN is the #1 VPN in our overall rankings. Plus, it has lots of servers close to Wisconsin (including Chicago, Illinois, and St. Louis, Missouri). A Basic plan comes in at $2.99 a month, and includes:</p><p></p><p></p><p>🌎 Servers in 21 US cities</p><p>🫣 Obfuscated servers (hides VPN traffic)</p><p>💻10 simultaneous connections</p><p><strong></strong><br>You'll also get access to Threat Protection Lite, a DNS-based ad and malicious URL blocker.<a class="view-deal button" href="http://go.nordvpn.net/aff_c?offer_id=564&aff_id=3013&url_id=10992" target="_blank" rel="nofollow" data-dimension112="3e4b21f8-1d90-4b90-81b8-4d4f38662d86" data-action="Deal Block" data-label="NordVPN Basic: $2.99 per month – 73% off + 3 months free" data-dimension48="NordVPN Basic: $2.99 per month – 73% off + 3 months free" data-dimension25="$">View Deal</a></p></div><div class="product"><a data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark Starter: $1.99 per month" data-dimension48="Surfshark Starter: $1.99 per month" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:400px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="hq25kye647vJRXTFmkK9pE" name="Surfshark deal block image extra headroom.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/hq25kye647vJRXTFmkK9pE.jpg" mos="" align="middle" fullscreen="" width="400" height="400" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark Starter: $1.99 per month" data-dimension48="Surfshark Starter: $1.99 per month" data-dimension25=""><strong>Surfshark Starter: $1.99 per month </strong>(was $2.19)<strong> + 3 months free</strong></a><br>Surfshark is a close second to NordVPN in our rankings, and its Starter plan is especially great value for money during the Black Friday sales season. Wisconsin users can check our servers in nearby Chicago, Illinois, and Detroit, Michigan for fast, reliable connections. </p><p></p><p><br>🌎 Servers in 24 US cities</p><p>🫣 Camouflage Mode (hides VPN traffic)</p><p>💻Unlimited simultaneous connections<br><br>All Surfshark subscriptions come with Alternative ID, too, which generates an entirely new online persona you can use in lieu of your real details.<a class="view-deal button" href="http://get.surfshark.net/aff_c?offer_id=61&aff_id=1691" target="_blank" rel="nofollow" data-dimension112="4d92bc5e-9e7c-49be-a938-062a5bf58455" data-action="Deal Block" data-label="Surfshark Starter: $1.99 per month" data-dimension48="Surfshark Starter: $1.99 per month" data-dimension25="">View Deal</a></p></div><div class="product"><a data-dimension112="e220bd30-ddc1-4425-b64f-54075e698f84" data-action="Deal Block" data-label="Proton VPN: Now only $2.49 per month" data-dimension48="Proton VPN: Now only $2.49 per month" data-dimension25="$" href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1080px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="z2HZEoVumkC2wAcoak6meP" name="Proton VPN deal block.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/z2HZEoVumkC2wAcoak6meP.jpg" mos="" align="middle" fullscreen="" width="1080" height="1080" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow" data-dimension112="e220bd30-ddc1-4425-b64f-54075e698f84" data-action="Deal Block" data-label="Proton VPN: Now only $2.49 per month" data-dimension48="Proton VPN: Now only $2.49 per month" data-dimension25="$"><strong>Proton VPN: Now only $2.49 per month</strong> (was $3.59) </a></p><p>Proton VPN's Black Friday deal has reduced its 2-year plan to just $2.49 a month, a 75% saving. Better yet, Proton VPN has a ton of servers around Wisconsin, with a particularly high concentration in New York, Chicago, and Philadelphia.</p><p></p><p><strong></strong></p><p>🌎 Servers in 17 US cities</p><p>🫣 Stealth protocol (hides VPN traffic)</p><p>💻10 simultaneous connections<br><br>Proton VPN is also a privacy-first provider that operates under strong Swiss data-protection laws, so you won't have to worry about mandatory retention.<a class="view-deal button" href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow" data-dimension112="e220bd30-ddc1-4425-b64f-54075e698f84" data-action="Deal Block" data-label="Proton VPN: Now only $2.49 per month" data-dimension48="Proton VPN: Now only $2.49 per month" data-dimension25="$">View Deal</a></p></div><h2 id="can-i-trust-a-vpn-with-my-data">Can I trust a VPN with my data?</h2><p>If you’re wary of third-party data handlers, you might wonder what makes VPNs different. Can they be trusted with identifiable information?</p><p>As is often the case, it depends on the VPN. We only recommend secure VPNs and typically suggest sticking to paid providers. </p><p>Legitimate VPNs don’t keep logs of what you do online or store any data that could be traced back to you or used to build a profile of your activity.</p><p>The same can’t be said for unsafe VPNs. Often, they:</p><ul><li>Provide weak encryption, leaving data vulnerable to interception</li><li>Don't invest in new, privacy-boosting tools</li><li>Don't undergo third-party audits</li><li>Flood apps with ads</li><li>Potentially log, store, and sell user data to turn a profit</li></ul><p>This is especially true of free VPNs (though there are a few <a href="https://www.techradar.com/vpn/best-free-vpn" target="_blank">secure exceptions</a>). Running and managing a VPN service is costly, after all, and if users aren’t paying with a subscription, they’re often paying with their privacy (and data).</p><p>A recent report from Zimperium zLabs claimed that a huge portion of <a href="https://www.techradar.com/pro/hundreds-of-free-vpn-apps-are-not-fit-for-purpose-but-sadly-we-cant-tell-you-which-ones-are-the-naughty-bunch">free Android and iOS VPNs are categorically untrustworthy</a>. They were found to use outdated code and request an excessive amount of permissions. </p><p>Plus, back in April, the Tech Transparency Project (TTP) investigated the top 100 free VPN apps on the US App Store, revealing that <a href="https://www.techradar.com/vpn/vpn-privacy-security/millions-of-free-vpn-users-have-inadvertently-sent-their-data-to-china">millions of users had sent their data to China</a> without realizing it.</p><h2 id="should-i-avoid-free-vpns">Should I avoid free VPNs?</h2><p>Still, despite their risky nature, free VPNs are always going to be a tempting option. A TechRadar survey conducted in May even confirmed that <a href="https://www.techradar.com/vpn/vpn-privacy-security/a-deal-with-the-devil-free-vpns-still-widespread-across-the-uk">almost 1 in 4 readers still used free VPNs</a>.</p><p>If you want to be certain that you’ve picked a VPN (free or paid) that you can trust with your data, here’s what it needs to have:</p><ul><li>Regular audits of its no-logs policy</li><li>A privacy policy that’s easy to read and that clearly states what data is collected, why, and how it’s stored</li><li>Modern VPN protocols, like OpenVPN and WireGuard</li><li>Well-implemented encryption, usually AES-256</li><li>Core security tools, like a kill switch, obfuscation, and even multi-hop</li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Stay secure with these VPN and password manager Black Friday bundles  ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/vpn-services/stay-secure-with-these-vpn-and-password-manager-black-friday-bundles</link>
                                                                            <description>
                            <![CDATA[ Protect your browsing history and passwords at the same time, now for less ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">XVz2ofwKc9T2tLLWeZFuaU</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/37uyEphcLreEFNUVCQzurn-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 05 Nov 2025 14:04:42 +0000</pubDate>                                                                                                                                <updated>Fri, 07 Nov 2025 09:28:47 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                <author><![CDATA[ samuel.woodhams@futurenet.com (Samuel Woodhams) ]]></author>                    <dc:creator><![CDATA[ Samuel Woodhams ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/Pw5PPUZPSfuQ8izJ32pNkj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sam is VPN Managing Editor at TechRadar. He has worked in the VPN industry since 2018 and has previously written for CNN, &lt;a href=&quot;https://www.aljazeera.com/opinions/2019/10/16/internet-restrictions-would-only-exacerbate-hong-kongs-problems&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Al Jazeera,&lt;/a&gt; &lt;a href=&quot;https://www.wired.com/story/home-office-immigration-data/&quot;&gt;WIRED&lt;/a&gt;, and Deuteshe Welle as a freelance journalist.&lt;/p&gt;&lt;p&gt;Before joining TechRadar,  Sam carried out research on global digital rights issues at Top10VPN. His research has been cited by the United Nations, &lt;a href=&quot;https://www.uscc.gov/sites/default/files/2020-06/May_8_2020_Hearing_Transcript.pdf&quot;&gt;US Congress&lt;/a&gt; and UK Parliament and featured in publications including &lt;a href=&quot;https://www.theguardian.com/world/2020/jun/18/coronavirus-mass-surveillance-could-be-here-to-stay-tracking&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;The Guardian&lt;/a&gt;, &lt;a href=&quot;https://www.reuters.com/article/world/exclusive-half-london-councils-found-using-chinese-surveillance-tech-linked-to-idUSKBN2AI0QG/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Reuters&lt;/a&gt; and &lt;a href=&quot;https://www.bbc.co.uk/sounds/play/w3ct1lrv&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;BBC&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;He has been a frequent guest across podcasts, TV and radio and has previously written for leading think tanks and peer-reviewed journals on global digital rights topics. &lt;/p&gt;&lt;p&gt;Outside of the office, you&#039;ll find Sam training for an open water swim or run that he (mostly) regrets ever signing up to. &lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/37uyEphcLreEFNUVCQzurn-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[World Password Day 2025]]></media:description>                                                            <media:text><![CDATA[World Password Day 2025]]></media:text>
                                <media:title type="plain"><![CDATA[World Password Day 2025]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/37uyEphcLreEFNUVCQzurn-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Tired of constantly forgetting your passwords? Sick of feeling guilty because you've been reusing the same weak password for a bunch of different websites?  Then maybe it's time to start using a password manager. </p><p>Since I started using one a couple of years ago all my accounts have become a lot more secure and, just as importantly, easier to access.</p><p>Obviously, it's really important that you trust the company you're going to use to store all your passwords and so it's worth using a company that knows a thing or two about digital privacy and cybersecurity. </p><p>Thankfully, these VPN apps have a great track record with both and also offer password managers, so you can protect your browsing data and passwords all with one subscription. Even better, they're now offering some great prices as part of their Black Friday discounts. </p><p>Just remember to follow best practice by using two-factor authentication and a strong master password for the vault! </p><p></p><div class="product"><a data-dimension112="6ac13627-afb2-4160-bd7d-1d69f53fd50c" data-action="Deal Block" data-label="NordVPN Plus" data-dimension48="NordVPN Plus" data-dimension25="$" href="http://go.nordvpn.net/aff_c?offer_id=564&aff_id=3013&url_id=10992" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:400px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="nhKeJekikqzcnn9LGhFFFo" name="NordVPN Logo.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/nhKeJekikqzcnn9LGhFFFo.jpg" mos="" align="middle" fullscreen="" width="400" height="400" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="http://go.nordvpn.net/aff_c?offer_id=564&aff_id=3013&url_id=10992" data-dimension112="6ac13627-afb2-4160-bd7d-1d69f53fd50c" data-action="Deal Block" data-label="NordVPN Plus" data-dimension48="NordVPN Plus" data-dimension25="$"><strong>NordVPN Plus</strong>: <del>$3.99</del> <strong>$3.30 a month + 3 months extra </strong></a></p><p>Get our top-rated VPN app with secure password manager at a big discount this Black Friday. The Plus subscription is less than $1 more a month than the basic version and offers full password protection. Other features include: </p><p></p><p></p><p>🎖 The best VPN money can buy </p><p>📅 30-day money-back guarantee </p><p>🔐NordPass password manager</p><p></p><p>In our independent testing, we found that <a href="https://www.techradar.com/reviews/nordpass" target="_blank" rel="nofollow">NordPass</a> had great security, was compatible with most platforms and super accessible. <a class="view-deal button" href="http://go.nordvpn.net/aff_c?offer_id=564&aff_id=3013&url_id=10992" target="_blank" rel="nofollow" data-dimension112="6ac13627-afb2-4160-bd7d-1d69f53fd50c" data-action="Deal Block" data-label="NordVPN Plus" data-dimension48="NordVPN Plus" data-dimension25="$">View Deal</a></p></div><div class="product"><a data-dimension112="e220bd30-ddc1-4425-b64f-54075e698f84" data-action="Deal Block" data-label="Proton VPN: $3.59 $2.49 a month Proton VPN offers Swiss-grade privacy reassurances, a bunch of top-notch security features, high speeds, and servers all across the globe. Now at 75% off, you can get:&#127757; Servers in 126 countries&#127464;&#127469;Swiss-grade privacy reassurances&#129470; Advanced security featuresThe company's password manager, Proton Pass, was celebrated for its great security and privacy credentials in our latest round of testing, with reviewers also noting the accessible design of its app. Proton VPN:" data-dimension48="Proton VPN: $3.59 $2.49 a month Proton VPN offers Swiss-grade privacy reassurances, a bunch of top-notch security features, high speeds, and servers all across the globe. Now at 75% off, you can get:&#127757; Servers in 126 countries&#127464;&#127469;Swiss-grade privacy reassurances&#129470; Advanced security featuresThe company's password manager, Proton Pass, was celebrated for its great security and privacy credentials in our latest round of testing, with reviewers also noting the accessible design of its app. Proton VPN:" data-dimension25="$" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1080px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="z2HZEoVumkC2wAcoak6meP" name="Proton VPN deal block.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/z2HZEoVumkC2wAcoak6meP.jpg" mos="" align="middle" fullscreen="" width="1080" height="1080" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong></strong><a href="https://go.getproton.me/aff_ad?campaign_id=1606&aff_id=1046&source=techradar" target="_blank" rel="nofollow" data-dimension112="e220bd30-ddc1-4425-b64f-54075e698f84" data-action="Deal Block" data-label="Proton VPN: $3.59 $2.49 a month Proton VPN offers Swiss-grade privacy reassurances, a bunch of top-notch security features, high speeds, and servers all across the globe. Now at 75% off, you can get:&#127757; Servers in 126 countries&#127464;&#127469;Swiss-grade privacy reassurances&#129470; Advanced security featuresThe company's password manager, Proton Pass, was celebrated for its great security and privacy credentials in our latest round of testing, with reviewers also noting the accessible design of its app. Proton VPN:" data-dimension48="Proton VPN: $3.59 $2.49 a month Proton VPN offers Swiss-grade privacy reassurances, a bunch of top-notch security features, high speeds, and servers all across the globe. Now at 75% off, you can get:&#127757; Servers in 126 countries&#127464;&#127469;Swiss-grade privacy reassurances&#129470; Advanced security featuresThe company's password manager, Proton Pass, was celebrated for its great security and privacy credentials in our latest round of testing, with reviewers also noting the accessible design of its app. Proton VPN:" data-dimension25="$"><strong>Proton VPN: </strong><del>$3.59</del><strong> $2.49 a month </strong></a></p><p>Proton VPN offers Swiss-grade privacy reassurances, a bunch of top-notch security features, high speeds, and servers all across the globe. Now at 75% off, you can get:</p><p></p><p><strong></strong></p><p><strong>🌍</strong> Servers in 126 countries<br>🇨🇭Swiss-grade privacy reassurances<br>🦾 Advanced security features<br><br>The company's password manager, Proton Pass, was celebrated for its great security and privacy credentials in our latest round of testing, with reviewers also noting the accessible design of its app. <a class="view-deal button" href="" target="_blank" rel="nofollow" data-dimension112="e220bd30-ddc1-4425-b64f-54075e698f84" data-action="Deal Block" data-label="Proton VPN: $3.59 $2.49 a month Proton VPN offers Swiss-grade privacy reassurances, a bunch of top-notch security features, high speeds, and servers all across the globe. Now at 75% off, you can get:&#127757; Servers in 126 countries&#127464;&#127469;Swiss-grade privacy reassurances&#129470; Advanced security featuresThe company's password manager, Proton Pass, was celebrated for its great security and privacy credentials in our latest round of testing, with reviewers also noting the accessible design of its app. Proton VPN:" data-dimension48="Proton VPN: $3.59 $2.49 a month Proton VPN offers Swiss-grade privacy reassurances, a bunch of top-notch security features, high speeds, and servers all across the globe. Now at 75% off, you can get:&#127757; Servers in 126 countries&#127464;&#127469;Swiss-grade privacy reassurances&#129470; Advanced security featuresThe company's password manager, Proton Pass, was celebrated for its great security and privacy credentials in our latest round of testing, with reviewers also noting the accessible design of its app. Proton VPN:" data-dimension25="$">View Deal</a></p></div><div class="product"><a data-dimension112="27c0742c-ce7a-49cb-b7a3-28f72d3702d5" data-action="Deal Block" data-label="FastestVPN: lifetime VPN access $30 + 2 years premium password managementFastestVPN has a new lifetime deal for Black Friday 2025 and with our exclusive offer, you can save $5. Not only do you get lifetime access to the VPN, you also get 2 years access to its password manager. &#128116; Lifetime access with 15 device logins&#128272; 2 years of FastestPass password manager access&#9889;&#65039; 10 Gbps servers across over 100 locationsClaim your exclusive discount by&nbsp;using code FUTUREBF2025&nbsp;at checkout. This saves you 67% on your plan. If you're not convinced, you can also make use of the company's 31-day money-back guarantee, allowing you to try it risk-free. FastestVPN: lifetime VPN access $30" data-dimension48="FastestVPN: lifetime VPN access $30 + 2 years premium password managementFastestVPN has a new lifetime deal for Black Friday 2025 and with our exclusive offer, you can save $5. Not only do you get lifetime access to the VPN, you also get 2 years access to its password manager. &#128116; Lifetime access with 15 device logins&#128272; 2 years of FastestPass password manager access&#9889;&#65039; 10 Gbps servers across over 100 locationsClaim your exclusive discount by&nbsp;using code FUTUREBF2025&nbsp;at checkout. This saves you 67% on your plan. If you're not convinced, you can also make use of the company's 31-day money-back guarantee, allowing you to try it risk-free. FastestVPN: lifetime VPN access $30" data-dimension25="$" href="https://www.awin1.com/cread.php?awinmid=90211&awinaffid=103504&ued=https%3A%2F%2Ffastestvpn.com%2Fvpn-deals" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:380px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="yrYcauUdhxiNfcB6nueF55" name="fastestvpn.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/yrYcauUdhxiNfcB6nueF55.jpg" mos="" align="middle" fullscreen="" width="380" height="380" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong></strong><a href="https://www.awin1.com/awclick.php?awinmid=90211&awinaffid=103504&clickref=trd-gb-7219476752928610399&p=https%3A%2F%2Ffastestvpn.com%2Fvpn-deals" target="_blank" rel="nofollow" data-dimension112="27c0742c-ce7a-49cb-b7a3-28f72d3702d5" data-action="Deal Block" data-label="FastestVPN: lifetime VPN access $30 + 2 years premium password managementFastestVPN has a new lifetime deal for Black Friday 2025 and with our exclusive offer, you can save $5. Not only do you get lifetime access to the VPN, you also get 2 years access to its password manager. &#128116; Lifetime access with 15 device logins&#128272; 2 years of FastestPass password manager access&#9889;&#65039; 10 Gbps servers across over 100 locationsClaim your exclusive discount by&nbsp;using code FUTUREBF2025&nbsp;at checkout. This saves you 67% on your plan. If you're not convinced, you can also make use of the company's 31-day money-back guarantee, allowing you to try it risk-free. FastestVPN: lifetime VPN access $30" data-dimension48="FastestVPN: lifetime VPN access $30 + 2 years premium password managementFastestVPN has a new lifetime deal for Black Friday 2025 and with our exclusive offer, you can save $5. Not only do you get lifetime access to the VPN, you also get 2 years access to its password manager. &#128116; Lifetime access with 15 device logins&#128272; 2 years of FastestPass password manager access&#9889;&#65039; 10 Gbps servers across over 100 locationsClaim your exclusive discount by&nbsp;using code FUTUREBF2025&nbsp;at checkout. This saves you 67% on your plan. If you're not convinced, you can also make use of the company's 31-day money-back guarantee, allowing you to try it risk-free. FastestVPN: lifetime VPN access $30" data-dimension25="$"><strong>FastestVPN: lifetime VPN access $30 </strong>+ 2 years premium password management</a></p><p>FastestVPN has a new lifetime deal for Black Friday 2025 and with <strong>our</strong> <strong>exclusive offer, you can save $5</strong>. </p><p>Not only do you get lifetime access to the VPN, you also get 2 years access to its password manager. <br><br><strong>👴 </strong>Lifetime access with 15 device logins<br><strong>🔐 </strong>2 years of FastestPass password manager access<br>⚡️ 10 Gbps servers across over 100 locations<br><br>Claim your exclusive discount by <strong>using code FUTUREBF2025 </strong>at checkout. This saves you 67% on your plan. If you're not convinced, you can also make use of the company's 31-day money-back guarantee, allowing you to try it risk-free.<a class="view-deal button" href="https://www.awin1.com/cread.php?awinmid=90211&awinaffid=103504&ued=https%3A%2F%2Ffastestvpn.com%2Fvpn-deals" target="_blank" rel="nofollow" data-dimension112="27c0742c-ce7a-49cb-b7a3-28f72d3702d5" data-action="Deal Block" data-label="FastestVPN: lifetime VPN access $30 + 2 years premium password managementFastestVPN has a new lifetime deal for Black Friday 2025 and with our exclusive offer, you can save $5. Not only do you get lifetime access to the VPN, you also get 2 years access to its password manager. &#128116; Lifetime access with 15 device logins&#128272; 2 years of FastestPass password manager access&#9889;&#65039; 10 Gbps servers across over 100 locationsClaim your exclusive discount by&nbsp;using code FUTUREBF2025&nbsp;at checkout. This saves you 67% on your plan. If you're not convinced, you can also make use of the company's 31-day money-back guarantee, allowing you to try it risk-free. FastestVPN: lifetime VPN access $30" data-dimension48="FastestVPN: lifetime VPN access $30 + 2 years premium password managementFastestVPN has a new lifetime deal for Black Friday 2025 and with our exclusive offer, you can save $5. Not only do you get lifetime access to the VPN, you also get 2 years access to its password manager. &#128116; Lifetime access with 15 device logins&#128272; 2 years of FastestPass password manager access&#9889;&#65039; 10 Gbps servers across over 100 locationsClaim your exclusive discount by&nbsp;using code FUTUREBF2025&nbsp;at checkout. This saves you 67% on your plan. If you're not convinced, you can also make use of the company's 31-day money-back guarantee, allowing you to try it risk-free. FastestVPN: lifetime VPN access $30" data-dimension25="$">View Deal</a></p></div><h2 id="why-combine-a-password-manager-with-a-vpn">Why combine a password manager with a VPN?</h2><p>VPNs can help improve your digital security in certain situations but they can't do everything. Weak, reused passwords still pose a massive threat, regardless of any other tools you might be using. </p><p>A major reason people use weak passwords is because there's just too many to remember. A password manager solves all of those issues by generating unique, secure passwords that you don't need to be remember. </p><p>By combining your VPN and password manager you'll be simplifying things for yourself and improving your digital security with one subscription. </p><p>However, putting all of your passwords in one digital location does require a lot of trust and it's genuinely worth repeating: chose a strong master password and make sure you use two-factor authentication for your password vault! You really don't want to lose access because you forgot your password, or make all your accounts vulnerable because of one weak password. </p><p>Not only have we conducted in-depth reviews of <a href="https://www.techradar.com/reviews/nordvpn">NordVPN</a>, <a href="https://www.techradar.com/reviews/proton-vpn-free\">Proton VPN</a> and <a href="https://www.techradar.com/reviews/fastestvpn">FastestVPN</a>, we've also carried out in-depth research into <a href="https://www.techradar.com/reviews/nordpass">NordPass</a> and <a href="https://www.techradar.com/pro/security/proton-pass-review-pros-and-cons-features-ratings-pricing-and-more">Proton Pass, </a>so you can decide what the best combination of password manager and VPN might be for you. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The resilient retailer’s guide to proactive cyber defense ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/the-resilient-retailers-guide-to-proactive-cyber-defense</link>
                                                                            <description>
                            <![CDATA[ Retail cyberattacks increase due to human errors and SIM swaps, emphasizing the need for robust cybersecurity strategies. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">rS4N5h2KHJpfRbZ5jWi4pc</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Dtd9CSn6K6jfEdpnzch4zj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 02 Sep 2025 06:39:31 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:07:15 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Pierre Noel ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Dtd9CSn6K6jfEdpnzch4zj-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Security padlock and circuit board to protect data]]></media:description>                                                            <media:text><![CDATA[Security padlock and circuit board to protect data]]></media:text>
                                <media:title type="plain"><![CDATA[Security padlock and circuit board to protect data]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Dtd9CSn6K6jfEdpnzch4zj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Recently, a spate of high-profile, malicious cyberattacks on the retail sector has thrust the risks of a breach into the spotlight once more.</p><p>In April, Co-op disabled its IT systems to prevent attackers from installing <a href="https://www.techradar.com/best/best-malware-removal">malware</a>. Since then, the company has faced problems with ordering and stock management, although spokespeople say they avoided the worst outcomes of the breach. </p><p>Attackers hit fellow retailer M&S even harder. M&S stopped accepting online orders, leaving shelves bare, following a successful cyberattack. The company is still navigating the aftermath of the breach, estimating business operations won’t return to normal for months.</p><p>The common thread between these high-profile retail breaches? Attackers used employee data to execute SIM swaps and gain system entry—a tactic that’s growing in popularity at an alarming rate. </p><p>SIM swapping involves attackers using stolen personal information to impersonate individuals and contacting their mobile carriers, fraudulently claiming to need a new SIM card due to loss or damage. </p><p>If they’re successful, the mobile carrier then transfers the victim’s mobile number to the new SIM card and delivers it to the attacker, allowing the attacker to bypass two-factor authentication and gain access to the victim’s accounts. </p><p>The National Fraud Database reports a 1,055% increase in SIM swapping attacks in 2024. Unsurprisingly, SIM swapping falls under the “identity-based” attack umbrella, which is consistently the largest threat organizations face year-over-year, accounting for 66.2% of all security incidents among Expel customers in Q1 2025 alone.</p><p>With M&S confirming that human error caused the fallout, it's clear attackers continue to exploit human—and credential-based vulnerabilities—leaving organizations at risk for potentially catastrophic financial and reputational loss.</p><h2 id="the-rise-of-vulnerabilities-in-internet-facing-network-appliances">The rise of vulnerabilities in internet-facing network appliances </h2><p>Out of the threats Expel observed in Q1 this year, 20.9% were non-targeted malware attacks—many of which were delivered through misconfigured or exposed appliances, such as firewalls and <a href="https://www.techradar.com/vpn/best-vpn-for-business">VPNs</a>. </p><p>Exploited appliances are likely used as broad entry points, not just in targeted attacks, but also through mass scanning and opportunistic exploitation of common misconfigurations or vulnerabilities. These appliances normally create a protective barrier for systems, but can provide a springboard for attackers when compromised.</p><p>Elsewhere, ClickFix techniques—where attackers manipulate users into executing malicious code via fake update-prompting pop-ups—contributed to 51% of all malware incidents and 78% of all infostealer malware incidents that we observed in Q1 this year. This includes the likes of CAPTCHA and QR codes, which trick users into infecting their own <a href="https://www.techradar.com/news/best-business-desktop-pcs">computers</a>. </p><p>The increased use of these techniques reveals how relatively easy vulnerable <a href="https://www.techradar.com/news/best-endpoint-security-software">endpoints</a> can be turned against an organization. Even seemingly small user interactions, or passing appliance misuses, can result in code execution, turning protective systems like VPNs and firewalls into liabilities. </p><h2 id="enhancing-security-hygiene-and-reducing-risks">Enhancing security hygiene and reducing risks</h2><p>Robust <a href="https://www.techradar.com/news/best-internet-security-suites">security</a> hygiene is vital for protecting critical systems, as it only takes one lapse to create critical access points for threat actors. </p><p>Regularly updating systems and emphasizing security hygiene among employees can reduce exposure to threats. For example, organizations should enforce the use of <a href="https://www.techradar.com/best/business-password-management-software">the best password managers</a> for all employees, including contractors or freelancers. Exercising security best practices helps ensure that the org isn’t an easy target for attackers, and could even encourage them to move on to different targets. </p><p>Businesses can also consider using managed detection and response (MDR) services to ensure that threats can be identified, prioritized and resolved efficiently, whilst any suspicious activity can be spotted, flagged and dealt with. It’s now more a matter of when, not if, attackers get in, and having the ability to identify and neutralize threats quickly is critical for minimizing business disruption. </p><p>This is so true that when I was at Microsoft, we had a mantra in everything we did in cyber. “Assume breach. Design your environment with the assumption that attackers will succeed.” This changes the perspective of cybersecurity completely. </p><p>To stay ahead of threats, it’s imperative that security and <a href="https://www.techradar.com/best/it-management-tools">IT management</a> sets aside time to run tabletop simulations of real-world cyber incidents, bringing key stakeholders across the business—think CFOs, communications managers, CEOs— come together to practice incident response in a collaborative way. </p><p>This focuses on decision-making and processes, and tests an organization's response plan by identifying gaps, reinforcing team roles and enhancing communication. These exercises help an organization build and develop its own incident response muscle, helping tame the intense stress that can be seen during an actual cyber incident.</p><h2 id="why-businesses-need-a-cybersecurity-playbook">Why businesses need a cybersecurity playbook</h2><p>Regardless of the layered protection organizations put in place, the ever-increasing threat of credential-based attacks means that a cyberattack can—and most likely will—still occur. </p><p>Therefore having concrete and stress-tested plans for incident response in place is pivotal. This means having visibility into the affected systems, and the ability to both contain and mitigate successful attacks.</p><p>These recent incidents are a reminder of the potentially devastating, long-term business impacts that result from successful attacks.</p><p>M&S, for example, estimated that its loss of profits from this security incident would total approximately £300 million once it fully restores its services. </p><p>Co-op reacted quickly, taking its IT systems offline when its security team detected attackers in their system. As a result, Co-op is reportedly recovering faster than M&S, proving that a proactive, coordinated, and predetermined security plan can save companies millions. </p><p>These recent examples of UK retailers emphasize the pressing need for organizations to be prepared for abnormal access behaviors and credential misuse. </p><h2 id="act-now-save-later">Act now, save later</h2><p>The data shows that attackers are targeting identity tools, exploiting misconfigured systems, and using automation to scale their attacks. In a new age of cyber threats, reactive security is no longer viable. </p><p>Businesses must ensure that their networks are protected, maintained, and consistently patched to quell the rise of cyberattacks before they get worse. It’s time businesses treat network security as a strategic and operational priority, not simply an exercise in compliance.</p><p><a href="https://www.techradar.com/best/best-online-cyber-security-courses" target="_blank">We list the best online cybersecurity courses</a>.</p><p><em>This article was produced as part of TechRadarPro's Expert Insights channel where we feature the best and brightest minds in the technology industry today. The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: </em><a href="https://www.techradar.com/news/submit-your-story-to-techradar-pro" target="_blank"><em>https://www.techradar.com/news/submit-your-story-to-techradar-pro</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ World Password Day top deals: Top offers from trusted password managers ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/world-password-day-top-deals-early-offers-from-trusted-password-managers</link>
                                                                            <description>
                            <![CDATA[ These top deals from some of the biggest password managers will help you protect your digital footprint. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">sRmdpXYkpvYTCrLqeULUTb</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/sPLp9mN6tWxLYmUocvrFA7-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 30 Apr 2025 08:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 01 May 2025 13:37:05 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ udita.choudhary@futurenet.com (Udita Choudhary) ]]></author>                    <dc:creator><![CDATA[ Udita Choudhary ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/x6PGcpx4fYthFXeASeQbHU.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;&lt;br&gt;&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/sPLp9mN6tWxLYmUocvrFA7-1280-80.png">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[World Password Day 2025]]></media:description>                                                            <media:text><![CDATA[World Password Day 2025]]></media:text>
                                <media:title type="plain"><![CDATA[World Password Day 2025]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/sPLp9mN6tWxLYmUocvrFA7-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>We need to stay vigilant year-round when it comes to protecting our passwords. Today is World Password Day, which is a reminder of the importance of strong, secure credentials.</p><p>And in honor of this day, we have been tracking top deals from some of the best password managers in the business. If you are in the market to secure your digital footprint—whether for yourself, your employees, or your family—then these deals will help you do just that.</p><p>A good <a href="https://www.techradar.com/best/password-manager" target="_blank">password manager</a> does more than just store passwords— features like a <a href="https://www.techradar.com/best/password-generator" target="_blank">password generator</a> are just as important. Businesses benefit greatly from using password managers, too—these tools help manage employee access and identity across multiple platforms.</p><p><a href="https://www.techradar.com/pro/security/best-password-manager-for-families-of-2025" target="_blank">Password managers for families</a> should allow members to easily access shared passwords and collaborate safely without compromising individual privacy.</p><p>We've done the heavy lifting and rounded up the best password manager deals available right now. </p><p>If you're interested in finding more about World Password Day, why it's celebrated, and insider tips from experts, our <a href="https://www.techradar.com/pro/live/world-password-day-2025-all-the-news-updates-and-advice-from-our-experts" target="_blank">World Password Day live blog</a> is tracking all the latest news and updates in the industry.</p><h2 class="article-body__section" id="section-top-password-manager-deals"><span>Top Password Manager deals</span></h2><div class="product"><a data-dimension112="8708c41c-d7ce-4c09-881d-6591857289e9" data-action="Deal Block" data-label="Save up to 50% on all three Keeper Plans" data-dimension48="Save up to 50% on all three Keeper Plans" data-dimension25="$" href="https://www.keepersecurity.com/affiliate/personal-and-business/" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:489px;"><p class="vanilla-image-block" style="padding-top:56.44%;"><img id="PazRnrpbAhU3YpimpV3sk9" name="Keeper.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/PazRnrpbAhU3YpimpV3sk9.jpg" mos="" align="middle" fullscreen="" width="489" height="276" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.keepersecurity.com/affiliate/personal-and-business/" data-dimension112="8708c41c-d7ce-4c09-881d-6591857289e9" data-action="Deal Block" data-label="Save up to 50% on all three Keeper Plans" data-dimension48="Save up to 50% on all three Keeper Plans" data-dimension25="$"><strong>Save up to 50% on all three Keeper Plans</strong></a></p><p>Keeper is offering 50% off on its Personal and Family plan and 30% off on its Business plan. The Personal plan has everything a password manager should have, including support for unlimited devices. The Family plan can be shared between 5 users and comes with 10GB of cloud storage. Businesses can benefit from the Business Starter plan and access user activity reporting, plus, as a bonus, each member gets a free family plan.</p><p><em>Buy if:</em></p><p>✅<em> </em>Unlimited devices</p><p>✅ Enhanced security features</p><p><em>Don't buy if:</em></p><p>❌ No free version available</p><p>❌ Hidden costs for add-ons</p><p>Read our full <a href="https://www.techradar.com/reviews/keeper-password-manager" target="_blank"><strong>Keeper review.</strong></a><a class="view-deal button" href="https://www.keepersecurity.com/affiliate/personal-and-business/" target="_blank" rel="nofollow" data-dimension112="8708c41c-d7ce-4c09-881d-6591857289e9" data-action="Deal Block" data-label="Save up to 50% on all three Keeper Plans" data-dimension48="Save up to 50% on all three Keeper Plans" data-dimension25="$">View Deal</a></p></div><div class="product"><a data-dimension112="7ea5ff81-a3b6-443a-ba6b-23063c9ade72" data-action="Deal Block" data-label="Get 60% off RoboForm Premium Plan" data-dimension48="Get 60% off RoboForm Premium Plan" href="https://www.kqzyfj.com/click-6361382-13820020?sid=trdpro-gb-3630665983516969898" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:465px;"><p class="vanilla-image-block" style="padding-top:54.19%;"><img id="h2LGxRYZ5SB4qLCkENb3o6" name="RoboForm logo.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/h2LGxRYZ5SB4qLCkENb3o6.png" mos="" align="middle" fullscreen="" width="465" height="252" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.kqzyfj.com/click-6361382-13820020?sid=trdpro-us-2485105508056824213" rel="nofollow" data-dimension112="7ea5ff81-a3b6-443a-ba6b-23063c9ade72" data-action="Deal Block" data-label="Get 60% off RoboForm Premium Plan" data-dimension48="Get 60% off RoboForm Premium Plan" data-dimension25=""><strong>Get 60% off RoboForm Premium Plan</strong></a></p><p>RoboForm Premium offers unlimited password storage, one-click login and autofill, password sharing, two-factor authentication (2FA), cloud backup, and emergency access for trusted contacts.</p><p><em>Buy if:</em></p><p>✅<em> </em>24/7 customer support</p><p>✅ Offline access</p><p><em>Don't buy if:</em></p><p>❌ No free device syncing available</p><p>Read our full <a href="https://www.techradar.com/reviews/roboform" target="_blank"><strong>RoboForm review</strong></a><strong>.</strong><a class="view-deal button" href="https://www.kqzyfj.com/click-6361382-13820020?sid=trdpro-gb-3630665983516969898" target="_blank" rel="nofollow" data-dimension112="7ea5ff81-a3b6-443a-ba6b-23063c9ade72" data-action="Deal Block" data-label="Get 60% off RoboForm Premium Plan" data-dimension48="Get 60% off RoboForm Premium Plan" data-dimension25="">View Deal</a></p></div><div class="product"><a data-dimension112="5cfe641d-634c-4afe-9021-3d1599f091da" data-action="Deal Block" data-label="Save up to 20% on NordPass Business" data-dimension48="Save up to 20% on NordPass Business" href="https://nordpass.com/business/special/?offer_id=890&aff_id=39632&aff_transaction_id=102fa9107f800bb32cda68f9815d42&source=&aff_sub=hawk-custom-tracking&url={url}" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:400px;"><p class="vanilla-image-block" style="padding-top:85.50%;"><img id="QSPpX52qVevGT8QWi4NgzM" name="NordPass Logo.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/QSPpX52qVevGT8QWi4NgzM.png" mos="" align="middle" fullscreen="" width="400" height="342" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://nordpass.com/business/special/?offer_id=890&aff_id=39632&aff_transaction_id=102fa9107f800bb32cda68f9815d42&source=&aff_sub=hawk-custom-tracking&url=%7Burl%7D" rel="nofollow" data-dimension112="5cfe641d-634c-4afe-9021-3d1599f091da" data-action="Deal Block" data-label="Save up to 20% on NordPass Business" data-dimension48="Save up to 20% on NordPass Business" data-dimension25=""><strong>Save up to 20% on NordPass Business</strong></a></p><p>Use the code <strong>PASSDAY20</strong> to get 20% off NordPass Business for World Password Day. With the promo code, expect to pay $3.59 per user per month for a 2-year subscription.</p><p><em>Buy if:</em></p><p>✅<em> </em>Biometric authorization</p><p>✅OCR scanning</p><p>✅End-to-end XChaCha20 encryption</p><p><em>Don't buy if:</em></p><p>❌ Lack of administrator control</p><p>Read our full <a href="https://www.techradar.com/reviews/nordpass" target="_blank"><strong>NordPass review.</strong></a><a class="view-deal button" href="https://nordpass.com/business/special/?offer_id=890&aff_id=39632&aff_transaction_id=102fa9107f800bb32cda68f9815d42&source=&aff_sub=hawk-custom-tracking&url={url}" target="_blank" rel="nofollow" data-dimension112="5cfe641d-634c-4afe-9021-3d1599f091da" data-action="Deal Block" data-label="Save up to 20% on NordPass Business" data-dimension48="Save up to 20% on NordPass Business" data-dimension25="">View Deal</a></p></div><div class="product"><a data-dimension112="3e61fbc4-e88e-4112-9a32-83f6678985ae" data-action="Deal Block" data-label="Get 50% off on the Personal Premium Plan" data-dimension48="Get 50% off on the Personal Premium Plan" href="https://www.dpbolvw.net/click-6361382-17078985" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:489px;"><p class="vanilla-image-block" style="padding-top:56.44%;"><img id="hwMyA6NTawK6N8C4gmeQ7f" name="Dashlane.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/hwMyA6NTawK6N8C4gmeQ7f.jpg" mos="" align="middle" fullscreen="" width="489" height="276" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.dpbolvw.net/click-6361382-17078985" target="_blank" rel="nofollow" data-dimension112="3e61fbc4-e88e-4112-9a32-83f6678985ae" data-action="Deal Block" data-label="Get 50% off on the Personal Premium Plan" data-dimension48="Get 50% off on the Personal Premium Plan" data-dimension25=""><strong>Get 50% off on the Personal Premium Plan</strong></a></p><p>This World Password Day, you can score 50% off your Dashlane Personal Premium subscription. Just enter the code <strong>WPD25</strong> during checkout to claim the discount. The Premium plan gets you AI-powered autofill, passkeys with advanced security, passwordless login, and seamless cross-device syncing.</p><p><em>Buy if:</em></p><p>✅<em> </em>Real-time phishing alerts</p><p>✅Passkey support</p><p>✅ Premium plans include aVPN</p><p><em>Don't buy if:</em></p><p>❌ Free version only works on a single device</p><p>Read our full <a href="https://www.techradar.com/reviews/dashlane" target="_blank"><strong>Dashlane review.</strong></a><a class="view-deal button" href="https://www.dpbolvw.net/click-6361382-17078985" target="_blank" rel="nofollow" data-dimension112="3e61fbc4-e88e-4112-9a32-83f6678985ae" data-action="Deal Block" data-label="Get 50% off on the Personal Premium Plan" data-dimension48="Get 50% off on the Personal Premium Plan" data-dimension25="">View Deal</a></p></div><div class="product"><a data-dimension112="a651587a-b781-4b5e-9145-6a694b6d2688" data-action="Deal Block" data-label="Save 40% on Proton Pass Plus" data-dimension48="Save 40% on Proton Pass Plus" href="https://proton.me/pass/pricing" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:489px;"><p class="vanilla-image-block" style="padding-top:56.44%;"><img id="hY42e445oehBTykRYGHaa6" name="proton pass logo.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/hY42e445oehBTykRYGHaa6.jpg" mos="" align="middle" fullscreen="" width="489" height="276" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://proton.me/pass/pricing" rel="nofollow" data-dimension112="a651587a-b781-4b5e-9145-6a694b6d2688" data-action="Deal Block" data-label="Save 40% on Proton Pass Plus" data-dimension48="Save 40% on Proton Pass Plus" data-dimension25=""><strong>Save 40% on Proton Pass Plus</strong></a></p><p>With Proton Pass Plus, users get 10GB of storage. The plan includes unlimited hide-my-email aliases. Proton offers a free plan, though it does not include some key features the paid plan includes.</p><p><em>Buy if:</em></p><p>✅<em> </em>Integrated 2FA solution</p><p>✅Vault sharing with up to 10 people</p><p><em>Don't buy if:</em></p><p>❌ Lack of desktop apps for macOS and Linux</p><p>Read our full <a href="https://www.techradar.com/pro/security/proton-pass-review-pros-and-cons-features-ratings-pricing-and-more" target="_blank"><strong>Proton Pass review.</strong></a><a class="view-deal button" href="https://proton.me/pass/pricing" target="_blank" rel="nofollow" data-dimension112="a651587a-b781-4b5e-9145-6a694b6d2688" data-action="Deal Block" data-label="Save 40% on Proton Pass Plus" data-dimension48="Save 40% on Proton Pass Plus" data-dimension25="">View Deal</a></p></div><div class="product"><a data-dimension112="87829cce-9247-4d14-971a-cbb5baca70eb" data-action="Deal Block" data-label="LastPass is offering a 30% discount on all its plans" data-dimension48="LastPass is offering a 30% discount on all its plans" href="https://www.lastpass.com/pricing" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="gLrDhwS26vbUtQGFCpicGL" name="lastpass.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/gLrDhwS26vbUtQGFCpicGL.jpg" mos="" align="middle" fullscreen="" width="970" height="545" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.lastpass.com/pricing" target="_blank" rel="nofollow" data-dimension112="87829cce-9247-4d14-971a-cbb5baca70eb" data-action="Deal Block" data-label="LastPass is offering a 30% discount on all its plans" data-dimension48="LastPass is offering a 30% discount on all its plans" data-dimension25=""><strong>LastPass is offering a 30% discount on all its plans</strong></a></p><p>LastPass has plans for everyone- be it for personal, family, or business use. Premium and Family plans let you save unlimited passwords. The Family plan can be shared with up to 6 people. The Business plan can have an unlimited number of users and has decent security features.</p><p><em>Buy if:</em></p><p>✅<em> </em>Dark web monitoring</p><p>✅Free version available</p><p><em>Don't buy if:</em></p><p>❌ Limited features in the free version</p><p>Read our full <a href="https://www.techradar.com/reviews/lastpass" target="_blank"><strong>LastPass review.</strong></a><a class="view-deal button" href="https://www.lastpass.com/pricing" target="_blank" rel="nofollow" data-dimension112="87829cce-9247-4d14-971a-cbb5baca70eb" data-action="Deal Block" data-label="LastPass is offering a 30% discount on all its plans" data-dimension48="LastPass is offering a 30% discount on all its plans" data-dimension25="">View Deal</a></p></div>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Millions of solar power systems could be at risk of cyber attacks after researchers find flurry of vulnerabilities ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/millions-of-solar-power-systems-could-be-at-risk-of-cyber-attacks-after-researchers-find-flurry-of-vulnerabilities</link>
                                                                            <description>
                            <![CDATA[ Hackers could exploit weak security in solar inverters, manipulating energy production, stealing user data, and even disrupting entire power networks with alarming ease. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">eYKPyh93HDgKMvUpEhCGiK</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/kt3YFVi5sAKuQLXo6cgzQ6-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 30 Mar 2025 05:02:00 +0000</pubDate>                                                                                                                                <updated>Thu, 03 Apr 2025 15:45:48 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Efosa Udinmwen ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/nwRLdPUNG4rWu4Y6nthHDV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Efosa has been writing about technology for over 7 years, initially driven by curiosity but now fueled by a strong passion for the field. He holds both a Master&#039;s and a PhD in sciences, which provided him with a solid foundation in analytical thinking. Efosa developed a keen interest in technology policy, specifically exploring the intersection of privacy, security, and politics. His research delves into how technological advancements influence regulatory frameworks and societal norms, particularly concerning data protection and cybersecurity. Upon joining TechRadar Pro, in addition to privacy and technology policy, he is also focused on B2B security products. Efosa can be contacted at this email: udinmwenefosa@gmail.com&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/kt3YFVi5sAKuQLXo6cgzQ6-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / VAKS]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A woman in a high-vis vest and hard hat holding a laptop outside in a solar farm.]]></media:description>                                                            <media:text><![CDATA[A woman in a high-vis vest and hard hat holding a laptop outside in a solar farm.]]></media:text>
                                <media:title type="plain"><![CDATA[A woman in a high-vis vest and hard hat holding a laptop outside in a solar farm.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/kt3YFVi5sAKuQLXo6cgzQ6-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Insecure solar systems allow cybercriminals to steal data and ransom access</strong></li><li><strong>Millions of solar inverters remain vulnerable to severe cybersecurity threats</strong></li><li><strong>Forescout – Vedere uncover flaws allowing attackers to take full control over solar systems</strong></li></ul><p>The increasing use of solar power has exposed critical cybersecurity vulnerabilities in inverters, <a href="https://www.techradar.com/best/best-cloud-computing-services">cloud computing services</a>, and monitoring platforms, creating an insecure ecosystem where hackers can manipulate energy production, disrupt power grids, and steal sensitive data, posing serious risks to global energy infrastructure, experts have warned.</p><p>A study by <a href="https://www.forescout.com/resources/sun-down-research-report/" target="_blank">Forescout – Vedere Labs</a> identified 46 new vulnerabilities across three major solar inverter manufacturers, including Sungrow, Growatt, and SMA. Previous findings showed that 80% of reported vulnerabilities were high or critical in severity, with some reaching the highest CVSS scores.</p><p>Over the past three years, an average of 10 new vulnerabilities have been disclosed annually, with 32% carrying a CVSS score of 9.8 or 10, indicating that attackers could fully compromise affected systems.</p><div class="product"><a data-dimension112="74013e0e-ad11-48f4-9d7a-7442af4b57cb" data-action="Deal Block" data-label="Monitor your credit score with TransUnion starting at $29.95/month" data-dimension48="Monitor your credit score with TransUnion starting at $29.95/month" href="https://www.transunion.com/marketing/credit-wellness-non-brand" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:200px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="RsuHanGeHcKzJkr7tUqJKU" name="Transunion logo" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/RsuHanGeHcKzJkr7tUqJKU.gif" mos="" align="middle" fullscreen="" width="200" height="200" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.transunion.com/marketing/credit-wellness-non-brand" target="_blank" rel="nofollow" data-dimension112="74013e0e-ad11-48f4-9d7a-7442af4b57cb" data-action="Deal Block" data-label="Monitor your credit score with TransUnion starting at $29.95/month" data-dimension48="Monitor your credit score with TransUnion starting at $29.95/month" data-dimension25=""><strong>Monitor your credit score with TransUnion starting at $29.95/month</strong></a></p><p>TransUnion is a credit monitoring service that helps you stay on top of your financial health. With real-time alerts, credit score tracking, and identity theft protection, it ensures you never miss important changes. You'll benefit from a customizable online interface with clear insights into your credit profile. Businesses also benefit from TransUnion’s advanced risk assessment tools.</p><p><em>Preferred partner (</em><a href="https://www.techradar.com/news/content-funding-on-techradar"><em>What does this mean?</em></a><em>)</em><a class="view-deal button" href="https://www.transunion.com/marketing/credit-wellness-non-brand" target="_blank" rel="nofollow" data-dimension112="74013e0e-ad11-48f4-9d7a-7442af4b57cb" data-action="Deal Block" data-label="Monitor your credit score with TransUnion starting at $29.95/month" data-dimension48="Monitor your credit score with TransUnion starting at $29.95/month" data-dimension25="">View Deal</a></p></div><h2 id="millions-of-solar-power-systems-face-security-risks">Millions of solar power systems face security risks</h2><p>Many solar inverters connect directly to the internet, making them easy targets for cybercriminals. Attackers can exploit outdated firmware, weak authentication mechanisms, and unencrypted data transmissions to gain control.</p><p>Exposed APIs allow hackers to enumerate user accounts, reset credentials (ideally stored in <a href="https://www.techradar.com/best/password-manager">password managers</a>) to default values, and manipulate inverter settings, leading to power disruptions. </p><p>Additionally, insecure object references and cross-site scripting (XSS) vulnerabilities could expose user emails, physical addresses, and energy consumption data, violating privacy regulations such as GDPR.</p><p>Beyond grid instability, compromised inverters create further risks, including data theft, financial manipulation, and smart home hijacking - some vulnerabilities allow attackers to take control of electric vehicle chargers and smart plugs.</p><p>Cybercriminals could also alter inverter settings to influence energy prices or demand ransom payments to restore system functionality. As a result, the report recommends that manufacturers should prioritize patches, adopt secure coding practices, and conduct regular penetration testing.</p><p>Implementing Web Application Firewalls (WAFs) and adhering to cybersecurity frameworks like NIST IR 8259 could help mitigate risks. </p><p>Regulators are also urged to classify solar inverters as critical infrastructure and enforce security standards such as ETSI EN 303 645 to ensure compliance with best practices.</p><p>For solar system owners and operators, securing installations requires isolating solar devices on separate networks, enabling security monitoring, and following guidelines from organizations like the U.S. Department of Energy to reduce risks.</p><p>Installing the <a href="https://www.techradar.com/best/best-antivirus">best antivirus</a><strong> </strong>software adds an extra layer of defense against threats, while deploying the <a href="https://www.techradar.com/news/best-endpoint-security-software">best endpoint protection</a><strong> </strong>solutions further safeguards connected devices from cyberattacks targeting solar infrastructure.</p><h3 class="article-body__section" id="section-you-may-also-like"><span>You may also like</span></h3><ul><li>These are the <a href="https://www.techradar.com/web-hosting/best-green-web-hosting">best green web hosting providers</a></li><li>We’ve rounded up a list of the <a href="https://www.techradar.com/web-hosting/best-web-hosting-service-websites">best web hosting providers</a></li><li><a href="https://www.techradar.com/pro/adapting-the-uks-cyber-ecosystem">Adapting the UK’s cyber ecosystem</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ A worrying Apple Password App vulnerability reportedly left users exposed for months ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/a-worrying-apple-password-app-vulnerability-reportedlyleft-users-exposed-for-months</link>
                                                                            <description>
                            <![CDATA[ Apple has fixed a serious HTTP bug that left users at risk of phishing attacks. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">v9e5CUdmd5tXJmL2SxxMS8</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/GXjRrkuxz5meTBZFQDT7qK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 19 Mar 2025 17:16:08 +0000</pubDate>                                                                                                                                <updated>Thu, 20 Mar 2025 08:42:50 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ellen Jennings-Trace ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/s6BtEgSJwiUoxXLXwkKoUE.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Ellen has been writing for almost four years, with a focus on post-COVID policy whilst studying at the University of Cardiff. During her time at university, Ellen studied BA Politics and International Relations, for which she achieved second-class honours (upper division). Ellen then went on to study an MA in Political Communication, receiving a Merit. Before joining TechRadar Pro as a Junior Writer, she worked for Future Publishing’s MVC content team, working with merchants and retailers to upload content. When she’s not working, Ellen is a keen badminton player, Formula 1 fan, and gym enthusiast.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/GXjRrkuxz5meTBZFQDT7qK-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A man holds a smartphone iPhone screen showing various social media apps including YouTube, TikTok, Facebook, Threads, Instagram and X]]></media:description>                                                            <media:text><![CDATA[A man holds a smartphone iPhone screen showing various social media apps including YouTube, TikTok, Facebook, Threads, Instagram and X]]></media:text>
                                <media:title type="plain"><![CDATA[A man holds a smartphone iPhone screen showing various social media apps including YouTube, TikTok, Facebook, Threads, Instagram and X]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/GXjRrkuxz5meTBZFQDT7qK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Apple's Password App has been patched after a vulnerability was discovered</strong></li><li><strong>The flaw left users exposed for three months, experts claim</strong></li><li><strong>Users were at risk of social engineering attacks</strong></li></ul><p>A bug in the iOS 18.2 Passwords app which left users vulnerable to phishing attacks for over three months after its release, has been fixed, according to an <a href="https://support.apple.com/en-us/121837">update from Apple</a>. </p><p>The flaw was discovered after security researchers at <a href="https://www.youtube.com/watch?v=VUSB3FK1dKA">Mysk</a> noticed that their device’s App Privacy Report showed the Passwords App had contacted 130 different websites over insecure HTTP traffic. </p><p>The app used the HTTP protocol instead of a more secure HTTPS when opening links and downloading app icons. Upon further investigation, the researchers found that the app also defaulted to opening password reset pages with the unencrypted protocol. This left users vulnerable as an attacker “privileged network access could intercept the HTTP request and redirect the user to a phishing website,” the researchers told <a href="https://9to5mac.com/2025/03/18/apples-passwords-app-was-vulnerable-to-phishing-attacks-for-nearly-three-months-after-launch/" target="_blank">9to5Mac</a>.</p><h2 id="patch-now">Patch now</h2><p>The risk in this attack is that cybercriminals will use the vulnerability to carry out social engineering attacks by redirecting victims to insecure websites. </p><p>The Password app will now use HTTPS for all connections by default - so ensure your Apple devices are all updated and using iOS 18.2 or later.</p><p>Research has shown <a href="https://www.techradar.com/pro/security/security-attacks-on-password-managers-have-soared">security attacks on password managers have soared</a> in recent months, with reports finding a threefold increase in malware that targets credentials in password stores.</p><p>The attacks are also growing in sophistication , with cybercriminals prioritizing “complex, prolonged, multi-stage attacks” delivered with an all-new generation of malware. This new malware, like infostealers, comes with more persistence, stealth, and automation. </p><p>The best, and most secure,<a href="https://www.techradar.com/best/password-manager"> password manager</a> tools will safely store, generate, and crucially autofill your website and app passwords. These can help you create and manage your unique and strong passwords without the hassle of having to remember each one.</p><h3 class="article-body__section" id="section-you-might-also-like"><span>You might also like</span></h3><ul><li>Take a look at our picks for the<a href="https://www.techradar.com/best/password-generator" target="_blank"> best password generators</a> around</li><li>Check out our choice for <a href="https://www.techradar.com/best/best-antivirus" target="_blank">best antivirus software</a></li><li><a href="https://www.techradar.com/pro/how-phishing-attacks-are-hitting-the-supply-chain-and-how-to-fight-back" target="_blank">How phishing attacks are hitting the supply chain – and how to fight back</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The definitive guide to credential collaboration ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/the-definitive-guide-to-credential-collaboration</link>
                                                                            <description>
                            <![CDATA[ A guide on how to choose a secure solution for password and secret sharing in the digital workplace. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">GMenEySkNgkejcNJsy59FK</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/pQX7vZftvp4kjZhuJkt7yR-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 14 Mar 2025 07:48:13 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:08:05 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Kevin Muller ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/pQX7vZftvp4kjZhuJkt7yR-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Cyber-security]]></media:description>                                                            <media:text><![CDATA[Cyber-security]]></media:text>
                                <media:title type="plain"><![CDATA[Cyber-security]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/pQX7vZftvp4kjZhuJkt7yR-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>With the digital-first reality of the modern day, teams are now more scattered than ever before. The wider adoption of remote working, worldwide distributed teams, and complex interconnected workflows has created an urgent need for the secure exchange of credentials such as passwords and secrets. Secrets are sensitive digital credentials, such as passwords, API keys, and <a href="https://www.techradar.com/best/best-encryption-software">encryption</a> keys, used to authenticate and secure machine-to-machine access to IT systems and data, for example for automated DevOps workflows.</p><p>Legacy solutions for sharing credentials, such as spreadsheets, consumer-grade <a href="https://www.techradar.com/best/password-manager">password managers</a>, or even messaging apps, are no longer sustainable. These antiquated practices expose organizations to severe security risks, inefficiencies, and compliance problems. Inefficient credential <a href="https://www.techradar.com/best/best-online-collaboration-tools">collaboration</a> can lead to unauthorized access, data breaches, and business downtime. As regulatory requirements continue to intensify, organizations must prioritize secure, scalable, and transparent credential management solutions that serve the demands of the contemporary workplace.</p><h2 id="key-collaboration-challenges-in-modern-teams">Key Collaboration Challenges in Modern Teams</h2><p>Modern workplaces rely on a mix of employees, contractors, and external partners who all require different levels of access to company credentials. Managing these access rights securely without inhibiting business effectiveness is a complex challenge. Organizations must adopt a fine-grained approach to credential sharing to prevent unauthorized access while facilitating <a href="https://www.techradar.com/best/best-productivity-apps">productivity</a>.</p><p>Many businesses operate with separate systems for different kinds of credentials. IT teams might use one solution for SSH keys, API tokens, and <a href="https://www.techradar.com/best/best-database-software">database</a> credentials, while business teams manage logins for <a href="https://www.techradar.com/best/the-best-crm-software">CRM</a>, financial or human resources systems, and marketing tools elsewhere. This fragmented approach with siloed solutions creates security gaps, inefficiencies, and compliance headaches. A unified credential management solution has the potential to eliminate these issues.</p><p>Without proper credential collaboration measures in place, organizations face numerous security threats, including:</p><p><strong>Unauthorized access</strong>: Weak or shared passwords can be exploited by cybercriminals.</p><p><strong>Credential leaks</strong>: Storing credentials in plaintext files or unsecured locations increases exposure.</p><p><strong>Lack of auditability</strong>: Without visibility into who accessed which credentials and when, tracking security incidents becomes difficult.</p><p>Poorly structured credential collaboration slows teams down. Employees waste time searching for credentials, requesting access, asking a colleague how to best share it, or resetting forgotten passwords. Small groups may manage credentials manually, but as an organization grows, so do the complexities of access management. Without software-based automation and governance, businesses risk operational bottlenecks, security risks, and non-compliance with industry regulations.</p><p>Organizations have different security and compliance demands, which influence their choice between cloud-based (SaaS) and on-premises credential management solutions. While SaaS solutions take away the burden of software maintenance, on-premises deployments provide full control over data residency, security policies, and compliance with regulatory frameworks.</p><p>With increasing regulations such as GDPR, HIPAA, and SOC 2, organizations must have transparency and control over credential access. A credential collaboration solution must support audit trails, access logs, and role-based access (RBAC).</p><h2 id="practical-use-cases-for-secure-credential-sharing">Practical use Cases for Secure Credential Sharing</h2><p>The below scenarios reflect the importance of sophisticated credential collaboration software.</p><p>For example, upon the departure of an employee, revoking shared credentials is a top priority. Individual accounts (e.g., Google or Microsoft) can be easily revoked, but shared credentials pose a greater challenge. If not properly managed, a former employee may retain access to critical systems, increasing the risk of data breaches. A departing employee might still have access to shared credentials, thus posing a potential security threat. Organizations need systematic policies to manage credential revocation efficiently.</p><p>A secure credential sharing system should offer:</p><p><strong>Password expiration capabilities</strong>: Administrators can revoke access immediately or set expiration dates in advance.</p><p><strong>Selective password rotation</strong>: Instead of resetting all shared credentials, organizations can identify and rotate only those used by the former employee.</p><p><strong>Compliance benefits</strong>: Automated alerts and enforced expiration policies ensure governance and regulatory compliance.</p><p>Imagine another situation: when a coworker is out on vacation, teams may face challenges accessing critical accounts protected by multi-factor authentication (MFA). MFA is a security method that requires a second verification step in addition to a password, which is usually provided by a time-based one-time password (TOTP) generator. This typically means that when logging into an account, such as email, <a href="https://www.techradar.com/best/best-cloud-storage">cloud storage</a>, or business software, the user must give a second form of verification.</p><h2 id="reliable-credential-collaboration">Reliable credential collaboration</h2><p>One of the most familiar examples of MFA is entering a verification code received via SMS. Consider logging into an online company system, and after entering the correct password, the system requests a code sent to the mobile number registered for MFA. If the phone is with the vacationing colleague, they would have to be contacted in order to relay the code, causing delays and inefficiencies. Moreover, sharing the code through unsecured channels like email or <a href="https://www.techradar.com/best/best-encrypted-messaging-app-android">messaging apps</a> could expose it to interception, increasing security risks.</p><p>Thus, a reliable credential collaboration system should have:</p><p><strong>MFA credential delegation</strong>: Secure ways of sharing temporary or emergency MFA access so that if a team member is unavailable, authorized colleagues can safely retrieve the required MFA codes.</p><p><strong>Audit logs and access monitoring</strong>: Ensuring all TOTP sharing actions and access attempts are tracked for security and compliance.</p><h2 id="essential-requirements-for-a-credential-collaboration-solution">Essential Requirements for a Credential Collaboration Solution</h2><p>Besides the specific credential collaboration features outlined above, the following general considerations should be taken into account when selecting a software solution for your organization.</p><p>A highly modern security architecture provides maximum protection against threats. The most robust approach today is private-public key cryptography, which ensures secure authentication, encryption, and data integrity.</p><p>Organizations must use role-based permissions (RBAC) and the principle of least privilege (PoLP) so that workers only have access to the credentials they need. This minimizes risk and enhances security posture.</p><p>A secure credential management system must encrypt credentials in transit and at rest, thereby introducing a so-called zero Knowledge architecture. This ensures that even if data gets intercepted or compromised, it remains inaccessible to unauthorized parties.</p><p>Teams need the ability to share credentials securely without compromising usability. A credential collaboration tool should make sharing simple while enforcing access controls to constrain risk.</p><h2 id="logging-and-reporting">Logging and reporting</h2><p>Comprehensive and detailed logging and reporting features provide organizations with visibility into credential usage. This assists with security monitoring, breaches investigation, and regulatory compliance.</p><p>Credential collaboration needs to seamlessly fit into existing <a href="https://www.techradar.com/best/best-devops-tools">DevOps</a> pipelines, cloud environments, and enterprise IT infrastructures. Integrations with tools such as CI/CD systems, cloud platforms, LDAP, Single Sign-On (SSO) and identity providers streamline operations and enhance security.</p><p>A credential management solution needs to support small teams as well as scaling to meet the needs of large enterprises. Automated provisioning, centralized access control, and robust governance capabilities ensure long-term sustainability.</p><p>Organizations should have the freedom to choose between cloud-based and on-premises solutions based on their security and compliance requirements.</p><p>Unlike proprietary solutions, open source credential management tools provide full transparency into how credentials are stored and managed. Independent audits ensure that security vulnerabilities are identified and addressed promptly.</p><p>Organizations that must conform to strict privacy laws should have authority over where their credential data is stored. Hosting in GDPR-regulated regions ensures compliance and increased legal safeguards.</p><h2 id="frustration-with-legacy-tools-leads-to-risky-workarounds">Frustration with Legacy Tools Leads to Risky Workarounds</h2><p>Software users expect intuitive, user-friendly applications. When faced with legacy, cumbersome credential management software, such as <a href="https://www.techradar.com/best/business-password-management-software">business password managers</a> and Privileged Access Management (PAM) solutions, they often become disappointed. These systems are usually too inflexible, complex, and difficult to onboard. Thus, they suffer from low user adoption.</p><p>When usability suffers, members of the team may resort to insecure workarounds, such as keeping credentials in spreadsheets or sending them over unsecured channels, which undermine security efforts. To prevent this, organizations must transition to modern, agile credential management solutions that:</p><ul><li>Combine security with ease of use to ensure adoption.</li><li>Automate credential provisioning and deprovisioning to reduce friction.</li><li>Offer easy to understand security workflows that can be trusted by users.</li></ul><p>If organizations fail to modernize their credential management strategy, they are not only at risk of security breaches, but also poor utilization rates, which drives users back to insecure workarounds. It’s imperative to balance the need for strong security against easy usability in order to keep teams on board with secure credential collaboration.</p><h2 id="how-to-select-the-right-credential-collaboration-tool">How to Select the Right Credential Collaboration Tool</h2><p>In short: Selecting the right credential collaboration tool requires careful evaluation of your organization's unique needs and security profile.</p><p><strong>Team size and security requirements</strong>: Identify the size of your operation and the sensitivity of the credentials.</p><p><strong>Integration requirements</strong>: Does the tool allow for integration with existing workflows and platforms?</p><p><strong>Compliance necessities</strong>: Verify compatibility with industry regulations.</p><p><strong>Usability vs. security</strong>: Balance ease of use with stringent security controls.</p><p><strong>Cost-effectiveness</strong>: Evaluate pricing against feature sets and long-term needs.</p><p>For organizations handling sensitive data, self-hosting in jurisdictions with strong privacy laws offers greater security, regulatory compliance, and control over data residency.</p><p><a href="https://www.techradar.com/best/best-identity-management-software" target="_blank">We showcase the best identity management software</a>.</p><p><em>This article was produced as part of TechRadarPro's Expert Insights channel where we feature the best and brightest minds in the technology industry today. The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: </em><a href="https://www.techradar.com/news/submit-your-story-to-techradar-pro" target="_blank"><em>https://www.techradar.com/news/submit-your-story-to-techradar-pro</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Best password manager for families of 2025 ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/best-password-manager-for-families-of-2025</link>
                                                                            <description>
                            <![CDATA[ We've tested all the password managers out there, and these are the best picks for family security. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">kfDstz35NCvbn64m7Cu2Ci</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9NA4HfeZ8bHfgys5DAPfsL-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 21 Feb 2025 16:00:31 +0000</pubDate>                                                                                                                                <updated>Tue, 25 Mar 2025 15:07:30 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ benedict.collins@futurenet.com (Benedict Collins) ]]></author>                    <dc:creator><![CDATA[ Benedict Collins ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/jEvqGv8wvH7PWZ4XPURyyB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Benedict has been writing about security issues for over 7 years, first focusing on geopolitics and international relations while at the University of Buckingham. During this time he studied BA Politics with Journalism, for which he received a second-class honours (upper division), then continuing his studies at a postgraduate level, achieving a distinction in MA Security, Intelligence and Diplomacy. Upon joining TechRadar Pro as a Staff Writer, Benedict transitioned his focus towards cybersecurity, exploring state-sponsored threat actors, malware, social engineering, and national security. Benedict is also an expert on B2B security products, including firewalls, antivirus, endpoint security, and password management.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Before joining TechRadar Pro, Benedict worked as a Production Manager for NIHL ice hockey team Milton Keynes Lightning where he was responsible for livestreaming home games to fans across the UK. At the same time, he was also working as a Social Media Creative Videographer for a local digital marketing agency, where he was responsible for videography, photography and graphic design for a wide range of clients.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Outside of work, Benedict is a fitness enthusiast, running in the local countryside, cycling the length and breadth of the UK&#039;s canal systems, and generally trying to stay in shape without paying for a gym membership.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9NA4HfeZ8bHfgys5DAPfsL-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Best password manager for families]]></media:description>                                                            <media:text><![CDATA[Best password manager for families]]></media:text>
                                <media:title type="plain"><![CDATA[Best password manager for families]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9NA4HfeZ8bHfgys5DAPfsL-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Have you ever forgotten the Wi-Fi password and had to rely on a sibling or parent to share it with you? Ever needed access to a streaming service or device when they're not home? You're in the right place.</p><p>The best password managers for families provide a safe and secure way to store and share all the usernames and passwords you use in your household, without having to worry about sending them again, and again, and again...</p><p>Our experts at TechRadar Pro have spent upwards of 2,000 hours testing 32 of the <a href="https://www.techradar.com/best/password-manager#section-best-password-manager-overall" target="_blank">best password managers</a> - looking at security and encryption protocols, number of devices each plan provides, secure sharing options and ease of use.</p><div class="product star-deal"><a data-dimension112="50a05201-ccf8-454c-8b36-3501ce9d5ac5" data-action="Star Deal Block" data-label="Secure your family's passwords with 1Password 14-day trial" data-dimension48="Secure your family's passwords with 1Password 14-day trial" href="https://www.dpbolvw.net/click-6361382-17036394" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1115px;"><p class="vanilla-image-block" style="padding-top:56.23%;"><img id="53t3jjfrqDK2bEHNQVpeXK" name="1password.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/53t3jjfrqDK2bEHNQVpeXK.jpg" mos="" align="middle" fullscreen="" width="1115" height="627" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.dpbolvw.net/click-6361382-17036394" target="_blank" rel="nofollow" data-dimension112="50a05201-ccf8-454c-8b36-3501ce9d5ac5" data-action="Star Deal Block" data-label="Secure your family's passwords with 1Password 14-day trial" data-dimension48="Secure your family's passwords with 1Password 14-day trial" data-dimension25=""><strong>Secure your family's passwords with 1Password 14-day trial</strong></a></p><p>1Password ensures that every family member can access accounts without the hassle of remembering multiple logins. Features like encrypted vaults, password sharing, and two-factor authentication keep sensitive information safe. Security alerts notify users of weak or compromised passwords, making it a good option for families looking for a password manager.</p><p><em>Preferred partner (</em><a href="https://www.techradar.com/news/content-funding-on-techradar"><em>What does this mean?</em></a><em>)</em><a class="view-deal button" href="https://www.dpbolvw.net/click-6361382-17036394" target="_blank" rel="nofollow" data-dimension112="50a05201-ccf8-454c-8b36-3501ce9d5ac5" data-action="Star Deal Block" data-label="Secure your family's passwords with 1Password 14-day trial" data-dimension48="Secure your family's passwords with 1Password 14-day trial" data-dimension25="">View Deal</a></p></div><p>Now, from our extensive testing, I have assembled the best password managers for families based on the factors that matter most for household sharing, such as device limit, password vaults, device and browser compatibility, and sharing options, at a range of price points to suit different budgets. </p><p>Roboform remains my top pick for the best password manager for families thanks to its robust security features and great affordability for all budgets. Here are my recommendations:</p><h3 class="article-body__section" id="section-top-three"><span>Top Three</span></h3>        <div class="featured_product_block featured_block_hero" data-id="d8058ae8-0eb4-4a98-b37f-312476cf96d1">            <a href="#section-best-family-password-manager-overall" data-model-name="inserthere" data-model-brand="" ><div class='product-image-widthsetter'><p class='vanilla-image-block' data-bordeaux-image-check style='padding-top:56.44%';><img style="width: 100%" class="featured_image" src="https://cdn.mos.cms.futurecdn.net/qY5z8GBSFZJYb2qa4jNZMN.jpg" alt="RoboForm"><span class='featured__label hero__label'>Best overall</span></p></div></a>            <div class="featured_product_details_wrapper">                <div class="featured_product_title_wrapper">                                                                                <div class="featured__title">1. RoboForm</div>                                <div class="stars__reviews"><span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" class="chunk rating"><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star half"></span><meta itemprop="bestRating" content="100.0" /><meta itemprop="worstRating" content="0.0" /><meta itemprop="ratingValue" content="90" /></span></div>                </div>                <div class="subtitle__description">                                                            <p><p><strong>Best family password manager overall</strong></p><p>RoboForm offers the best range of premium features and compatibility at an unrivaled price point, making it the top pick for those looking for a great family password manager on a budget, and just in general!</p><p><a href="#section-best-family-password-manager-overall"><strong>Read more below</strong></a></p></p>                </div>                            </div>        </div>        <div class="featured_product_block featured_block_hero" data-id="a07b38d9-db13-4e32-bb6e-453ed91c620b">            <a href="#section-best-family-password-manager-for-security" data-model-name="inserthere" data-model-brand="" ><div class='product-image-widthsetter'><p class='vanilla-image-block' data-bordeaux-image-check style='padding-top:57.53%';><img style="width: 100%" class="featured_image" src="https://cdn.mos.cms.futurecdn.net/XDYbDW4KbbAxdWDzPphTCk.jpg" alt="NordPass logo"><span class='featured__label hero__label'>Best for security</span></p></div></a>            <div class="featured_product_details_wrapper">                <div class="featured_product_title_wrapper">                                                                                <div class="featured__title">2. NordPass</div>                                <div class="stars__reviews"><span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" class="chunk rating"><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star half"></span><meta itemprop="bestRating" content="100.0" /><meta itemprop="worstRating" content="0.0" /><meta itemprop="ratingValue" content="90" /></span></div>                </div>                <div class="subtitle__description">                                                            <p><p><strong>Best family password manager for security</strong></p><p>Nord has a reputation for security, so why would NordPass be any different. This family password manager includes all every security feature even the most security-conscious household could want and comes in at a very reasonable price point.</p><p><a href="#section-best-family-password-manager-for-security"><strong>Read more below</strong></a></p></p>                </div>                            </div>        </div>        <div class="featured_product_block featured_block_hero" data-id="6b45d65b-6161-40a9-8f2f-efd73baf7acf">            <a href="#section-best-family-password-manager-for-medium-budgets" data-model-name="inserthere" data-model-brand="" ><div class='product-image-widthsetter'><p class='vanilla-image-block' data-bordeaux-image-check style='padding-top:56.44%';><img style="width: 100%" class="featured_image" src="https://cdn.mos.cms.futurecdn.net/6swjQvrARgeHpNnyanaR2h.jpg" alt="bitwarden"><span class='featured__label hero__label'>Best for mid-budget</span></p></div></a>            <div class="featured_product_details_wrapper">                <div class="featured_product_title_wrapper">                                                                                <div class="featured__title">3. Bitwarden</div>                                <div class="stars__reviews"><span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" class="chunk rating"><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star half"></span><meta itemprop="bestRating" content="100.0" /><meta itemprop="worstRating" content="0.0" /><meta itemprop="ratingValue" content="90" /></span></div>                </div>                <div class="subtitle__description">                                                            <p><p><strong>Best family password manager for medium budgets</strong></p><p>Bitwarden’s open source password manager provides transparency as well as great security for all your family's credentials. It also has built-in passkey and Yubikey support.</p><p><a href="#section-best-free-password-manager"><strong>Read more below</strong></a></p></p>                </div>                            </div>        </div><h2 id="the-best-password-managers-for-families-of-2025-in-full">The best password managers for families of 2025 in full:</h2><h3 class="article-body__section" id="section-best-family-password-manager-overall"><span>Best family password manager overall</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="RJAijX589wH8K6qEZTQd3n" name="RoboForm.jpg" alt="RoboForm" src="https://cdn.mos.cms.futurecdn.net/RJAijX589wH8K6qEZTQd3n.jpg" mos="" align="middle" fullscreen="1" width="970" height="545" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/RJAijX589wH8K6qEZTQd3n.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: RoboForm)</span></figcaption></figure><div class="buying-guide-block"><h3 id="1-roboform"><span class="title__text"><a href="https://www.techradar.com/reviews/roboform">1. RoboForm</a></span><span class="chunk rating"><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star half"></span></span></h3><div class="_hawk subtitle"><p>Best family password manager overall</p></div><p class="specs__container"><strong>Annual cost: </strong>$31.99 | <strong>Accounts: </strong>5 | <strong>Devices: </strong>Unlimited | <strong>Platforms: </strong>iOS, Android, Windows, macOS, Linux, Chrome OS, Apple Watch | <strong>Browsers: </strong>Chrome, Firefox, Safari, Opera, Edge | <strong>Password Generator: </strong>Yes | <strong>Password health check: </strong>Yes | <strong>Breach monitor: </strong>Yes | <strong>Email masking: </strong>No | <strong>Vault sharing: </strong>Yes | <strong>Emergency access: </strong>Yes | <strong>Guest sharing: </strong>No | <strong>File sharing: </strong>Yes | <strong>Passkeys: </strong>Yes | <strong>Encryption: </strong>Yes | <strong>Authenticator: </strong>Yes | <strong>Biometrics: </strong>Yes | <strong>Customer support: </strong>24/7</p><div class="hawk-wrapper"></div><div class="icon icon-plus_circle _hawk">Highly affordable</div><div class="icon icon-plus_circle _hawk">Great app built on decades of experience</div><div class="icon icon-plus_circle _hawk">Excellent customer support</div><div class="icon icon-minus_circle _hawk">No guest credential sharing capabilities</div><div class="icon icon-minus_circle _hawk">No built-in email masking</div></div><div  class="fancy-box"><div class="fancy_box-title">Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">✅<strong> You want speedy easy autofill: </strong>Roboform's autofill capabilities are unrivaled, making it quick and easy to sign in to all your accounts.<br>✅<strong> You want a premium option on a budget: </strong>Roboform is one of the most affordable options on the market.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">Don't Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">❌ <strong>You want extra features: </strong>Roboform lacks the guest sharing and email masking capabilities offered by almost every other provider.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">The bottom line</div><div class="fancy_box_body"><p class="fancy-box__body-text">🔒 <strong>RoboForm </strong>is a great platform at a very affordable price point. It offers a good range of features including all of the basics you would expect from a password manager.  ★★★★½</p></div></div><p>Roboform has been in the password management industry for over two decades, which means that their platform has had to evolve and improve over the years to stay competitive, and it has paid off. This is currently the most affordable password manager on the market, and is a great option for families looking to improve the security of their credentials.</p><p>Roboform uses AES 256-bit end-to-end encryption to keep your passwords, files, and vaults secure, with the option to use the app as a two-factor <a href="https://www.techradar.com/best/best-authenticator-apps" target="_blank">authenticator</a>. Roboform also supports biometric verification and has fully accessible 24/7 customer support.</p><p>The app is intuitive and easy to use with an old-school look. You can also turn on 'local mode' to keep your credentials stored only on your phone, meaning they won't be synced with Roboform's servers - particularly handy for the highly security-conscious.</p><p>The family plan offers 5 premium accounts with unlimited devices, meaning you can sign in and save your passwords with almost no restrictions. It also supports a wide range of platforms and browsers, making it my top pick for the best password manager for families.</p><p><strong>Read our full </strong><a href="https://www.techradar.com/reviews/roboform"><strong>Roboform review</strong></a><strong>.</strong></p><ul><li><a href="#main">^ Back to the top</a></li></ul><h3 class="article-body__section" id="section-best-family-password-manager-for-security"><span>Best family password manager for security</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="DpJXYQ3kfZieKMAbSUZHZe" name="NordPass.jpg" alt="NordPass" src="https://cdn.mos.cms.futurecdn.net/DpJXYQ3kfZieKMAbSUZHZe.jpg" mos="" align="middle" fullscreen="1" width="970" height="545" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/DpJXYQ3kfZieKMAbSUZHZe.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: NordPass)</span></figcaption></figure><div class="buying-guide-block"><h3 id="2-nordpass"><span class="title__text"><a href="https://www.techradar.com/reviews/nordpass">2. NordPass</a></span><span class="chunk rating"><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star half"></span></span></h3><div class="_hawk subtitle"><p>Best family password manager for security</p></div><p class="specs__container"><strong>Annual cost: </strong>$44.28 | <strong>Accounts: </strong>6 | <strong>Devices: </strong>6 | <strong>Platforms: </strong>iOS, Android, Windows, macOS, Linux | <strong>Browsers: </strong>Chrome, Firefox, Safari, Opera, Edge | <strong>Password Generator: </strong>Yes | <strong>Password health check: </strong>Yes | <strong>Breach monitor: </strong>Yes | <strong>Email masking: </strong>Yes | <strong>Vault sharing: </strong>Yes | <strong>Emergency access: </strong>Yes | <strong>Guest sharing: </strong>No | <strong>File sharing: </strong>Yes | <strong>Passkeys: </strong>Yes | <strong>Encryption: </strong>XChaCha20 | <strong>Authenticator: </strong>Yes | <strong>Biometrics: </strong>Yes | <strong>Customer support: </strong>24/7</p><div class="hawk-wrapper"></div><div class="icon icon-plus_circle _hawk">Great security specifications</div><div class="icon icon-plus_circle _hawk">Good platform and browser support</div><div class="icon icon-plus_circle _hawk">6 premium accounts</div><div class="icon icon-minus_circle _hawk">Limited to a total of 6 devices</div></div><div  class="fancy-box"><div class="fancy_box-title">Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">✅ <strong>You want to use it on everything: </strong>NordPass can be used on iOS, Android, Windows, macOS, Linux.<br>✅ <strong>You want to use it offline: </strong>NordPass can be used even when you don't have an internet connection.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">Don't Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">❌ <strong>You want access on lots of devices: </strong>NordPass only allows six devices per user, so if you're looking to use it on more than six, you may want to consider a different provider.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">The bottom line</div><div class="fancy_box_body"><p class="fancy-box__body-text">🔒 <strong>NordPass </strong>is a great password manager from a highly reputable organization. NordPass provides everything a family could need for a password manager, and a load of extra features that some of the other password managers on this list fail to provide.  ★★★★½</p></div></div><p>The NordPass family plan is a great option for those looking for a highly reliable password manager from a great provider, especially if you already use some of Nord's other services such as <a href="https://www.techradar.com/reviews/nordvpn" target="_blank">NordVPN</a>.</p><p>NordPass has some excellent security features such as its XChaCha20 encryption, and the option to use a USB stick or bluetooth device as an additional method of authentication when accessing your credentials.</p><p>The device limit is the only downside, but if you don't  have more than six devices that you want to use it on, then this isn't a massive issue. There also isn't any guest credential sharing, so if you have visitors and want to share the Wi-Fi password or Netflix login, you'll have to do it the old fashioned way.</p><p>The customer support and help center are great for troubleshooting and solving any issues you might have. NordPass even lets you store your credit cards and payment details and share them securely with your family members. </p><p>You can even make it even more affordable if you can find a <a href="https://www.techradar.com/coupons/nordpass" target="_blank">NordPass coupon</a> to add an extra discount.</p><p><strong>Read our full </strong><a href="https://www.techradar.com/uk/reviews/nordpass"><strong>NordPass review</strong></a><strong>.</strong></p><ul><li><a href="#main">^ Back to the top</a></li></ul><h3 class="article-body__section" id="section-best-family-password-manager-for-medium-budgets"><span>Best family password manager for medium budgets</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="QgXVEp45RLQTfjdRzkbjH7" name="Bitwarden.jpg" alt="Bitwarden" src="https://cdn.mos.cms.futurecdn.net/QgXVEp45RLQTfjdRzkbjH7.jpg" mos="" align="middle" fullscreen="1" width="970" height="545" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/QgXVEp45RLQTfjdRzkbjH7.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Bitwarden)</span></figcaption></figure><div class="buying-guide-block"><h3 id="3-bitwarden"><span class="title__text"><a href="https://www.techradar.com/reviews/bitwarden">3. Bitwarden</a></span><span class="chunk rating"><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star half"></span></span></h3><div class="_hawk subtitle"><p>Best family password manager for mid budget</p></div><p class="specs__container"><strong>Annual cost: </strong>$40 | <strong>Accounts: </strong>6 | <strong>Devices: </strong>Unlimited | <strong>Platforms: </strong>iOS, Android, Windows, macOS, Linux, Apple Watch | <strong>Browsers: </strong>Chrome, Firefox, Safari, Edge, Opera, Brave, Vivaldi, Tor, DuckDuck Go for Mac | <strong>Password Generator: </strong>Yes | <strong>Password health check: </strong>Yes | <strong>Breach monitor: </strong>Yes | <strong>Email masking: </strong>Yes | <strong>Vault sharing: </strong>Yes | <strong>Emergency access: </strong>Yes | <strong>Guest sharing: </strong>Yes | <strong>File sharing: </strong>Yes | <strong>Passkeys: </strong>Yes | <strong>Encryption: </strong>AES 256-bit | <strong>Authenticator: </strong>Yes | <strong>Biometrics: </strong>Yes | <strong>Customer support: </strong>24/7</p><div class="hawk-wrapper"></div><div class="icon icon-plus_circle _hawk">Great range of features</div><div class="icon icon-plus_circle _hawk">Open source</div><div class="icon icon-plus_circle _hawk">Good value for money</div><div class="icon icon-minus_circle _hawk">Limited offline capability</div></div><div  class="fancy-box"><div class="fancy_box-title">Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">✅ <strong>You want an open source option: </strong>Bitwarden is a great choice for those looking for the transparency of an open source model.<br>✅ <strong>You want great passkey support: </strong>You can store YubiKeys and passkeys in a secure Bitwarden vault.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">Don't Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">❌ <strong>You want seamless form filling: </strong>Bitwarden's autofill and form filling capabilities don't always work first time.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">The bottom line</div><div class="fancy_box_body"><p class="fancy-box__body-text">🔒 <strong>Bitwarden </strong>is a solid contender for the best password manager for families, and is a great option for those with a little more cash to splash. It also has some great synchronization option to help you fill out your credentials across all your devices. ★★★★½</p></div></div><p>Bitwarden is a the best open source offering on this list, granting you transparency into the apps mechanics. Bitwarden also undergoes regular security audits, so you can trust that nothing shady is going on in the background.</p><p>Despite having a fairly basic desktop app, it offers far more <a href="https://www.techradar.com/best/browser" target="_blank">web browser</a> compatibility than any of the other password managers on this guide, working even with Tor. You can also benefit from Bitwarden's breach detection that notifies your of weak and leaked passwords.</p><p>The user experience is good, but some features aren't as slick as I'd like them to be, but given that it is an open source platform, users can contribute towards its development to iron out some of the kinks.</p><p>Overall Bitwarden is the best option for families looking to spend a little extra on their password manager, and offers some excellent features in return.</p><p><strong>Read our full </strong><a href="https://www.techradar.com/reviews/bitwarden"><strong>Bitwarden review</strong></a><strong>.</strong></p><ul><li><a href="#main">^ Back to the top</a></li></ul><h3 class="article-body__section" id="section-best-family-password-manager-for-big-families"><span>Best family password manager for big families</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="Cbz98Rbz7bkQSKRSTeRx6i" name="Dashlane.jpg" alt="Dashlane" src="https://cdn.mos.cms.futurecdn.net/Cbz98Rbz7bkQSKRSTeRx6i.jpg" mos="" align="middle" fullscreen="1" width="970" height="545" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/Cbz98Rbz7bkQSKRSTeRx6i.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Dashlane)</span></figcaption></figure><div class="buying-guide-block"><h3 id="4-dashlane"><span class="title__text"><a href="https://www.techradar.com/reviews/dashlane">4. Dashlane</a></span><span class="chunk rating"><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star half"></span></span></h3><div class="_hawk subtitle"><p>Best family password manager for big families</p></div><p class="specs__container"><strong>Annual cost: </strong>$89.98 | <strong>Accounts: </strong>10 | <strong>Devices: </strong>Unlimited | <strong>Platforms: </strong>iOS, Android, Windows, macOS, iPadOS, Linux | <strong>Browsers: </strong>Chrome, Firefox, Safari, Opera, Brave, Edge | <strong>Password Generator: </strong>Yes | <strong>Password health check: </strong>Yes | <strong>Breach monitor: </strong>Yes | <strong>Email masking: </strong>No | <strong>Vault sharing: </strong>Yes | <strong>Emergency access: </strong>Yes | <strong>Guest sharing: </strong>Dashlane accounts | <strong>File sharing: </strong>Yes | <strong>Passkeys: </strong>Yes | <strong>Encryption: </strong>AES 256-bit | <strong>Authenticator: </strong>Yes | <strong>Biometrics: </strong>Yes | <strong>Customer support: </strong>9am - 6pm ET</p><div class="hawk-wrapper"></div><div class="icon icon-plus_circle _hawk">10 premium accounts</div><div class="icon icon-plus_circle _hawk">Very easy to use</div><div class="icon icon-minus_circle _hawk">Could be too pricey for some</div><div class="icon icon-minus_circle _hawk">Limited customer support</div></div><div  class="fancy-box"><div class="fancy_box-title">Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">✅ <strong>You want an easy to use app: </strong>The Dashlane app is super easy to use for those new to password managers.<br>✅ <strong>You want lots of accounts: </strong>Dashlane's family plan offers 10 premium accounts.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">Don't Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">❌ <strong>You're on a budget:</strong> Dashlane is the most expensive service on this guide by quite a margin.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">The bottom line</div><div class="fancy_box_body"><p class="fancy-box__body-text">🔒 <strong>Dashlane </strong>offers 10 premium accounts as part of its family plan, allowing you to get everyone's credentials stored, including some friends with accounts to spare. ★★★★½</p></div></div><p>Dashlane's family plan offers 10 premium accounts making it the perfect choice for those looking to protect the whole family's credentials.</p><p>Unfortunately, there isn't a email masking feature and you can't share credentials with people who don't have a Dashlane account - but negatives aside, this service has some great features.</p><p>Dashlane has a built-in <a href="https://www.techradar.com/vpn/best-vpn" target="_blank">VPN</a> service, allowing you to better secure your home's internet traffic as well as your credentials. You can also store unlimited passwords and passkeys alongside receiving real-time phishing alerts.</p><p>You can also access your password history for your accounts, to help provide some visibility into which accounts may have had the same passwords, or just to see other combinations you have used.</p><p>Dashlane also offers a friends and family dashboard to help you manage each account, and live chat customer support for any issues or guidance.</p><p><strong>Read our full </strong><a href="https://www.techradar.com/reviews/dashlane"><strong>Dashlane review</strong></a><strong>.</strong></p><div><blockquote><p>Password managers manage all the complexity (of storing many passwords) behind one master password</p><p> JD Sharman, former CEO of Dashlane</p></blockquote></div><ul><li><a href="#main">^ Back to the top</a></li></ul><h3 class="article-body__section" id="section-best-family-password-manager-for-breach-alerts"><span>Best family password manager for breach alerts</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="dpwDCfgdAtS9dypUbhXLrD" name="1Password.jpg" alt="1Password" src="https://cdn.mos.cms.futurecdn.net/dpwDCfgdAtS9dypUbhXLrD.jpg" mos="" align="middle" fullscreen="1" width="970" height="545" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/dpwDCfgdAtS9dypUbhXLrD.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: 1Password)</span></figcaption></figure><div class="buying-guide-block"><h3 id="5-1password"><span class="title__text"><a href="https://www.techradar.com/reviews/1password">5. 1Password</a></span><span class="chunk rating"><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span></span></h3><div class="_hawk subtitle"><p>Best family password manager for breach alerts</p></div><p class="specs__container"><strong>Annual cost: </strong>$59.88 | <strong>Accounts: </strong>5 | <strong>Devices: </strong>Unlimited | <strong>Platforms: </strong>iOS, Android, Windows, macOS, Linux, Apple Watch | <strong>Browsers: </strong>Chrome, Firefox, Safari, Edge | <strong>Password Generator: </strong>Yes | <strong>Password health check: </strong>Yes | <strong>Breach monitor: </strong>Yes | <strong>Email masking: </strong>Yes | <strong>Vault sharing: </strong>Yes | <strong>Emergency access: </strong>No | <strong>Guest sharing: </strong>Yes | <strong>File sharing: </strong>Yes | <strong>Passkeys: </strong>Yes | <strong>Encryption: </strong>AES 256-bit | <strong>Authenticator: </strong>Yes | <strong>Biometrics: </strong>Yes | <strong>Customer support: </strong>Email only</p><div class="hawk-wrapper"></div><div class="icon icon-plus_circle _hawk">Watchtower breach alerts</div><div class="icon icon-plus_circle _hawk">Admin account controls</div><div class="icon icon-plus_circle _hawk">One-time-password (OTP) storage</div><div class="icon icon-minus_circle _hawk">Logging in could be easier</div><div class="icon icon-minus_circle _hawk">No emergency access</div></div><div  class="fancy-box"><div class="fancy_box-title">Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">✅ <strong>You're want comprehensive breach alerts: </strong>1Password uses Watchtower for its breach alerts system, using Have I Been Pwned (HIBP) to monitor for potential threats to your credentials.<br>✅ <strong>You want a responsive app: </strong>In my testing, I found 1Password to have excellent responsiveness, with account changes and syncing happening almost instantly.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">Don't Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">❌<strong> You want emergency access: </strong>1Password currently doesn't offer emergency vault access.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">The bottom line</div><div class="fancy_box_body"><p class="fancy-box__body-text">🔒 <strong>1Password </strong>is fairly costly in comparison to other services, but it does offer everything you need to manage your household credentials, and offers a high-tier breach alert system through Watchtower. ★★★★</p></div></div><p>1Password offers all the features you would expect from a password manager, except for emergency vault access. This means that you won't be able to assign emergency access to your password vault if you get locked out of, or lose your device.</p><p>Logging in to 1Password doesn't just require your master password, but also a secret key that has to be copied and pasted in, which is a bit annoying. There is a 14 day free trial however, so you can test the service without paying anything up front.</p><p>The service has good browser extensions for all of the most popular browsers, and works across all of the most well known platforms, making it perfect for households with a mix of Windows, Macs, iPhones and Androids.</p><p>Overall, 1Password is a decent app for families looking to store their credentials securely, but the lack of emergency vault access knocks off some of its points as it is a fairly key feature for a family password manager.</p><p>1Password are also offering a <a href="https://1password.com/promo/secure-tax-filing#promo" target="_blank" rel="nofollow">limited time secure tax filing promotion</a> until the 16th of April 2025.</p><p><strong>Read our full </strong><a href="https://www.techradar.com/uk/reviews/1password"><strong>1Password review</strong></a><strong>.</strong></p><ul><li><a href="#main">^ Back to the top</a></li></ul><h3 class="article-body__section" id="section-best-family-password-manager-for-deep-pockets"><span>Best family password manager for deep pockets</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="3WTEkNyBn7wp9rSLc2L6v3" name="Keeper.jpg" alt="Keeper password manager offers some great features aimed at mid-sized businesses looking for secure credential storage." src="https://cdn.mos.cms.futurecdn.net/3WTEkNyBn7wp9rSLc2L6v3.jpg" mos="" align="middle" fullscreen="1" width="970" height="545" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/3WTEkNyBn7wp9rSLc2L6v3.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Keeper)</span></figcaption></figure><div class="buying-guide-block"><h3 id="6-keeper"><span class="title__text"><a href="https://www.techradar.com/reviews/keeper-password-manager">6. Keeper</a></span><span class="chunk rating"><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star"> </span><span class="icon icon-star half"></span></span></h3><div class="_hawk subtitle"><p>Best family password manager for deep pockets</p></div><p class="specs__container"><strong>Annual cost: </strong>$74.99 | <strong>Accounts: </strong>5 | <strong>Devices: </strong>Unlimited | <strong>Platforms: </strong>iOS, Android, Windows, macOS, Linux, ChromeOS, Apple Watch | <strong>Browsers: </strong>Chrome, Firefox, Safari, Opera, Edge, Brave | <strong>Password Generator: </strong>Yes | <strong>Password health check: </strong>Yes | <strong>Breach monitor: </strong>Add on | <strong>Email masking: </strong>No | <strong>Vault sharing: </strong>Yes | <strong>Emergency access: </strong>Yes | <strong>Guest sharing: </strong>Keeper accounts | <strong>File sharing: </strong>Yes | <strong>Passkeys: </strong>Yes | <strong>Encryption: </strong>AES 256-bit | <strong>Authenticator: </strong>Yes | <strong>Biometrics: </strong>Yes | <strong>Customer support: </strong>24/7</p><div class="hawk-wrapper"></div><div class="icon icon-plus_circle _hawk">Unlimited devices</div><div class="icon icon-plus_circle _hawk">Good customer support</div><div class="icon icon-minus_circle _hawk">No breach monitor by default</div><div class="icon icon-minus_circle _hawk">No email masking</div></div><div  class="fancy-box"><div class="fancy_box-title">Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">✅ <strong>You want to track account changes: </strong>Keeper allows you to track all the changes made to your account, so you can see if anything shifty is going on.<br>✅ <strong>You want unlimited devices: </strong>You can access your Keeper password manager on as many devices as you want.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">Don't Subscribe if:</div><div class="fancy_box_body"><p class="fancy-box__body-text">❌ <strong>You want breach monitoring: </strong>Keeper doesn't have breach monitoring by default, and you'll have to pay extra to access it.</p></div></div><div  class="fancy-box"><div class="fancy_box-title">The bottom line</div><div class="fancy_box_body"><p class="fancy-box__body-text">🔒 <strong>Keeper </strong>is a good password manager service, but lacks some of the features that the best password manager for families should have, such as email masking and breach monitoring.  ★★★★½</p></div></div><p>Keeper is better suited for organizations looking to protect their credentials, but it also serves as a fairly decent password manager for families - if you can afford the price tag.</p><p>It offers good compatibility with a range of platforms and browsers, but breach monitoring isn't something that you get included for the rather pricey subscription. You'll have to pay extra for that.</p><p>Keeper's autofill is really good, and allows for fast and smooth input of your passwords, helping you to log in faster and fill out the important details.</p><p>You can also access 10GB of secure <a href="https://www.techradar.com/best/best-cloud-storage" target="_blank">cloud storage</a> for all your treasured files that you and your family need regular access to, and it automatically generates <a href="https://www.techradar.com/best/best-cloud-backup" target="_blank">cloud backups</a> of your important data to keep if safe.</p><p>Overall, you might be better suited using one of the other services on this list as a family password manager, but Keeper does a solid job across all the basics with regular updates to improve the service and great customer support.</p><p><strong>Read our full </strong><a href="https://www.techradar.com/uk/reviews/keeper-password-manager"><strong>Keeper Security review</strong></a><strong>.</strong></p><ul><li><a href="#main">^ Back to the top</a></li></ul><h3 class="article-body__section" id="section-tested-by"><span>Tested by</span></h3><h3 class="article-body__section" id="section-comparison-table"><span>Comparison table</span></h3><div ><table><thead><tr><th class="firstcol empty" ></th><th  ><p>Robofrom</p></th><th  ><p>Nordpass</p></th><th  ><p>Bitwarden</p></th><th  ><p>Dashlane</p></th><th  ><p>1Password</p></th><th  ><p>Keeper</p></th><th  ><p>Proton Pass</p></th></tr></thead><tbody><tr><td class="firstcol " ><p>Annual cost</p></td><td  ><p>$31.99</p></td><td  ><p>$44.28</p></td><td  ><p>$40</p></td><td  ><p>$89.98</p></td><td  ><p>$59.88</p></td><td  ><p>$74.99</p></td><td  ><p>$59.88</p></td></tr><tr><td class="firstcol " ><p>User limit</p></td><td  ><p>5</p></td><td  ><p>6</p></td><td  ><p>6</p></td><td  ><p>10</p></td><td  ><p>5</p></td><td  ><p>5</p></td><td  ><p>6</p></td></tr><tr><td class="firstcol " ><p>Device limit</p></td><td  ><p>Unlimited</p></td><td  ><p>6</p></td><td  ><p>Unlimited</p></td><td  ><p>Unlimited</p></td><td  ><p>Unlimited</p></td><td  ><p>Unlimited</p></td><td  ><p>Unlimited</p></td></tr><tr><td class="firstcol " ><p>Platforms</p></td><td  ><p>iOS, Android, Windows, macOS, Linux, ChromeOS, Apple Watch</p></td><td  ><p>iOS, Android, Windows, macOS, Linux</p></td><td  ><p>iOS, Android, Windows, macOS, Linux, Apple Watch</p></td><td  ><p>iOS, Android, Windows, macOS, iPadOS, Linux</p></td><td  ><p>iOS, Android, Windows, macOS, Linux, Apple Watch</p></td><td  ><p>iOS, Android, Windows, macOS, Linux, ChromeOS, Apple Watch</p></td><td  ><p>iOS, Android, Windows, macOS, Linux</p></td></tr><tr><td class="firstcol " ><p>Browser extensions</p></td><td  ><p>Chrome, Firefox, Safari, Opera, Edge</p></td><td  ><p>Chrome, Firefox, Safari, Opera, Edge</p></td><td  ><p>Chrome, Firefox, Safari, Edge, Opera, Brave, Vivaldi, Tor, DuckDuck Go for Mac</p></td><td  ><p>Chrome, Firefox, Safari, Opera, Brave, Edge</p></td><td  ><p>Chrome, Firefox, Safari, Edge</p></td><td  ><p>Chrome, Firefox, Safari, Opera, Edge, Brave</p></td><td  ><p>Chrome, Firefox, LibreWolf, Edge, Brave, Opera, Vivaldi</p></td></tr><tr><td class="firstcol " ><p>Password generator</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td></tr><tr><td class="firstcol " ><p>Password health monitoring</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td></tr><tr><td class="firstcol " ><p>Breach monitoring</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Add-on</p></td><td  ><p>Yes</p></td></tr><tr><td class="firstcol " ><p>Email masking</p></td><td  ><p>No</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>No</p></td><td  ><p>Yes</p></td><td  ><p>No</p></td><td  ><p>Yes</p></td></tr><tr><td class="firstcol " ><p>Vault sharing</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td></tr><tr><td class="firstcol " ><p>Emergency vault access</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>No</p></td><td  ><p>Yes</p></td><td  ><p>Coming soon</p></td></tr><tr><td class="firstcol " ><p>Guest sharing</p></td><td  ><p>No</p></td><td  ><p>No</p></td><td  ><p>Yes</p></td><td  ><p>Dashlane accounts</p></td><td  ><p>Yes</p></td><td  ><p>Keeper accounts</p></td><td  ><p>Yes</p></td></tr><tr><td class="firstcol " ><p>File sharing</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Coming soon</p></td></tr><tr><td class="firstcol " ><p>Passkey support</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td></tr><tr><td class="firstcol " ><p>Encryption type</p></td><td  ><p>AES 256-bit</p></td><td  ><p>XChaCha20</p></td><td  ><p>AES 256-bit</p></td><td  ><p>AES 256-bit</p></td><td  ><p>AES 256-bit</p></td><td  ><p>AES 256-bit</p></td><td  ><p>AES 256-bit</p></td></tr><tr><td class="firstcol " ><p>Authenticatior</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td></tr><tr><td class="firstcol " ><p>Biometrics</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td><td  ><p>Yes</p></td></tr><tr><td class="firstcol " ><p>Customer support</p></td><td  ><p>24/7</p></td><td  ><p>24/7</p></td><td  ><p>24/7</p></td><td  ><p>Live chat 9am - 6pm ET</p></td><td  ><p>Email only</p></td><td  ><p>24/7</p></td><td  ><p>Unclear, but website says "fast"</p></td></tr></tbody></table></div><h3 class="article-body__section" id="section-the-best-password-manager-faqs"><span>The best password manager FAQs</span></h3><section class="article__schema-question"><h3>How does a password manager work?</h3><article class="article__schema-answer"><p>Password managers are services that allow you to store passwords, credentials, and other typical login information. Some services will also allow you to store important files in your encrypted 'vault' that holds your data.</p><p>Most services will have a mobile and desktop app, with browser extensions also provided for most popular browsers so you can store and retrieve your passwords across all your devices.</p><p>Almost every password manager has a password generator built in that will suggest strong passwords when you create a new account, and automatically store it. Some will even recognize password requirements from websites, such as special characters or the inclusion of numbers and a mix of upper case and lower case characters, and include these automatically.</p><p>They will also allow you to update your existing passwords to make them more secure, and alert you to passwords or accounts that have weak security, have duplicate passwords, or may have been leaked in a data breach.</p><p>Your passwords will be stored securely using end-to-end encryption, with AES 256-bit encryption being the industry standard, making it far more secure than writing your passwords down in a notepad or in a spreadsheet.</p></article></section><section class="article__schema-question"><h3>Why do I need a password manager for my family?</h3><article class="article__schema-answer"><p>Password managers aren't just useful for individuals, they can also be a really handy household tool. How often do you have to ask for the Wi-Fi login, or the Netflix password? Well, with a family password manager you no longer have to worry because all the important passwords can be stored in a shared vault and accessed by your family.</p><p>They are also great for notifying you of potential account breaches, weak passwords, and leaked account details on the dark web which could lead to credit fraud and even identity theft.</p><p>Whats more, you can set up your vault to be accessed in an emergency by one of your family members, so even if you lose your phone or can't remember your master password, you'll still be able to access all your credentials in a pinch.</p></article></section><h3 class="article-body__section" id="section-how-we-tested-the-best-password-managers"><span>How we tested the best password managers </span></h3><p>We tested close to 30 of the most prominent password managers around, and picked out the very best to feature in this guide. During our testing, we made sure to try them out on every platform possible, to make sure they offered a consistent experience across all manner of devices and browsers.</p><p>We spent a considerable amount of time with each password manager to ensure that there were no nasty surprises that wouldn't necessarily crop up during a brief run through. We also tried to use them in every kind of situation we could think of, again in an effort to reveal any shortcomings that may have otherwise gone unnoticed.</p><p>The last thing you want to do is to change your password manager after discovering major flaws or aspects that you personally can’t live with, so we do our best to be as thorough as possible and consider all the different types of users that will deploy password managers for their specific wants and needs. </p><p>However, it is worth noting that good password managers usually offer easy ways to export your vault from one manager to another, so if you don’t personally like a manager after spending a lot of time with it, don’t feel you’re stuck; most vendors offer easy-to-follow guides on switching to their manager from others - they want to win your custom, after all.</p><p><a href="https://www.techradar.com/news/how-we-test">Read more on how we test, rate, and review products on TechRadar</a>.</p><h3 class="article-body__section" id="section-get-in-touch"><span>Get in touch</span></h3><ul><li><strong>Want to find out about commercial or marketing opportunities? </strong><a href="mailto:ecommerce-b2b@futurenet.com"><strong>Click here</strong></a></li><li><strong>Out of date info, errors, complaints or broken links? </strong><a href="mailto:ecommerce-b2b@futurenet.com"><strong>Give us a nudge</strong></a></li><li><strong>Got a suggestion for a product or service provider? </strong><a href="mailto:ecommerce-b2b@futurenet.com"><strong>Message us directly</strong></a></li></ul><ul><li>You've reached the end of the page. Jump back up to the <a href="#main">top ^</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Security attacks on password managers have soared ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/security-attacks-on-password-managers-have-soared</link>
                                                                            <description>
                            <![CDATA[ Many new malware samples demonstrate sophistication, persistence, and stealth, report claims. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">k4AoCyUiMYMMhuBSKf2JrH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9X3g4AEDogxrHNrBkiKHyX-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 11 Feb 2025 11:28:00 +0000</pubDate>                                                                                                                                <updated>Thu, 10 Apr 2025 13:06:07 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sead Fadilpašić ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9X3g4AEDogxrHNrBkiKHyX-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images / Boris Zhitkov]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A hand laying out a password]]></media:description>                                                            <media:text><![CDATA[A hand laying out a password]]></media:text>
                                <media:title type="plain"><![CDATA[A hand laying out a password]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9X3g4AEDogxrHNrBkiKHyX-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <ul><li><strong>Picus Security says the number of attacks against password managers skyrocketed in 2024</strong></li><li><strong>The malware is growing more sophisticated</strong></li><li><strong>Users should deploy MFA with password managers, research suggests</strong></li></ul><p>Cybercriminals are increasingly targeting password managers in an attempt to break into various important digital accounts.</p><p>Picus Security detailed its findings in the newly-released Red Report 2025, based on an in-depth analysis of more than a million <a href="https://www.techradar.com/best/best-malware-removal" target="_blank">malware</a> variants collected last year, finding a quarter of all malware (25%) targeted credentials in password stores. This, the researchers claim, represents a three-fold increase compared to the year before.</p><p>“For the first time ever, stealing credentials from password stores is in the top 10 techniques listed in the MITRE ATT&CK Framework,” they said. “The report reveals that these top 10 techniques accounted for 93% of all malicious actions in 2024.”</p><h2 id="multi-factor-authentication">Multi-factor authentication</h2><p>The attackers are using all sorts of sophisticated extraction methods in their attacks, Picus Security co-founder and VP of Picus Labs, Dr. Suleyman Ozarslan said, including memory scraping, registry harvesting, and compromising local and cloud-based password stores.</p><p>To tackle the threat, Ozarslan added, it is pivotal people use password managers together with multi-factor authentication (MFA). Furthermore, they should never reuse a password, especially for their <a href="https://www.techradar.com/best/password-manager" target="_blank">password manager</a>.</p><p>The attacks are not just growing in volume, but in sophistication, as well. Picus said it’s seen threat actors prioritizing “complex, prolonged, multi-stage attacks” that require a new generation of malware. That malware, infostealers included, comes with increased stealth, persistence, and even automation. The researchers likened this increasing sophistication to “the perfect heist”, since most malware samples come with “more than a dozen malicious actions designed to help attackers evade defenses, increase permissions and exfiltrate data.”</p><p>A password manager is a tool that securely stores, generates, and autofills passwords for websites and apps. It helps users create and manage strong, unique passwords without needing to remember them all. It is considered one of the key pillars of good cybersecurity hygiene.</p><h3 class="article-body__section" id="section-you-might-also-like"><span>You might also like</span></h3><ul><li><a href="https://www.techradar.com/pro/security/how-to-choose-the-perfect-password-manager-for-you" target="_blank">How to choose the perfect password manager for you</a></li><li>We've rounded up the <a href="https://www.techradar.com/best/password-manager" target="_blank">best password managers</a></li><li>Take a look at our guide to the <a href="https://www.techradar.com/best/best-authenticator-apps" target="_blank">best authenticator app</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Cybercriminals cashing in on holiday sales rush ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/cybercriminals-cashing-in-on-holiday-sales-rush</link>
                                                                            <description>
                            <![CDATA[ Attackers can now seamlessly impersonate colleagues, executives, and even customers, making it harder for targets to identify a scam. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">bsqFBNzpaYQoux2oSYM6x</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/JpXukHGqkZ8gapEzDQNqRW-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 31 Jan 2025 09:53:51 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:08:14 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ross Brewer ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/XJovZUakmc9n55tJgnqJkQ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;In his capacity as Vice President and Managing Director of Europe, the Middle East and Africa (EMEA), Ross Brewer brings nearly 30 years of sales and management experience delivering outstanding results for high tech organizations around the globe. &lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/JpXukHGqkZ8gapEzDQNqRW-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / ZinetroN]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Nytt DDoS-rekord]]></media:description>                                                            <media:text><![CDATA[Concept art representing cybersecurity principles]]></media:text>
                                <media:title type="plain"><![CDATA[Concept art representing cybersecurity principles]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/JpXukHGqkZ8gapEzDQNqRW-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Cybercrime is a costly affair, with nearly £11.5 million stolen last Christmas alone, according to the UK's National <a href="https://www.techradar.com/best/best-online-cyber-security-courses">Cyber Security</a> Centre. That’s £695 on average per victim. With the festive season in full swing, the rush to snag post-Black Friday bargains and buy Christmas gifts online has led to a sharp rise in threat levels. For cybercriminals, this is the perfect opportunity to deploy their latest techniques, targeting unsuspecting shoppers to steal money and personal data.  </p><p>UK Fraud Minister Lord Hanson issued a stark warning in November on the dangers of holiday scams. However, the sheer volume of online interactions, the sophistication of cyberattacks, and the increasing reliance on digital shopping during the holiday season make it far more challenging to identify a scam at first glance. </p><h2 id="ai-driven-phishing-more-deceptive-than-ever">AI-Driven Phishing: More Deceptive Than Ever</h2><p>Phishing has long been one of the most common forms of cybercrime, but the emergence of AI has revolutionized the way these attacks are carried out. Previously, phishing emails were easy to spot, often riddled with spelling mistakes and strange phrasing. However, with AI, cybercriminals can now analyze the communication styles of businesses, studying their <a href="https://www.techradar.com/best/best-online-marketing-services">marketing</a> emails and messages to replicate the tone, branding, and even the content of legitimate communications.  </p><p>Attackers can now seamlessly impersonate colleagues, executives, and even customers, making it harder for targets to identify a scam. It has become easier–and cheaper– than ever to undertake these targeted spear-phishing attacks, which are much more likely to succeed.</p><h2 id="ai-and-human-behavior-exploiting-vulnerabilities">AI and Human Behavior: Exploiting Vulnerabilities</h2><p>AI’s ability to analyze human behavior has also made it easier for cybercriminals to exploit psychological triggers. By studying past interactions and identifying patterns in behavior, attackers can craft messages that play on an individual’s emotions. For example, during the busy holiday season, cybercriminals exploit the stress of missed package deliveries. Imagine receiving a seemingly legitimate text from a courier service, urging payment for redelivery. One victim, distracted and eager to resolve the issue, entered card details on a convincing fake site—only to realize later the text came from an unknown mobile number, not the courier. It’s a reminder that vigilance can’t take a holiday.</p><p>AI can also be used to time phishing emails or fake <a href="https://www.techradar.com/best/best-social-media-management-tools">social media</a> ads to coincide with busy shopping periods such as Black Friday and Christmas sales. Cybercriminals can also create fake websites offering massive discounts or time-limited offers, hoping to lure in shoppers eager to make a purchase quickly. Under pressure, people are more likely to fall for scams.</p><p>In the same way, AI can be used to create fake bank alerts or financial notifications that play on a customer’s fear of fraud or account security issues. These phishing attacks, which often contain urgent warnings or threats, push the recipient into a state of panic, encouraging them to click on a malicious link or provide sensitive details. It can also be very hard to spot when the destination site or notifications look identical to the official source.</p><p>In fact, while it may seem simple to check if a <a href="https://www.techradar.com/news/best-website-designer-services-get-expert-help-to-build-your-online-presence">website</a> is secure by looking for the HTTPS prefix or a padlock icon, these are no longer foolproof indicators of a secure site. Cybercriminals have become adept at creating fake sites that look identical to trusted brands, making it easy for consumers to be misled. </p><h2 id="deepfake-technology-social-engineering-with-a-new-face">Deepfake Technology: Social Engineering with a New Face</h2><p>Alongside phishing, AI is increasingly being used in social engineering attacks, particularly through deepfake technology. Earlier last year, ARUP lost $25 million to fraudsters after an <a href="https://www.techradar.com/pro/best-employee-time-tracking-software-of-year">employee</a> was tricked into believing he was carrying out the orders of his CFO. And everyday people aren’t immune either. A kitchen fitter from Brighton was scammed for £76,000 because he believed a deepfake advert purporting to be Martin Lewis, the money-saving expert.   </p><p>This method is highly effective because it bypasses traditional security measures we rely on, such as email filters, multi-factor authentication, or the ‘sniff test’, which means that something is awry. Deepfakes create a sense of urgency and authority, making it easier to manipulate people into taking actions they would otherwise refuse. And their realism, especially when duplicate social media profiles are concerned, makes such scams harder to detect, even for those with extensive training.</p><h2 id="protecting-against-ai-enhanced-threats">Protecting Against AI-Enhanced Threats</h2><p>As the sophistication of AI-driven phishing and social engineering attacks grows, it is essential for both businesses and consumers to adopt proactive security measures. For individuals, vigilance is key. Avoid clicking on links in unsolicited and junk emails, texts that claim to come from businesses or government agencies, or even ads seen on social media platforms. Always manually type in the URL of a website, rather than clicking on embedded links, to ensure that you are visiting a legitimate site.</p><p>Multi-factor authentication should also be implemented wherever possible, as it adds an additional layer of security beyond traditional login credentials. <a href="https://www.techradar.com/best/password-manager">Password managers</a> can also help users create and store strong, unique passwords for each account, reducing the risk of credential theft. Passkeys, which rely on biometrics and device management, are the next level of protection that is slowly being adopted. </p><p>For businesses, investing in advanced threat detection and response systems is essential. These systems can identify and mitigate phishing and social engineering attacks before they cause significant damage. Machine learning algorithms within these systems can detect patterns of malicious activity that traditional security measures might miss. Regular employee training is also crucial, as the human element remains one of the most vulnerable points of attack.</p><p>Moreover, businesses should work to ensure that their employees and customers are aware of the risks posed by deepfakes and other forms of AI-driven social engineering. Implementing robust verification processes, such as requiring multiple confirmations for financial transactions, can also help reduce the risk of falling victim to these kinds of scams. Ultimately, staying ahead of evolving AI threats requires collective vigilance and a stronger commitment to safeguarding personal information.</p><p><a href="https://www.techradar.com/best/business-password-management-software" target="_blank"><u>Checkout our list of the best business password managers</u></a>.</p><p><em>This article was produced as part of TechRadarPro's Expert Insights channel where we feature the best and brightest minds in the technology industry today. The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: </em><a href="https://www.techradar.com/news/submit-your-story-to-techradar-pro" target="_blank"><em>https://www.techradar.com/news/submit-your-story-to-techradar-pro</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ I almost lost my entire online identity – until one tool made all the difference ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/vpn/21-emails-6-services-1-under-appreciated-solution-how-a-free-app-saved-my-entire-online-identity</link>
                                                                            <description>
                            <![CDATA[ A few more minutes and I'd have lost more than my summer body over the festive break. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">G7JbWZndhexfTPe3AFJeAY</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EzeeT7HDGxpDizBWLYdHrG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 27 Jan 2025 19:00:10 +0000</pubDate>                                                                                                                                <updated>Tue, 28 Jan 2025 14:59:48 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rob Dunne ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SpemWktMnbiQ2SSmQ9RYtb.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Rob is VPN Editor for TechRadar. Coming from a background in phones and technology, Rob has long been putting himself, and his data, online. Finding out the easy, and hard, ways to stay secure online is something that has come along the way – not without being victim to a number of nasty data breaches that is.&lt;/p&gt;&lt;p&gt;Using his experiences and broader knowledge of the technology world, Rob strives to provide the latest ways to stay secure and private online. Whether that be simple steps such as two-factor authentication and password management, or more advanced options such as setting up VPNs, alternative online aliases and more.&lt;/p&gt;&lt;p&gt;In an ever-busy life outside of work, Rob is constantly engaging in tech across areas such as fitness and smart wearables to help him with his continuous work in the gym or on the tennis court, as well as keeping up to date on the latest in the gaming industry with the latest releases across PC and console a constant release from day to day life. &lt;/p&gt; ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/EzeeT7HDGxpDizBWLYdHrG-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Man screaming at computer with TechRadar data privacy week logo next to it.]]></media:description>                                                            <media:text><![CDATA[Man screaming at computer with TechRadar data privacy week logo next to it.]]></media:text>
                                <media:title type="plain"><![CDATA[Man screaming at computer with TechRadar data privacy week logo next to it.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EzeeT7HDGxpDizBWLYdHrG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <div  class="fancy-box"><div class="fancy_box-title">Data Privacy Week 2025</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="UN73Bk5GTu35bGZHnU9qsW" name="DataPrivacyWeekHeroImage" caption="" alt="Collage of a group of people using smart phones in city, with TechRadar Data Privacy Week 2025 logo on the bottom right" src="https://cdn.mos.cms.futurecdn.net/UN73Bk5GTu35bGZHnU9qsW.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: We Are/via Getty Images)</span></figcaption></figure><p class="fancy-box__body-text">If you didn’t know already, now you do – it’s <a data-analytics-id="inline-link" href="https://www.staysafeonline.org/data-privacy-week" target="_blank" rel="nofollow">Data Privacy Week</a> (January 27th to 31st)! The brainchild of the National Cybersecurity Alliance, it aims to arm you with everything you need to spot and avoid the biggest risks to your data privacy and “Take control of your data”.</p></div></div><p>If I thought losing my beach body over the festive break was bad enough, I nearly lost a whole lot more recently, my entire online identity, in fact.</p><p>I'm no stranger to a data breach. I was hit by the Yahoo! breach back in 2013, and a number of smaller incidents since – I'm looking at you Roll20 – and I had come to the realization that, however hard I try, nothing I have online will be safe.</p><p>The thing is, this time was different. None of my multiple alert systems had warned me. There were no new alerts. Nothing. But there they were, tens of emails from the likes of LinkedIn, Outlook, and EA, all saying one thing: I'd requested to change my password, which, of course, I hadn't.</p><p>Who'd want to impersonate me? Or, worse, see the terrible state of my FC 25 Ultimate Team? No clue, but it could've been a whole lot worse if it wasn't for a few simple, and free, steps.</p><h2 id="an-unwanted-truth">An unwanted truth</h2><p>If I lay my cybersecurity habits bare for a second, I'm awful with passwords. No, I'm not using <em>Password123 </em>or anything to secure my most private information, but I don't create something closer to Klingon to ensure my life remains safe. Maybe I should?</p><p>The reality is the simpler the password, the less time, if any, it'll take to crack. What's worse, once a password is compromised, it could be used again and again on different accounts by hackers. The <a href="https://nordpass.com/most-common-passwords-list/" target="_blank" rel="nofollow">most popular passwords of 2024</a> could all be cracked in under a second and, while none of mine are on that list, my history with data breaches suggests it mightn't have taken a hacker much longer.</p><p>In this instance, I'd tried everything from patterns to vegetables to war ideologies – because why not – so something was finally going to have to give. At least, this time, that something was free.</p><h2 id="a-simple-and-free-solution">A simple (and free) solution</h2><p>It's easy to pontificate about simple ways to improve your online security but this one is easily achievable and probably tops the lot. While the <a href="https://www.techradar.com/vpn/best-vpn">best VPNs</a>, <a href="https://www.techradar.com/best/best-antivirus">best antivirus software</a>, and the like will set you back your precious dollars, a password manager can be completely free and might be all you need to keep your data safe.</p><p>Right now, we rate <a href="https://bitwarden.com/pricing/" target="_blank" rel="nofollow">Bitwarden</a> as the <a href="https://www.techradar.com/best/best-free-password-managers">best free password manager</a> out there, but bending the concept of "free" is a better shout. Many of the <a href="https://www.techradar.com/news/best-internet-security-suites">best security programs</a>, such as <a href="https://www.techradar.com/vpn/virtual-private-networks">VPNs</a> and <a href="https://www.techradar.com/news/is-antivirus-software-necessary-in-2020">antivirus software</a>, now come with a <a href="https://www.techradar.com/news/5-things-you-need-to-consider-before-buying-a-password-manager">password manager</a> included – and far too many customers aren't using them!</p><p>The key <a href="https://www.techradar.com/pro/exploring-the-risks-and-benefits-of-password-managers">benefit of a password manager</a> is that you don't need to stress about going full-goldfish and <a href="https://www.techradar.com/deals/keep-forgetting-passwords-then-remember-to-grab-this-deal-for-30-off-a-top-notch-password-manager">forgetting all your passwords</a>. By setting up a password manager on your devices, you can not only access all of your – now hopefully extremely unique – passwords whenever you need, but you also can update them in one click when a website might require you to.</p><div class="product"><a data-dimension112="ec0e3188-f1b0-4395-916b-32904042e7c7" data-action="Deal Block" data-label="bitwarden: best free password manager" data-dimension48="bitwarden: best free password manager" href="https://bitwarden.com/" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:366px;"><p class="vanilla-image-block" style="padding-top:97.27%;"><img id="q6JXfQffQuXvNN3cepeo4g" name="bitwarden logo" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/q6JXfQffQuXvNN3cepeo4g.png" mos="" align="middle" fullscreen="" width="366" height="356" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://bitwarden.com/" target="_blank" rel="nofollow" data-dimension112="ec0e3188-f1b0-4395-916b-32904042e7c7" data-action="Deal Block" data-label="bitwarden: best free password manager" data-dimension48="bitwarden: best free password manager" data-dimension25=""><strong>bitwarden: best free password manager</strong></a><br>Ranking as our best free password manager, bitwarden is a must-have when it comes to your security tool collection. Offering a safe place to save all of your, hopefully unique, passwords, bitwarden can help you avoid scenarios where your passwords are too simple and thus easily cracked.<a class="view-deal button" href="https://bitwarden.com/" target="_blank" rel="nofollow" data-dimension112="ec0e3188-f1b0-4395-916b-32904042e7c7" data-action="Deal Block" data-label="bitwarden: best free password manager" data-dimension48="bitwarden: best free password manager" data-dimension25="">View Deal</a></p></div><h2 id="doing-the-security-two-step">Doing the security two-step</h2><p>Now, I never mention <em>actually </em>being breached when telling my tales of woe. As it happens, none of my services have ever been completely compromised. The reason? <a href="https://www.techradar.com/news/the-importance-of-two-factor-authentication">Two-factor authentication</a>.</p><p>I know, it's a pain in the backside – why willing add yet another set of phone notifications? But 2FA really can stop you from losing everything. By combining two-step authentication and a password manager, not only are you warned of any unwanted attempts to access your accounts, but you also have an easy way to store a new unique password that'll rescue your data.</p><h2 id="don-t-be-me">Don't be me</h2><p>It's simpler than you think to avoid a situation like mine – and I wish I'd known that sooner. While not all solutions are free, it doesn't have to cost you a fortune to keep your online life as secure as possible. </p><p>A great example of this is Proton's <a href="https://proton.me/pass/pricing" target="_blank">Proton Unlimited plan</a>. This plan gives you a complete bundle of protection including secure email, password management, and <a href="https://www.techradar.com/opinion/is-cloud-storage-safe-secure-and-private-5-things-you-need-to-consider">secure cloud storage</a>. A Proton Unlimited plan starts from $9.99/month which, despite appearing costly, is very good value given the quality of the products included.</p><div class="product"><a data-dimension112="c7b7c65d-5696-425e-a04d-e153c15b3e47" data-action="Deal Block" data-label="Proton Unlimited: from $9.99 per month" data-dimension48="Proton Unlimited: from $9.99 per month" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="aqjBFRZWHiyEqnvwDewAaS" name="proton products.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/aqjBFRZWHiyEqnvwDewAaS.jpg" mos="" align="middle" fullscreen="" width="970" height="545" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://proton.me/pass/pricing" target="_blank" rel="nofollow" data-dimension112="c7b7c65d-5696-425e-a04d-e153c15b3e47" data-action="Deal Block" data-label="Proton Unlimited: from $9.99 per month" data-dimension48="Proton Unlimited: from $9.99 per month" data-dimension25=""><strong>Proton Unlimited: from $9.99 per month</strong></a><br>While no, it's not free, Proton Unlimited offers a one-stop solution to stopping your data being insecure in the online world. Whether it be storing your favorite photos, keeping track of unique passwords, or connecting to your home country while abroad, a Proton Unlimited plan covers the basis. <a class="view-deal button" href="" target="_blank" rel="nofollow" data-dimension112="c7b7c65d-5696-425e-a04d-e153c15b3e47" data-action="Deal Block" data-label="Proton Unlimited: from $9.99 per month" data-dimension48="Proton Unlimited: from $9.99 per month" data-dimension25="">View Deal</a></p></div><h2 id="to-my-dearest-hackers">To my dearest hackers</h2><p>So, to the people in Vietnam, Tapei, and various other places where I'd apparently attempted to log in, sorry! You've got a few more steps to get through to become me than you might like, and I didn't have to pay for any of them! Hopefully, now that I've told my story, I won't be alone in being a tough nut to crack.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Too many passwords, not enough brain space? Here’s how password managers can improve your life ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/computing/websites-apps/too-many-passwords-not-enough-brain-space-heres-how-password-managers-can-improve-your-life</link>
                                                                            <description>
                            <![CDATA[ Overwhelmed by endless passwords? Discover free and affordable password managers to secure your accounts, simplify your logins, and protect your digital life with ease. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">VNUhwCWzRSw6hgSZrEtEXK</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/xNBP5o9YzUd6QrJw6Qofcc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 26 Jan 2025 08:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 10 Apr 2025 13:06:08 +0000</updated>
                                                                                                                                            <category><![CDATA[Websites &amp; Apps]]></category>
                                                    <category><![CDATA[Computing]]></category>
                                                    <category><![CDATA[Internet]]></category>
                                                                                                                    <dc:creator><![CDATA[ Kristina Terech ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Kristina is a UK-based Computing Writer, and is interested in all things computing, software, tech, mathematics and science. Previously, she has written articles about popular culture, economics, and miscellaneous other topics.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;She has a personal interest in the history of mathematics, science, and technology; in particular, she closely follows AI and philosophically-motivated discussions.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;As well as being interested in STEM, she enjoys a variety of other activities - everything from art to cooking to languages. If there is an ongoing exhibition of any nature, there’s a good chance she has already seen it or at least heard of it. She likes making things with her hands - origami animals, needlecraft, papercraft, new recipes, shadow puppets - whatever catches her fancy that week.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;She has dedicated a good chunk of her life to The Sims and enjoys Minecraft, and the fastest way to win her approval is a 10/10 picture of a raccoon (that she hasn’t seen before).&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/xNBP5o9YzUd6QrJw6Qofcc-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Young woman working at a coffee shop with a laptop]]></media:description>                                                            <media:text><![CDATA[Young woman working at a coffee shop with a laptop]]></media:text>
                                <media:title type="plain"><![CDATA[Young woman working at a coffee shop with a laptop]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/xNBP5o9YzUd6QrJw6Qofcc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>If you spend a substantial amount of time online, you’re probably aware of the multitude of websites and apps that require that you set up a login and a password. These are set in order to protect whatever personal information you might save on the website and it’s a valuable target for malicious actors, like hackers, to target. This fact is why so many companies will force you to have a complex alphanumeric password that fulfills a list of requirements, why it’s suggested that you don’t use a single password on a number of platforms, and why you’ll sometimes be prompted ot change your password even if you haven’t forgotten it. </p><p>While I understand the necessity of measures like these and even further ones, but it does get a little frustrating having to remember a number of distinct passwords and having to make up and memorize new ones fairly regularly. Luckily, there’s a pretty good solution that you can enlist for free or often at a pretty low price: password managers. </p><p>Now, password manager apps aren’t new, in fact, they’ve been around since the 90s, but they’re still handy to be aware of. In this article, I’ll list some that come recommended and how you can get them for yourself. They do vary in how many features they offer, often depending on whether you get a free or paid version, and in complexity, so I’m sticking to pointing out either free apps or apps that are very affordable for individual users. Many password managers will also give you offline access to make sure you can configure them and see your information even if you’re not connected to the internet. </p><h2 id="a-great-free-password-manager-bitwarden">A great free password manager: Bitwarden </h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="QgXVEp45RLQTfjdRzkbjH7" name="Bitwarden.jpg" alt="Bitwarden password managers offers excellent features at the free tier, while also offering great enterprise and individual tiers." src="https://cdn.mos.cms.futurecdn.net/QgXVEp45RLQTfjdRzkbjH7.jpg" mos="" align="middle" fullscreen="" width="970" height="545" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Bitwarden)</span></figcaption></figure><p>This free, open-source password manager securely stores your passwords and boasts impressive compatibility across different platforms, including Windows, <a href="https://www.techradar.com/computing/software/mac-os">macOS</a>, <a href="https://www.techradar.com/best/best-linux-distros">Linux</a>, <a href="https://www.techradar.com/uk/phones/android">Android</a>, iOS, and major web browsers like <a href="https://www.techradar.com/reviews/google-chrome">Chrome</a>, <a href="https://www.techradar.com/reviews/mozilla-firefox">Firefox</a>, <a href="https://www.techradar.com/reviews/safari-browser">Safari</a>, <a href="https://www.techradar.com/reviews/pc-mac/software/utilities/other-software/microsoft-edge-1292485/review">Edge</a>, <a href="https://www.techradar.com/reviews/opera-browser">Opera</a>, and <a href="https://www.techradar.com/reviews/brave-web-browser">Brave</a>. This ensures you can access your passwords from any device. It also includes features like a built-in password generator and support for two-factor authentication. </p><p>If you’d like to use it for business purposes, there is a monthly fee, but for personal use, it’s free.</p><p>You can download Bitwarden from <a href="https://bitwarden.com/download/#downloads-mobile" target="_blank"><u>the official website</u></a>.</p><p>Other recommended free password managers: <a href="https://keepass.info/download.html" target="_blank"><u>KeePass (also open-source!)</u></a>, <a href="https://keepassxc.org/" target="_blank"><u>KeePassXC (a more streamlined alternative)</u></a></p><h2 id="an-excellent-paid-but-not-expensive-password-manager-1password">An excellent paid (but not expensive) password manager: 1Password</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="Az7ZLcHvd26AkeiGEiqJoB" name="1Password.jpg" alt="1Password" src="https://cdn.mos.cms.futurecdn.net/Az7ZLcHvd26AkeiGEiqJoB.jpg" mos="" align="middle" fullscreen="" width="970" height="545" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: 1Password)</span></figcaption></figure><p>A popular password manager designed to securely store and manage your password (and other sensitive information). It also has a ‘Watchtower’ feature which alerts you to weak, reused, or compromised passwords, enabling you to change these and prevent your accounts from being compromised.  It also offers cross-platform support, offline access to your login details, and a password generator.<br><br>1 Password offers a number of different plans, but for individual users, it’s <a href="https://1password.com/pricing#:~:text=volume%2Dbased%20pricing-,Individual,-Take%20control%20of" target="_blank"><u>€2.65/a month</u></a> (which is approximately $2.76/a month in the US, £2.24/a month in the UK, and A$4.40/a month in Australia).</p><h2 id="other-free-ways-to-help-manage-your-passwords">Other free ways to help manage your passwords</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="XBUfLVfDz3ovRsycMbUzJj" name="shutterstock_627197420.jpg" alt="Person using a phone and laptop in a cafe." src="https://cdn.mos.cms.futurecdn.net/XBUfLVfDz3ovRsycMbUzJj.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p>If you use Chrome or Firefox, these browsers have free built-in password management features, namely <a href="https://go.skimresources.com/?id=111346X1569483&xs=1&url=https://passwords.google.com/&xcust=2-1-394076-1-0-0-0-0&sref=https://www.pcworld.com/article/394076/best-free-password-managers.html" target="_blank"><u>Google Password Manager</u></a> and <a href="https://support.mozilla.org/en-US/kb/password-manager-remember-delete-edit-logins" target="_blank"><u>Firefox Password Manager</u></a>. If you use a Mac device, you can use <a href="https://support.apple.com/en-us/109016" target="_blank"><u>iCloud Keychain</u></a> (which can sync and also be used on iOS, iPadOS, and visionOS). If you choose one of these options, make sure you keep your browser updated so that your browser or operating system has the latest protections made and distributed by their respective companies. </p><p>If you’re a casual PC user, you might wonder whether you really need a password manager, especially when browsers and operating systems already offer built-in options. However, consider this: in today’s increasingly digital world, the security of your online accounts is only as strong as your weakest password. It’s easy to fall into bad habits, like reusing passwords across platforms or creating ones that are too simple to be secure.</p><p>A password manager can simplify your life and improve your digital security by taking the burden of remembering countless (often complex)  passwords off your shoulders. Whether you opt for a free tool like Bitwarden or a reasonably priced option like 1Password, the small effort of setting it up can pay off in spades by protecting your personal information and saving you from future headaches.</p><p>If you're looking for a password manager for your professional activities, check out <a href="https://www.techradar.com/pro/security/how-to-choose-the-perfect-password-manager-for-you">our Techradar Pro guide</a>.</p><h3 class="article-body__section" id="section-you-might-also-like"><span>YOU MIGHT ALSO LIKE...</span></h3><ul><li><a href="https://www.techradar.com/pro/security/how-does-a-password-manager-work">How does a password manager work?</a></li><li><a href="https://www.techradar.com/pro/security/looks-like-android-is-making-life-easier-for-those-with-password-managers">Looks like Android is making life easier for those with password managers</a></li><li><a href="https://www.techradar.com/pro/apple-might-be-about-to-launch-its-own-password-manager">Apple might be about to launch its own password manager</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Struggling to remember your passwords? These VPNs offer password management and great savings over Cyber Monday ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/vpn/struggling-to-remember-your-passwords-these-vpns-offer-password-management-and-great-savings-over-black-friday</link>
                                                                            <description>
                            <![CDATA[ Remembering strong passwords is a pain – but these VPNs offer password managers that'll do it for you. Here are my top Cyber Monday picks ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">vzV5xgzDz7tTJf4Le4xWWH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/MW3XaaLuG67nKv6cW4HzWF-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 29 Nov 2024 17:44:16 +0000</pubDate>                                                                                                                                <updated>Wed, 04 Dec 2024 17:18:34 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Privacy &amp; Security]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                <author><![CDATA[ river.hart@futurenet.com (River Hart) ]]></author>                    <dc:creator><![CDATA[ River Hart ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/XZHNPjws5X5xV4NyrWU96J.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;River is a Tech Software Editor and VPN expert, helping take care of cybersecurity content on TechRadar, ranging from reviews, buying guides, and must-have VPN deals. River&#039;s expertise in the cybersecurity field opened their eyes to the startling amount of online snooping we accept into our daily lives. Now, River is committed to fighting for your right to digital privacy by shining a light on its biggest threats – and helping readers safeguard their data with the help of a VPN. Surfshark is River&#039;s favorite VPN, and they use it every day to keep their most sensitive details out of the hands of third-party trackers.&lt;/p&gt;&lt;p&gt;After graduating from Manchester Metropolitan University with a First Class degree in Creative Writing, River bounced around the UK on a mission to craft stories. They’ve worked as a B2B magazine editor (working in an eclectic range of fields, including theme parks, VR gaming, and e-commerce), L&amp;D [coordinator], and found their way into the world of cybersecurity in 2019, leading the writing team over at ProPrivacy. River has since been quoted in The Guardian, BBC News, and Forbes.&lt;/p&gt;&lt;p&gt;In their spare time, River enjoys poking around museums in their adopted hometown of Liverpool, hiking across their native North Wales countryside, and spending way too much time plugged into a PS5.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/MW3XaaLuG67nKv6cW4HzWF-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A 3D render of dozens of small locked yellow padlocks arranged around a large open padlock, all on a yellow background]]></media:description>                                                            <media:text><![CDATA[A 3D render of dozens of small locked yellow padlocks arranged around a large open padlock, all on a yellow background]]></media:text>
                                <media:title type="plain"><![CDATA[A 3D render of dozens of small locked yellow padlocks arranged around a large open padlock, all on a yellow background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/MW3XaaLuG67nKv6cW4HzWF-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Okay, hands up – how many of you are still reusing the same passwords across a bunch of accounts? Uh-huh. I see you. You've probably heard this before but it bears repeating: using the same password over and over is a massive privacy no-no.</p><p>If you're wondering how you're supposed to keep track of dozens of unique logins, however, then I have good news – a <a href="https://www.techradar.com/best/password-manager">password manager</a> will do it for you. They'll even generate new passwords and encrypt your existing ones. Even better? Plenty of today’s <a href="https://www.techradar.com/vpn/best-vpn">best VPNs</a> also have their very own password managers.</p><p>We're right in the middle of the <a href="https://www.techradar.com/vpn/cyber-monday-vpn-deals">Cyber Monday VPN sales</a>, though there's not a lot of time left to bag a bargain. So, if you’re intrigued by password managers and want all the benefits of a VPN, take the plunge. Your digital privacy will thank you for it.</p><h2 id="why-password-security-matters">Why password security matters</h2><p>Cybercriminals are crafty little creeps, and the first and best way of preventing them from accessing your accounts (and all of the potentially sensitive data stored within) is with a secure password. Plus, you’ll also be reducing the risk of being involved in costly <a href="https://www.techradar.com/computing/cyber-security/how-does-a-data-breach-affect-you-and-why-should-you-care">data leaks</a>.</p><p>A weak password is, as you can imagine, a lot easier to crack than one stuffed with symbols and numbers. Ensuring that your password is at least 16 characters long means it’ll take billions of years to figure out – whereas an 8-character password only takes a few hours.</p><p>Of course, <a href="https://www.techradar.com/avoid-making-password-mistakes">you won’t want to use that one solid password</a> for everything, as reusing passwords is massively risky. If a bad actor gets access to one account, and you’ve been sharing passwords across multiple sites, they could get access to everything else – your social media, banking platforms, and medical accounts.</p><p>Then, the bad actor has everything they need to lock you out of your account and sell your data for profit – or even go on to commit identity fraud.</p><h2 id="top-tips-for-strengthening-your-passwords">Top tips for strengthening your passwords</h2><p>So, with all this in mind, you might be wondering about the ingredients to a perfect password. Let’s go through the recipe one at a time:</p><ul><li><strong>One password per account</strong>: every time you log in to a site or create a new account, you should be using a different password – and a password manager can help you generate and remember these unique logins.</li><li><strong>Get creative with symbols and numbers</strong>: the best passwords are an eclectic mix of characters – numbers, symbols, and non-dictionary terms included. Get weird with it if you’re generating your own.</li><li><strong>Don’t include personal information</strong>: gone are the days when including your pet, children, or spouse’s name in a password was acceptable. It’s a nice homage, but it’s predictable, and a hacker combing through your social media will incorporate these details into their <a href="https://www.techradar.com/pro/vpn/what-is-a-brute-force-attack">brute-force attacks</a>.</li><li><strong>Switch it up regularly</strong>: change your passwords every three months or so to keep your accounts locked up tight and, if you receive an alert that a login has been involved in a data leak, change the associated password right away.</li><li><strong>Enable multi-factor authentication</strong>: <a href="https://www.techradar.com/features/what-is-2fa-and-mfa">MFA is a must-have</a> wherever it’s available, as it requires you to input a unique code whenever logging into a site or app. You’ll receive the code via text, usually, which means that a hacker won’t be able to access your accounts unless they have your phone, too (which is seriously unlikely).</li></ul><h2 class="article-body__section" id="section-my-vpn-recommendations"><span>My VPN recommendations</span></h2><div class="product"><a data-dimension112="074b2ea9-fea1-4a63-801f-594c0a2a91a8" data-action="Deal Block" data-label="1. NordVPN" data-dimension48="1. NordVPN" href="http://go.nordvpn.net/aff_c?offer_id=564&aff_id=3013&url_id=10992" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1080px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="eufSwiJC2Xpn3QkZ9rBwWF" name="Nord_VPN.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/eufSwiJC2Xpn3QkZ9rBwWF.jpg" mos="" align="middle" fullscreen="" width="1080" height="1080" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>1. </strong><a href="http://go.nordvpn.net/aff_c?offer_id=564&aff_id=3013&url_id=10992" target="_blank" rel="nofollow" data-dimension112="074b2ea9-fea1-4a63-801f-594c0a2a91a8" data-action="Deal Block" data-label="1. NordVPN" data-dimension48="1. NordVPN" data-dimension25=""><strong>NordVPN</strong> – from $2.99 per month</a><br><strong>The best VPN overall</strong><br>NordVPN's very own password manager, NordPass, is included in its Plus and Ultimate plans – and you'll also get a data breach scanner that'll alert you if your information is involved in a leak. NordVPN itself is a stellar service and our #1 pick overall, and its modest pricing is now even cheaper thanks to the last-chance Cyber Monday sales. Check it out for yourself with a 30-day money-back guarantee.<a class="view-deal button" href="http://go.nordvpn.net/aff_c?offer_id=564&aff_id=3013&url_id=10992" target="_blank" rel="nofollow" data-dimension112="074b2ea9-fea1-4a63-801f-594c0a2a91a8" data-action="Deal Block" data-label="1. NordVPN" data-dimension48="1. NordVPN" data-dimension25="">View Deal</a></p></div><div class="product"><a data-dimension112="fbbe689a-f1c7-48d0-a7a7-c195b160ed4f" data-action="Deal Block" data-label="2. ExpressVPN" data-dimension48="2. ExpressVPN" href="https://www.expressvpn.com/offer/recommended-deal?offer=3monthsfree" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1080px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="T25YsZZ6amLmNCqhxQnoRF" name="Express_VPN.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/T25YsZZ6amLmNCqhxQnoRF.jpg" mos="" align="middle" fullscreen="" width="1080" height="1080" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>2. </strong><a href="https://www.expressvpn.com/offer/recommended-deal?offer=3monthsfree" target="_blank" rel="nofollow" data-dimension112="fbbe689a-f1c7-48d0-a7a7-c195b160ed4f" data-action="Deal Block" data-label="2. ExpressVPN" data-dimension48="2. ExpressVPN" data-dimension25=""><strong>ExpressVPN</strong> – from $5.32 per month</a><br><strong>The best VPN for beginners</strong><br>ExpressVPN is our favorite secure VPN for a reason – and its password manager, ExpressVPN Keys, is a huge part of why. The password manager is included in every ExpressVPN subscription, and both tools are incredibly easy to use even if you're totally new to the tech. As Cyber Monday draws to an end, don't forget to make the most of ExpressVPN's sale and enjoy a 30-day money-back guarantee.<a class="view-deal button" href="https://www.expressvpn.com/offer/recommended-deal?offer=3monthsfree" target="_blank" rel="nofollow" data-dimension112="fbbe689a-f1c7-48d0-a7a7-c195b160ed4f" data-action="Deal Block" data-label="2. ExpressVPN" data-dimension48="2. ExpressVPN" data-dimension25="">View Deal</a></p></div><div class="product"><a data-dimension112="cfef56cc-e98f-4c73-b4ad-e4323d274576" data-action="Deal Block" data-label="3. Proton VPN" data-dimension48="3. Proton VPN" href="https://go.getproton.me/aff_c?offer_id=25&aff_id=1046" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1080px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="z2HZEoVumkC2wAcoak6meP" name="Proton VPN deal block.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/z2HZEoVumkC2wAcoak6meP.jpg" mos="" align="middle" fullscreen="" width="1080" height="1080" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><strong>3. </strong><a href="https://go.getproton.me/aff_c?offer_id=25&aff_id=1046" target="_blank" rel="nofollow" data-dimension112="cfef56cc-e98f-4c73-b4ad-e4323d274576" data-action="Deal Block" data-label="3. Proton VPN" data-dimension48="3. Proton VPN" data-dimension25=""><strong>Proton VPN</strong> – from $3.59 per month</a><br><strong>A privacy-first provider<br></strong>Pick up a Proton VPN Unlimited plan and you'll get access to each and every Proton service – including the awesome Proton Pass. Proton is a huge advocate for digital privacy and, to celebrate the Cyber Monday finale, you can pick up its VPN plan at a massively discounted rate, all while enjoying a 30-day money-back guarantee that'll allow you to try before committing to a subscription.<a class="view-deal button" href="https://go.getproton.me/aff_c?offer_id=25&aff_id=1046" target="_blank" rel="nofollow" data-dimension112="cfef56cc-e98f-4c73-b4ad-e4323d274576" data-action="Deal Block" data-label="3. Proton VPN" data-dimension48="3. Proton VPN" data-dimension25="">View Deal</a></p></div>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 9 steps to migrate your existing email to a secure email ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/9-steps-to-migrate-your-existing-email-to-a-secure-email</link>
                                                                            <description>
                            <![CDATA[ So you've decided to move your existing email to a secure email option? Great, now here's what you need to do. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ad7vmyVuPsLgaLUCLERGFE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3RVyWyFAR9uNjVkZynZfRM-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 14 Nov 2024 17:30:35 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:08:29 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ bryan.wolfe@futurenet.com (Bryan M Wolfe) ]]></author>                    <dc:creator><![CDATA[ Bryan M Wolfe ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/bsbij4rP7NWfEAnN3HdV87.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/3RVyWyFAR9uNjVkZynZfRM-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[An email secured with a padlock]]></media:description>                                                            <media:text><![CDATA[An email secured with a padlock]]></media:text>
                                <media:title type="plain"><![CDATA[An email secured with a padlock]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3RVyWyFAR9uNjVkZynZfRM-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In an age where data breaches and privacy concerns are increasingly common, securing email communication is more critical than ever. Migrating from a less secure email service to a more secure one can seem daunting, but the transition can be smooth and efficient with a step-by-step approach. Below is a comprehensive guide on migrating your existing email account to a <a href="https://www.techradar.com/best/best-secure-email-providers">secure email platform</a>.</p><h3 class="article-body__section" id="section-1-choose-a-secure-email-provider"><span>1. Choose a Secure Email Provider</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:52.14%;"><img id="JAtxYf95ZHLoDejNbXLYXB" name="laptop-5723603_1920.jpg" alt="Email" src="https://cdn.mos.cms.futurecdn.net/JAtxYf95ZHLoDejNbXLYXB.jpg" mos="" align="middle" fullscreen="" width="1920" height="1001" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Pixabay)</span></figcaption></figure><p>Before you can migrate to a new email service, selecting a secure and reliable email provider is important. Look for services that offer end-to-end encryption, which ensures that only you and the intended recipient can read the contents of your emails. This adds a crucial layer of security, especially if you often share sensitive information.</p><p>Additionally, review the provider’s privacy policy carefully. A strong privacy policy should clearly outline how your data is managed, what information is collected, and whether it is shared with third parties. Opt for providers that minimize data collection and prioritize user privacy.</p><p>When considering jurisdictions, it’s beneficial to choose email providers that operate under laws that protect user data, such as the General Data Protection Regulation (GDPR) in the European Union or the Federal Trade Commission (FTC) regulations in the U.S. These laws establish strict guidelines on data handling and user privacy.</p><p>Some of the <a href="https://www.techradar.com/best/best-secure-email-providers">best secure email services</a> that align with these criteria include:</p><p><a href="https://www.techradar.com/reviews/protonmail-secure-email"><strong>ProtonMail</strong></a>: Based in Switzerland, ProtonMail offers robust end-to-end encryption and has a strong privacy framework, as Swiss laws provide significant protection for personal data.</p><p><a href="https://www.techradar.com/reviews/tutanota-secure-email"><strong>Tutanota</strong></a>: Based in Germany, Tutanota features end-to-end encryption for emails and the entire mailbox and address book. It complies with GDPR, making user privacy a priority.</p><p>By evaluating these aspects, you can ensure that your transition to a new email service protects your privacy and enhances your security.</p><h3 class="article-body__section" id="section-features-to-consider"><span>Features to consider</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="MCTaifsDFHvU7pJ9uKmjzY" name="shutterstock_1093390955.jpg" alt="email" src="https://cdn.mos.cms.futurecdn.net/MCTaifsDFHvU7pJ9uKmjzY.jpg" mos="" align="middle" fullscreen="" width="970" height="545" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / Belozersky)</span></figcaption></figure><p>When choosing a secure messaging app, prioritize features that protect your communications. Look for <a href="https://www.techradar.com/pro/vpn/what-is-e2ee">end-to-end encryption</a>, which ensures that only the intended recipient can decrypt your messages, minimizing interception risks.</p><p><a href="https://www.techradar.com/news/the-importance-of-two-factor-authentication">Two-factor authentication (2FA)</a> is also crucial, as it adds an extra security layer by requiring both your password and a secondary verification method, like a code sent to your phone. This reduces the chances of unauthorized access.</p><p>Consider the app&apos;s server location concerning data privacy laws. Apps operating under strong regulations, like the EU&apos;s GDPR, often provide better data protection.</p><p>Using open-source technology enhances trust, allowing independent experts to audit the code for vulnerabilities and ensuring transparency.</p><p>Lastly, apps with <a href="https://www.techradar.com/opinion/understanding-zero-knowledge-security">zero-knowledge architecture</a> ensure that the service provider cannot access or decrypt your messages, protecting user privacy even in a data breach.</p><p>By considering these factors, you can select a messaging app that prioritizes your security and privacy.</p><h3 class="article-body__section" id="section-2-setting-up-a-new-account"><span>2. Setting up a new account</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="fM8xCxm5Z8RmL2yHGbveFZ" name="Best email services.jpg" alt="Best email services: image of email with one unread message alert" src="https://cdn.mos.cms.futurecdn.net/fM8xCxm5Z8RmL2yHGbveFZ.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Creating your new account is a breeze once you&apos;ve chosen your secure email provider. Here&apos;s a quick walkthrough:</p><p><strong>Head to the provider&apos;s website and locate the signup page</strong>. Most providers offer free email accounts, so you shouldn&apos;t worry about upfront costs.</p><p><strong>Choose a username and password</strong>. Your username will be your email address, so select something memorable and professional. For your password, choose a strong combination of letters, numbers, and symbols you won&apos;t use for other online accounts.</p><p><strong>Set up two-factor authentication</strong>. This extra layer of security helps protect your account from unauthorized access. When enabled, you&apos;ll receive a code via text message or authenticator app whenever you try to log in from a new device.</p><p><strong>Configure your recovery options</strong>. If you ever forget your password, you&apos;ll need a way to recover your account. Choose a recovery email address or phone number that you can access.</p><p><strong>Start using your new secure email account!</strong> Knowing your communications are protected, you can now send and receive emails with peace of mind.</p><h3 class="article-body__section" id="section-3-export-old-emails"><span>3. Export old emails</span></h3><p>If you want to keep your old emails, you&apos;ll need to export them from your current service. Most email services offer a way to download your data. This process will vary depending on your provider, but generally, you can follow these steps:</p><p><strong>For Gmail:</strong></p><p>1.  Go to Google Takeout.</p><p>2.  Select only "Mail" or choose specific labels.</p><p>3.  Choose the file format and delivery method, then click “Create export”.</p><p><strong>For Outlook:</strong></p><p>1.  Open Outlook and go to File -> Open & Export.</p><p>2.  Select “Import/Export” to open the wizard.</p><p>3.  Choose “Export to a file” and select “Outlook Data File (.pst)”.</p><h3 class="article-body__section" id="section-4-import-emails-to-your-new-secure-email-account"><span>4. Import emails to your new secure email account</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5184px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="wu9ETg7CKV2jeP7N9w8827" name="mobile-mail.jpeg" alt="Email app on mobile device" src="https://cdn.mos.cms.futurecdn.net/wu9ETg7CKV2jeP7N9w8827.jpeg" mos="" align="middle" fullscreen="" width="5184" height="2916" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Brett Jordan on Unsplash)</span></figcaption></figure><p>After exporting your emails, it’s time to transfer them to your new secure email account. Many providers offer import tools or support resources, so check the documentation of your new service for specific procedures.</p><p>For complex migrations involving multiple accounts or extensive archives, consider using tools like MailStore or Thunderbird. MailStore helps create backups and restore emails easily, while Thunderbird provides powerful import options that maintain folder structures and metadata.</p><p>Before starting the migration, organize your emails by deleting unnecessary messages and categorizing important ones. This will streamline the import process.</p><p>Ensure you have a stable internet connection during the transfer, and be prepared for it to take some time, especially with large amounts of data. Monitor the progress and address any errors that arise.</p><p>With proper tools and some preparation, you can successfully transfer your emails to your new service. Don’t forget to explore the new features and security options available to enhance your email experience.</p><h3 class="article-body__section" id="section-5-update-your-email-address-across-services"><span>5. Update your email address across services</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:51.35%;"><img id="GtdyQ8YcaNKeexxKoG2Ren" name="email-ge45e61195_1920.jpg" alt="An image of emails erupting like a flock of birds from a mobile device." src="https://cdn.mos.cms.futurecdn.net/GtdyQ8YcaNKeexxKoG2Ren.jpg" mos="" align="middle" fullscreen="" width="1920" height="986" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Pixabay | geralt)</span></figcaption></figure><p>Switching to a new email address requires some digital housekeeping to ensure a smooth transition. It&apos;s essential to approach this process methodically to avoid any disruption in communication or access to important services. </p><p>Start by listing all the services, subscriptions, and contacts associated with your old email address. This includes vital accounts like online banking, e-commerce sites, and subscription-based services like streaming platforms, newsletters, and software applications. Take note of any promotional or loyalty accounts requiring email verification for updates or rewards.</p><p>Additionally, don&apos;t forget your social media profiles. Updating your email on platforms like Facebook, Twitter, LinkedIn, and Instagram is crucial, as these platforms often use your email for notifications, security alerts, and important updates. Check any associated apps that may require your new email for notifications or account recovery.</p><p>Professional contacts are equally important. Inform colleagues, clients, and networking connections about your new email address to ensure you remain reachable. It may be helpful to send a blanket email from your old account explaining the change and requesting them to update their records. </p><p>Moreover, consider updating your email address in any personal or work-related documents containing your old address. This might include resumes, cover letters, or any documentation for ongoing projects. </p><p>Taking the time to update these records methodically prevents missed notifications, ensures you receive important information and maintains seamless communication with the people and services that matter most. Remember to monitor your old email account for a while after the transition, just in case any messages slip through the cracks, allowing you to redirect important communications to your new address.</p><h3 class="article-body__section" id="section-6-set-up-email-forwarding"><span>6. Set up email forwarding</span></h3><p>To set up forwarding on your old email account, start by logging in to your account. Once you&apos;re in, navigate to the settings menu, which is usually represented by a gear icon or found in the account dropdown. Look for an option labeled "Forwarding" or "Mail Forwarding."</p><p>After selecting that option, enter your new secure email address in the designated field. Make sure to check any boxes that may allow you to keep a copy of the forwarded emails in your old account, which can be helpful for backup purposes.</p><p>Some email providers may ask you to verify this new forwarding address. If prompted, follow the verification steps, which might include clicking a link sent to your new email. </p><p>Once the setup is complete, try sending a test email to your old address to ensure that it is being forwarded correctly. Monitor both accounts for a few weeks to confirm that all incoming messages are being redirected properly. This will help you catch any important emails during the transition period and ensure that you don&apos;t miss out on critical communications. </p><p>Additionally, consider updating any contacts or services that use your old email address to avoid future confusion.</p><h3 class="article-body__section" id="section-7-secure-your-new-email-account"><span>7. Secure your new email account</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:55.99%;"><img id="xNVXLpov5puz2Yq2LcBuoj" name="email-3249062_1920.jpg" alt="email" src="https://cdn.mos.cms.futurecdn.net/xNVXLpov5puz2Yq2LcBuoj.jpg" mos="" align="middle" fullscreen="" width="1920" height="1075" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Image by Muhammad Ribkhan from Pixabay)</span></figcaption></figure><p>Congratulations on setting up your secure email account! To keep it secure, regularly update your password with a strong combination of at least 12 characters, mixing uppercase and lowercase letters, numbers, and special characters. A memorable passphrase made up of random words can help with this.</p><p>Check your account settings for enhanced security features like two-factor authentication (2FA) or multifactor authentication (MFA). Enable additional protections like advanced spam filters and anti-phishing measures. Familiarize yourself with options to report suspicious messages or block unwanted senders.</p><p>Stay vigilant by reviewing your login activity regularly. Many email providers have a security log to help you monitor recent logins. If you spot any unfamiliar activity, take immediate action, such as changing your password.</p><p>By following these steps, you can help ensure your account remains secure and your communications private. Stay informed about the latest security threats and best practices to maintain your email security.</p><h3 class="article-body__section" id="section-8-educate-yourself-about-phishing-and-scams"><span>8. Educate yourself about phishing and scams</span></h3><p>Moving to a secure email provider is a significant step towards better security, but it’s also essential to remain vigilant about phishing attacks and scams. Phishing attacks often come in the form of unsolicited emails that appear to be from legitimate sources, such as banks, online services, or even colleagues. These emails may urge you to click on links or provide personal information, such as passwords or credit card details.</p><p>To protect yourself, take the time to educate yourself about the common signs of phishing attempts. Look for discrepancies in email addresses, poor grammar or spelling, and generic greetings that don’t use your name. Additionally, always verify the legitimacy of any requests by contacting the institution directly through official channels rather than relying on the contact information provided in the email.</p><p>Utilizing additional security measures, such as enabling two-factor authentication, can further safeguard your accounts. Being cautious and skeptical about unsolicited emails will help you maintain better control over your personal information and enhance your overall online security. Stay informed and proactive in recognizing potential threats to ensure a safer digital experience.</p><h3 class="article-body__section" id="section-9-regularly-backup-your-emails"><span>9. Regularly backup your emails</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="VPXt8oYTbR5ZBPfu7qoXzF" name="SeagateBackupPlus5TB.jpg" alt="The Seagate Backup Plus 5TB hard drive" src="https://cdn.mos.cms.futurecdn.net/VPXt8oYTbR5ZBPfu7qoXzF.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Seagate)</span></figcaption></figure><p>Set up a schedule to regularly back up your emails either using built-in options provided by your secure email provider or using third-party software. Most email services offer automatic backup features that can be configured to run daily, weekly, or monthly. If your provider does not offer this, consider using third-party software like MailStore or Backupify, which can efficiently archive and back up your emails to local or cloud storage.</p><p>When setting up your backup schedule, ensure that you also consider the retention period for your backups. It’s a good practice to keep multiple versions of backups for a certain period to safeguard against corruption or unexpected issues. Additionally, routinely check the integrity of your backups by attempting to restore a few emails or folders to confirm that the process is functioning correctly.</p><p>Make sure to use secure methods to store your backups, such as encryption or secure cloud storage options, to protect sensitive information. Regularly reviewing and updating your backup plan based on your evolving needs is also recommended, as this helps ensure that you are always well-protected against potential data loss due to accidental deletions or malicious attacks.</p><h2 id="conclusion">Conclusion</h2><p>Migrating to a secure email service is an important step toward protecting your personal information and enhancing your online security. By following these detailed steps, you can ensure a smooth transition to your new secure email provider, and enjoy greater peace of mind knowing your communications are better protected.</p><p>For any issues during migration, don’t hesitate to reach out to the customer support of your new secure email provider. They can provide guidance specific to their service, ensuring a seamless transition.</p><h2 id="conclusion-2">Conclusion</h2><p><br></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to move to a new password manager? ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/how-to-move-to-a-new-password-manager</link>
                                                                            <description>
                            <![CDATA[ When moving to a new password manager, there are key steps to follow and some planning. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">g8XHPDY3bdpAxiphWmr8F</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ZZhh5oCYXyNNbqdNuJeSJa-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 14 Nov 2024 15:58:47 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:08:29 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ bryan.wolfe@futurenet.com (Bryan M Wolfe) ]]></author>                    <dc:creator><![CDATA[ Bryan M Wolfe ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/bsbij4rP7NWfEAnN3HdV87.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ZZhh5oCYXyNNbqdNuJeSJa-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[password manager example]]></media:description>                                                            <media:text><![CDATA[password manager example]]></media:text>
                                <media:title type="plain"><![CDATA[password manager example]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ZZhh5oCYXyNNbqdNuJeSJa-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Switching to a new <a href="https://www.techradar.com/best/password-manager">password manager</a> can be daunting, especially if you have relied on one service for a long time to store your sensitive login credentials. The thought of securely transferring all that data can feel overwhelming. However, by following these essential steps, you can ensure a smooth and secure transition to a new password manager.</p><h3 class="article-body__section" id="section-what-is-a-password-manager"><span>What is a password manager?</span></h3><p>Creating and remembering unique, strong passwords for online accounts can be challenging, especially with the rise of cyber threats. This is where a password manager proves invaluable.</p><p>A password manager is a secure tool that stores usernames, passwords, and payment information in a digital vault protected by a single master password—the only one you need to remember. </p><p>These tools offer encrypted storage to keep your passwords safe from unauthorized access. Even if hackers gain access, they cannot decipher your data without the master password. Additionally, password managers often include features like autofill and auto-login, streamlining account access and providing protection against phishing attacks. They can also generate strong, random passwords, eliminating the risks associated with weak or reused ones.</p><p>Using a password manager reduces the burden of memorizing multiple passwords and allows you to use complex, unique passwords for each account. They facilitate secure password sharing and promote diverse password usage, all while simplifying the management of your online accounts.</p><h3 class="article-body__section" id="section-choose-the-right-password-manager"><span>Choose the right password manager</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:420px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="FiFZmzZgjZkmrUJ3t6DBaG" name="passwords-420-90.jpg" alt="Password" src="https://cdn.mos.cms.futurecdn.net/8e6f293f1300f5dfad37603593aacd79.jpg" mos="" align="middle" fullscreen="" width="420" height="236" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>When selecting a new password manager, consider the following best practices:</p><p><strong>1. Do the research</strong></p><p>Before switching to a password manager, conducting thorough research is essential to identify one that best suits your individual needs and preferences. Start by exploring different options and comparing their security features. Look for password managers with robust encryption methods, such as AES-256-bit encryption, ensuring your data remains secure. </p><p>Usability is another crucial factor—choose a password manager with an intuitive interface that is easy to navigate. Check if it’s compatible with your devices and browsers and whether it supports autofill for passwords, which can significantly enhance your experience.</p><p>Customer support is also crucial. Investigate the level of support offered, whether it’s 24/7 assistance, live chat, or email support. Reading user reviews can provide insights into the reliability of the service and how effectively the company addresses user concerns.</p><p>Pricing is also important; look for a password manager that fits your budget while still providing necessary features. Some may offer free versions with essential functions, while others offer premium services with advanced capabilities.</p><p>Furthermore, look for attributes such as two-factor authentication (2FA), which adds an extra layer of security by requiring a second form of verification. Zero-knowledge encryption is another critical feature, ensuring that even the company cannot access your data. Lastly, check if the password manager allows you to seamlessly import data from other passwords, making the transition smoother and hassle-free. Evaluating these aspects will help you choose a reliable and effective password manager that fits your needs.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="6ZnNA7DAciAKuqGjMJbcML" name="shutterstock_691352836 (1).jpg" alt="passwords" src="https://cdn.mos.cms.futurecdn.net/6ZnNA7DAciAKuqGjMJbcML.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: italii Vodolazskyi / Shutterstock)</span></figcaption></figure><p><strong>2. Export Your Passwords</strong></p><p>The first actual step in making the switch is to export your passwords from your current password manager. This process generally involves navigating to the settings or &apos;Tools&apos; section of the application. Look for an option labeled &apos;Export&apos; or something similar; this will often lead you to a choice of file formats for saving your data. Most password managers allow you to export your information as a .csv file, which is a common format that can be opened in spreadsheet applications like Microsoft Excel or Google Sheets.</p><p><strong>Important</strong>: Before proceeding with the export, ensure that your computer is secure. Double-check that your antivirus software is up to date and that there are no malicious programs running in the background. Remember that .csv files are not encrypted, which means your passwords will be stored in plain text and could be easily accessed if the file falls into the wrong hands. Once you&apos;ve exported your passwords, it&apos;s advisable to delete the .csv file as soon as possible or store it in a highly secure location, such as a vault or an encrypted drive.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1280px;"><p class="vanilla-image-block" style="padding-top:66.72%;"><img id="Ab68xWC4xN69qNTjdMdxbe" name="backup small.jpg" alt="Uranium Backup" src="https://cdn.mos.cms.futurecdn.net/Ab68xWC4xN69qNTjdMdxbe.jpg" mos="" align="middle" fullscreen="" width="1280" height="854" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: 123RF)</span></figcaption></figure><p><strong>3. Backup Your Data</strong></p><p>As a precaution, it’s always good to have a backup before making major changes. This backup could be in the form of an encrypted file stored on a secure external drive or another location that only you can access. To ensure the integrity of your backup, consider using reliable backup software that provides encryption options. </p><p>When selecting an external drive, opt for one with a strong reputation for durability and security features, such as hardware-based encryption and password protection. Additionally, it’s wise to regularly update your backup to capture any recent changes or important data. </p><p>You might also want to store copies in multiple locations, such as a cloud storage service that offers end-to-end encryption, to further protect your information from loss or theft. By implementing these practices, you can have peace of mind knowing that your data is secure and recoverable in case of unforeseen issues.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3200px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="pwXvfqcih8onoUrA3bmTni" name="shutterstock_1498345670.jpg" alt="How to transfer files to a new PC" src="https://cdn.mos.cms.futurecdn.net/pwXvfqcih8onoUrA3bmTni.jpg" mos="" align="middle" fullscreen="" width="3200" height="1800" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p><strong>4. Import Your Passwords to the New Manager</strong></p><p>Once you have chosen a new password manager and successfully exported your passwords from the previous service, it&apos;s time to import the data into your new manager. Most modern password managers provide a straightforward import function to facilitate this process.</p><p><strong>Locate the Import Feature</strong>: Open your new password manager and navigate the settings menu. Look for an option labeled "Import" or "Import Passwords." This feature is often found under a section dedicated to managing your vault or settings.</p><p><strong>Choose the File Format</strong>: Ensure that your exported file is in a compatible format. Most password managers accept .csv files, but some may allow others like .json or proprietary formats specific to certain services. If you chose a .csv format, double-check that it follows the guidelines specified by the new manager.</p><p><strong>Upload Your Exported File</strong>: Follow the prompts to upload your exported file. Be prepared to navigate to the location on your computer where the file is saved.</p><p><strong>Map the Fields</strong>: Depending on the password manager, you may need to map the fields from your old file to the corresponding fields in the new manager. For example, ensure your username, password, and website fields align correctly. Many applications automatically detect these fields, but it helps to review them.</p><p><strong>Review and Confirm</strong>: After uploading, the password manager may give you a preview of the data being imported. Take the time to review this information for accuracy. Verify that all entries are correct and complete before finalizing the import process.</p><p><strong>Finalize Import</strong>: Confirm the import once you are satisfied with the preview. The password manager will process the file and add your passwords to your new vault.</p><p><strong>Organize and Secure</strong>: After the import is complete, organize your passwords into folders or categories if your new manager allows it. Review your security settings and consider enabling two-factor authentication for added protection.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="bwZSJHwRRPeJTFhGcU43gb" name="shutterstock_655581304.jpg" alt="Red Audit stamp on white paper with pen signing underneath" src="https://cdn.mos.cms.futurecdn.net/bwZSJHwRRPeJTFhGcU43gb.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p><strong>5. Organize and Audit Your Data</strong></p><p>After importing, take the time to organize your passwords into any categories or folders as offered by your new service. This is also the perfect opportunity to update any old or weak passwords. Use your new password manager&apos;s password generator to create strong, unique passwords for each account. Some managers also have a security audit feature that can analyze your passwords and suggest changes to enhance security.</p><p><strong>6. Update Device and Browser Integrations</strong></p><p>Update your browser extensions or mobile apps with your new password manager to ensure that your passwords autofill correctly when you&apos;re navigating online. This will typically involve signing into the new service and enabling any necessary permissions so that the password manager can operate effectively across all your devices.</p><p><strong>7. Double-Check Everything</strong></p><p>Before you say goodbye to your old manager, double-check that all data is transferred correctly and that you can access your accounts through the new manager. It&apos;s vital to ensure that no accounts have been left behind or overlooked during the transition.</p><p><strong>8. Decommission Your Old Password Manager</strong></p><p>Once you&apos;re satisfied that the new password manager is functioning properly, it&apos;s safe to decommission your old password manager. Log out of all devices, browser extensions, and apps, and go through the proper process to delete your account, assuming you do not plan to return to it.</p><h2 id="conclusion-3">Conclusion</h2><p>Migrating to a new password manager doesn’t have to be complex or risky with careful planning and execution. Take your time with each step, ensuring the security of your data throughout the process. Moving to a password manager better suited to your needs can give you enhanced security, convenience, and peace of mind. Enjoy your new level of password organization and the features your new service provides.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How does a password manager work? ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/how-does-a-password-manager-work</link>
                                                                            <description>
                            <![CDATA[ You might know what password managers do, but how do they work? Let's find out. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">oZFo4jfD86aqpnUBXFWw7X</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ZZhh5oCYXyNNbqdNuJeSJa-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 13 Nov 2024 14:29:36 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:08:29 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ bryan.wolfe@futurenet.com (Bryan M Wolfe) ]]></author>                    <dc:creator><![CDATA[ Bryan M Wolfe ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/bsbij4rP7NWfEAnN3HdV87.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ZZhh5oCYXyNNbqdNuJeSJa-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[password manager example]]></media:description>                                                            <media:text><![CDATA[password manager example]]></media:text>
                                <media:title type="plain"><![CDATA[password manager example]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ZZhh5oCYXyNNbqdNuJeSJa-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Maintaining strong and unique passwords for our online accounts is crucial for security. However, remembering complex passwords for dozens or even hundreds of accounts can be a daunting challenge, even for those with exceptional memories. This is where password managers come in. </p><p>In this article, we will explore what a <a href="https://www.techradar.com/best/password-manager">password manager</a> is and how it enhances your online security, freeing you from the burden of memorizing numerous passwords.</p><h3 class="article-body__section" id="section-what-is-a-password-manager"><span>What is a Password Manager?</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2309px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="8porH7zuoGWUJ3bmDWmQTf" name="iStock-1986676161.jpg" alt="password manager" src="https://cdn.mos.cms.futurecdn.net/8porH7zuoGWUJ3bmDWmQTf.jpg" mos="" align="middle" fullscreen="" width="2309" height="1299" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>Creating and remembering unique, strong passwords for our online accounts has become increasingly overwhelming. With the rise of cyber threats and data breaches, it&apos;s crucial to ensure that our passwords are memorable and secure. This is where the role of a password manager becomes invaluable. </p><p>A password manager is a <a href="https://www.techradar.com/pro/security/how-to-choose-the-perfect-password-manager-for-you">sophisticated software tool</a> designed to store and manage online credentials safely and securely. It acts as a digital vault where usernames, passwords, and sometimes payment information are securely stored. A single master key protects access to this vault: your master password, the only password you need to remember.</p><p>Password managers have several core features that enhance security and user convenience. One of the primary features is encrypted storage, which ensures that your passwords are stored in a format that&apos;s unreadable by anyone else without the master key. This means that even if a hacker accesses the password manager, they won&apos;t be able to decipher your stored data without that valuable master password. The master password is the linchpin of this system, significantly reducing the cognitive load on users who might otherwise struggle to remember dozens of different passwords.</p><p>Password managers often include features such as autofill and auto-login to streamline the process of accessing online accounts. These functionalities not only save time spent entering credentials but also provide an additional layer of security. By automatically filling in passwords only on genuine websites, password managers help protect against phishing attacks that attempt to capture your login details. Moreover, the ability to generate strong, random passwords for each site elevates your security approach, effectively eliminating the risks associated with weak or repeated passwords.</p><p>Among the most compelling arguments for using a password manager are its many benefits. It alleviates the need to memorize every single password, which can lead to simpler, weaker passwords. A password manager allows you to store complex, unique passwords for each account, shielding your information from unauthorized access. Furthermore, these tools facilitate secure password sharing, which can be particularly useful in collaborative environments, and they promote healthy online security practices by encouraging users to adopt diverse passwords. Their user-friendly interfaces simplify the management of numerous online accounts, making the entire process less daunting.</p><p>Security is paramount for password managers, and they implement several methods to maintain the integrity of your data. Robust encryption algorithms, such as AES (Advanced Encryption Standard), scramble your data, rendering it indecipherable to unauthorized users. Many reputable password managers operate on a zero-knowledge architecture, meaning that even the service provider cannot access your stored passwords, adding an extra layer of security. Incorporating two-factor authentication (2FA) introduces an additional layer of protection, requiring users to verify their identity through a second method, such as a text message or authenticator app, before gaining access. Moreover, many reputable password managers undergo regular independent security audits to identify and rectify potential vulnerabilities, ensuring they remain resilient against emerging threats.</p><p>Setting up a password manager is typically straightforward. It involves selecting a reputable password manager, creating a memorable master password, and importing your existing passwords. Most password managers offer features for organizing and categorizing passwords for easy access and browser extensions and mobile apps for convenience. Additionally, many of them include a security audit feature that helps users identify weak or reused passwords, further strengthening their online security posture and encouraging good password practices.</p><h3 class="article-body__section" id="section-how-does-a-password-manager-work"><span>How Does a Password Manager Work?</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2309px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="zJiMMvNpSokFkRRZS6acZ4" name="iStock-1455562255.jpg" alt="Password" src="https://cdn.mos.cms.futurecdn.net/zJiMMvNpSokFkRRZS6acZ4.jpg" mos="" align="middle" fullscreen="" width="2309" height="1299" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>There are a lot of components to password managers, including the following:</p><p><strong>1. Encrypted Storage</strong></p><p>Password managers encrypt your password data with sophisticated algorithms like AES (Advanced Encryption Standard). When you enter a password into your manager, it is encrypted and stored in the password database. This encrypted database is only decryptable with your master password – known only to you – which acts as the key.</p><p><strong>2. Master Password</strong></p><p>The master password is the linchpin of your password manager&apos;s smanager&apos;sIt encrypts and decrypts your password database. The strength and secrecy of your master password are vital. Not even the password managers should know this critical information.</p><p><strong>3. Autofill and Auto-login</strong></p><p>Most password managers feature autofill and auto-login capabilities to ease the login process. They can automatically recognize the website or service you are attempting to access and fill in the corresponding username and password. This feature relies on secure connections and careful verification to ensure passwords are only filled in when genuine requests are made.</p><p><strong>4. Password Generation</strong></p><p>Many password managers offer built-in password generators. These create strong, random passwords that provide greater security than manually created passwords. Every time you sign up for a new service or update an existing password, the password generator can be used to ensure your password&apos;s passwords uniqueness.</p><p><strong>5. Cross-Platform Synchronization</strong></p><p>Most modern password managers can synchronize your passwords across multiple devices. They often offer web, desktop, and mobile applications that can sync with your password vault, allowing for secure access to your passwords whether you’re on your computer, tablet, or smartphone.</p><h3 class="article-body__section" id="section-why-use-a-password-manager"><span>Why Use a Password Manager?</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2121px;"><p class="vanilla-image-block" style="padding-top:66.67%;"><img id="HFNBvRDnsM9xCLM9xaaMJA" name="iStock-1480674100.jpg" alt="Password lock" src="https://cdn.mos.cms.futurecdn.net/HFNBvRDnsM9xCLM9xaaMJA.jpg" mos="" align="middle" fullscreen="" width="2121" height="1414" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>There are numerous benefits to using a password manager. </p><p>Password managers are often overlooked, yet they play a critical role in protecting our online lives. Their importance lies in their ability to enhance security and convenience—an essential balance many of us struggle to maintain daily. With the increasing number of online accounts an average person manages, from banking and shopping to social media and professional networks, using a unique and strong password for each account becomes an essential yet challenging task. This is where password managers become invaluable.</p><p>Password managers do more than store passwords; they cultivate an environment where your online security is strengthened without sacrificing ease of access. At their core, a password manager acts as a secure vault, keeping your login credentials safe under the protection of one master password. This dramatically simplifies remembering passwords—users only need to place a single, strong password instead of multiple complex ones. Moreover, these tools generate strong, unique passwords for each account, significantly reducing the risk of unauthorized access.</p><p>The threat of cyberattacks is ever-present, and cybercriminals&apos; tactics are becoming increasingly sophisticated. Phishing schemes, where unsuspecting users are tricked into divulging their login information, are widespread. Password managers serve as a safeguard in this regard, as their ability to auto-fill passwords on recognized sites reduces the chances of entering your credentials on a fraudulent site designed to steal your information. Many password managers also alert users to reused or potentially compromised passwords, prompting them to make necessary changes to keep their accounts secure.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:66.67%;"><img id="ZFeHAA34PHMKHoXYw7wdCH" name="iStock-1494506890.jpg" alt="password manager" src="https://cdn.mos.cms.futurecdn.net/ZFeHAA34PHMKHoXYw7wdCH.jpg" mos="" align="middle" fullscreen="" width="3000" height="2000" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>From a convenience standpoint, password managers ease the frustration of being locked out of accounts due to forgotten passwords. The time saved by not resetting passwords or contacting support teams is invaluable. For businesses, this efficiency can lead to significant cost savings and enhanced security. Sharing passwords when necessary is safer and more straightforward with a password manager. Authorized users can access shared accounts without revealing the passwords, which minimizes the risk of credential leaks or misuse.</p><p>The technical foundation of password managers is built on robust encryption technologies. Most employ strong encryption methods, ensuring that it remains unreadable even if data is intercepted. Adding two-factor authentication provides another layer of security, requiring a second form of verification before granting access. It&apos;s important to note that the best password managers operate a zero-knowledge protocol, meaning that only you can access your master password and stored data—not even the password manager’s team can access your vault.</p><p>Implementing a password manager is straightforward and requires minimal effort for its substantial benefits. The step involves selecting a reputable provider and setting up a master password, a process guided by recommendations to ensure its security. Importing existing passwords and setting up new accounts is typically intuitive, with most services offering detailed guides and customer support.</p><h2 id="conclusion-4">Conclusion</h2><p>In conclusion, password managers are more than just convenient tools; they are essential for modern online security. As our online presence grows, so does the risk to our digital identities. Individuals and businesses can significantly improve their security with minimal effort by using a password manager. If you haven’t done so already, incorporating a password manager into your digital routine is a wise and forward-thinking decision. It helps maintain vital password hygiene and protects your online security from threats. Utilizing a password manager simplifies your online activities and strengthens your defenses against the ever-evolving landscape of cyber threats.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to choose the perfect password manager for you ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/how-to-choose-the-perfect-password-manager-for-you</link>
                                                                            <description>
                            <![CDATA[ Password managers make it so much easier to keep track of your most important data. Not all password managers are the same,  however. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">r8eJrDcFyyiJFruWjnhydZ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/pk2A58d5MnYCSGKAi2mGVS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 13 Nov 2024 13:44:50 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:08:29 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ bryan.wolfe@futurenet.com (Bryan M Wolfe) ]]></author>                    <dc:creator><![CDATA[ Bryan M Wolfe ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/bsbij4rP7NWfEAnN3HdV87.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/pk2A58d5MnYCSGKAi2mGVS-1280-80.jpg">
                                                            <media:credit><![CDATA[Natty_Blissful / Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[passwords]]></media:description>                                                            <media:text><![CDATA[passwords]]></media:text>
                                <media:title type="plain"><![CDATA[passwords]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/pk2A58d5MnYCSGKAi2mGVS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In the digital age, much of our lives are conducted online. From social media accounts to banking applications, each digital service requires a password, making it difficult to remember them all. This is why a password manager is essential. However, with so many options available, selecting the right one can feel overwhelming. This article will guide you through the process, ensuring your digital life remains secure and convenient.</p><h3 class="article-body__section" id="section-how-to-choose-the-perfect-password-manager-for-you"><span>How to choose the perfect password manager for you</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:420px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="FiFZmzZgjZkmrUJ3t6DBaG" name="passwords-420-90.jpg" alt="Password" src="https://cdn.mos.cms.futurecdn.net/8e6f293f1300f5dfad37603593aacd79.jpg" mos="" align="middle" fullscreen="" width="420" height="236" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>The first step in <a href="https://www.techradar.com/best/password-manager">choosing a password manager</a> is understanding your specific needs. Consider the following questions:</p><p><strong>Number of Devices</strong>: How many devices do you need to sync your passwords across?</p><p><strong>Platform Compatibility</strong>: Which operating systems and browsers do you use?</p><p><strong>Features</strong>: Are you looking for features beyond password management, such as secure note storage or password sharing capabilities?</p><p><strong>Budget</strong>: Are you willing to pay for a password manager, or are you looking for a free alternative?</p><p>When it comes to security, not all password managers are created equal. Here are essential security features to consider:</p><p><strong>Encryption</strong>: Opt for a password manager that offers end-to-end encryption, ensuring your data is encrypted before it leaves your device.</p><p><strong>Two-Factor Authentication (2FA)</strong>: This adds an extra layer of security, requiring a second form of verification beyond your master password.</p><p><strong>Zero-Knowledge Policy</strong>: This ensures that the password manager company doesn’t store or have access to your passwords.</p><p><strong>Security Audits</strong>: Look for a password manager that undergoes regular, independent security audits.</p><p>A good user experience is crucial for a password manager, as you’ll interact with it daily. Consider these factors:</p><p><strong>Ease of Use</strong>: The interface should be intuitive, making it easy to store, retrieve, and generate passwords.</p><p><strong>Browser Integration</strong>: Look for seamless browser integration that automatically fills in your passwords.</p><p><strong>Mobile App</strong>: A user-friendly mobile app is crucial for accessing your passwords on the go.</p><h3 class="article-body__section" id="section-what-to-look-for"><span>What to look for</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="2azPbnweQd736Ch8yNztnm" name="password mistakes article.jpg" alt="A laptop viewed from the side with a person typing on it. Their hands are lit up by the laptop's backlight" src="https://cdn.mos.cms.futurecdn.net/2azPbnweQd736Ch8yNztnm.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Unsplash/Glenn Carstens-Peters)</span></figcaption></figure><p>When selecting a password manager, several crucial features should be considered to ensure maximum security and ease of use. Let&apos;s explore the key features that define a top-tier password manager.</p><p><strong>End-to-End Encryption</strong></p><p>Encryption is at the heart of a password manager&apos;s security. End-to-end encryption means that your data is encrypted on your device before it&apos;s transmitted to any server. Ideally, a password manager should use industry-standard encryption, such as AES-256, to protect your sensitive data.</p><p><strong>Zero-Knowledge Architecture</strong></p><p>This security feature ensures that the service provider cannot access your stored data. A zero-knowledge protocol means the service encrypts and decrypts data locally on your device, and even the pass manager’s developers cannot access your passwords and information.</p><p><strong>Two-factor authentication (2FA)</strong></p><p>Adding a layer of security, 2FA requires you to provide two different authentication factors to verify yourself. This could be a combination of something you know (your password), something you have (a mobile device), or something you are (biometric data). A password manager with 2FA support dramatically decreases the likelihood of unauthorized access.</p><p><strong>Password Generation</strong></p><p>One of the most practical features of a password manager is the ability to generate complex, high-strength passwords. Look for a password manager that can create long, randomized passwords that are tough to crack, diminishing the risk of password-related security breaches.</p><p><strong>Auto-Fill and Auto-Login</strong></p><p>A password manager should integrate with your web browsers and apps to streamline your online experience. Auto-fill and auto-login features allow the software to automatically populate login fields with your username and password, saving you time and avoiding typos that can occur with manual entry.</p><p><strong>Cross-Platform Compatibility</strong></p><p>In our multi-device world, having a password manager that syncs across all your platforms is essential. Cross-platform compatibility ensures you can access your passwords anytime, anywhere, whether you switch from a PC to a smartphone or from Windows to macOS.</p><p><strong>Secure Sharing</strong></p><p>Sometimes, you need to share a password securely with a family member or colleague. A password manager with a secure sharing feature allows you to do this without exposing your password in plain text via messaging or email. Look for a manager that lets you share access through the manager itself.</p><p><strong>Password Audit and Security Alerts</strong></p><p>Top-notch password managers often include a security dashboard that analyzes your passwords for strength and security. The dashboard can alert you to weak, reused, or compromised passwords and prompt you to change them.</p><p><strong>User-Friendly Interface</strong></p><p>A robust array of features is valuable only if the password manager is user-friendly. The software should be intuitive so you can manage your passwords without any confusion or frustration.</p><p><strong>Backup and Recovery Options</strong></p><p>Your password manager should offer an efficient way to recover your data in the event of device loss or data corruption. Check for options like secure cloud or local backups to ensure you can always retrieve your passwords.</p><p><strong>Customer Support</strong></p><p>Reliable customer support is vital, especially if you encounter issues or have questions about your password manager. A responsible provider should offer comprehensive support through multiple channels, such as email, chat, or a knowledge base.</p><h3 class="article-body__section" id="section-why-you-need-a-password-manager"><span>Why you need a password manager</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="WnLTf8xmKy47sCbjkg2qH5" name="weak password example.jpg" alt="A sticky note on a laptop reading "password 12345678"" src="https://cdn.mos.cms.futurecdn.net/WnLTf8xmKy47sCbjkg2qH5.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>Memorizing dozens of complex passwords is neither feasible nor secure, often leading to weak password practices that put us at risk. On the other hand, password managers offer convenience and a robust solution for securing our digital lives. Let&apos;s explore why a password manager is no longer an option but a necessity.</p><p>The primary appeal of a password manager is its ability to simplify your online experience. Password managers securely store and organize your passwords in an encrypted vault, ensuring that even the provider cannot access your login information. You only need to remember one strong master password to access your login details.</p><p>Humans prioritize memorability over complexity, leading to the widespread use of weak passwords. A password manager eliminates this problem by generating unique passwords for each account. This significantly reduces the risk of account breaches, as the others remain secure even if one password is compromised.</p><p>One of the most common security lapses is reusing passwords across multiple accounts. If a hacker gains access to one account, all accounts that share the same password become compromised. A password manager creates a unique, strong password for each account, ensuring that a breach in one does not lead to a cascade of unauthorized access.</p><p>Most people tend to avoid changing passwords regularly. However, periodic changes are crucial for security. A password manager can often automate this task, ensuring your passwords are routinely updated without your intervention, thus keeping your digital fortress secure.</p><p>There are times when sharing passwords becomes necessary. Unfortunately, sharing passwords via text messages or emails is inherently insecure. Password managers offer secure sharing features that allow you to share access without the recipient seeing the actual password, and you can easily revoke that access when needed.</p><p>In our multi-device world, digital access points are not limited to one computer or phone. Password managers sync across devices, ensuring you have access to your passwords whether you&apos;re using your laptop at a café or your phone while on the go.</p><p>Granting someone access to critical accounts can be essential in extraordinary situations. Many password managers provide an emergency access feature that allows trusted individuals to access your account under predefined circumstances, ensuring continuity without compromising security until then.</p><p>Password managers encourage better overall security practices by facilitating unique, complex passwords for each account and securely storing them. They remove the guesswork from digital security and make maintaining a secure online presence more accessible.</p><p><br></p><h3 class="article-body__section" id="section-types-of-password-managers"><span>Types of password managers</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1406px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="gXuTFWLKJK4w7TJ9MubEYX" name="make-your-passwords-stronger-with-kaspersky-password-manager-featured.jpg" alt="Kaspersky Password Manager Logo" src="https://cdn.mos.cms.futurecdn.net/gXuTFWLKJK4w7TJ9MubEYX.jpg" mos="" align="middle" fullscreen="" width="1406" height="790" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Kaspersky)</span></figcaption></figure><p>Not all password managers are created equal. They come in different forms, each with unique features and storage methods. Understanding these differences is crucial in selecting the right password manager for your security needs and lifestyle. </p><p><strong>1. Cloud-Based Password Managers</strong></p><p>Cloud-based password managers are the most popular type. They store your passwords on the provider&apos;s servers, allowing easy access from any device with an internet connection. This type of password manager offers convenience, as you can synchronize your passwords across all your devices and platforms. Examples include <a href="https://www.techradar.com/reviews/lastpass">LastPass</a>, <a href="https://www.techradar.com/reviews/1password">1Password</a>, and <a href="https://www.techradar.com/reviews/dashlane">Dashlane</a>. They often have additional features like two-factor authentication, secure password sharing, and emergency access.</p><p><strong>2. Local Password Managers</strong></p><p>Local password managers store your passwords on your device rather than on an external server. This type offers heightened security, as your passwords are not exposed to potential breaches on cloud servers. KeePass is a notable example of a local password manager. They particularly appeal to those who prefer complete control over their data&apos;s storage location.</p><p><strong>3. Browser-Based Password Managers</strong></p><p>Most modern web browsers have built-in password managers, including Chrome, Firefox, and Safari. These tools automatically offer to save your passwords whenever you log into a new site. While they provide a basic convenience for managing passwords, their security features may not be as robust as dedicated password managers.</p><p><strong>4. Desktop Password Managers</strong></p><p>Desktop password managers are installed as a software application on your computer. They store the password database locally but can also offer cloud synchronization options. Examples include RoboForm and specific KeePass configurations. These managers blend the security of local storage with the optional convenience of cloud backups.</p><p><strong>5. Mobile Password Managers</strong></p><p>Designed specifically for mobile devices, these apps offer password management capabilities tailored to the needs of smartphone and tablet users. They provide convenient access to your passwords on the go and often include features like biometric login (fingerprint or facial recognition) for added security. Examples include <a href="https://www.techradar.com/reviews/bitwarden">Bitwarden</a> and the mobile versions of 1Password and LastPass.</p><p><br></p><h2 id="conclusion-5">Conclusion</h2><p>Choosing the right password manager depends on your priorities: convenience, security, or a balance of both. Cloud-based and browser-based managers offer simplicity and accessibility, while local and desktop options prioritize security. Mobile password managers cater to those constantly on the move. Regardless of your type, integrating a password manager into your digital routine is critical to safeguarding your online identity and information. Remember, the best password manager you regularly use fits seamlessly into your digital life.</p><ul><li>Here&apos;s our list of the <a href="https://www.techradar.com/best/best-identity-management-software" target="_blank">best identity management</a> services right now</li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Bitwarden clarifies open source commitment amid user concerns ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/bitwarden-clarifies-open-source-commitment-amid-user-concerns</link>
                                                                            <description>
                            <![CDATA[ Some users worried the password management platform could be moving to a more restrictive licensing scheme ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">29WVt4eVAuqtLkdXXXFKn3</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/cx9xMiM2MJ2NNm97qUxAfk-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 29 Oct 2024 18:03:55 +0000</pubDate>                                                                                                                                <updated>Tue, 29 Oct 2024 18:05:46 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ross Kelly ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Ross Kelly is News &amp;amp; Analysis Editor at ITPro, responsible for leading the brand&#039;s news output and in-depth reporting on the latest stories from across the business technology landscape. Ross was previously a Staff Writer, during which time he developed a keen interest in cyber security, business leadership, cloud computing, and emerging technologies.&lt;/p&gt;
&lt;p&gt;He graduated from Edinburgh Napier University in 2016 with a BA (Hons) in Journalism, and joined ITPro in 2022 after four years working in technology conference research.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/cx9xMiM2MJ2NNm97qUxAfk-1280-80.png">
                                                            <media:credit><![CDATA[Bitwarden]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Bitwarden on mobile]]></media:description>                                                            <media:text><![CDATA[Bitwarden on mobile]]></media:text>
                                <media:title type="plain"><![CDATA[Bitwarden on mobile]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/cx9xMiM2MJ2NNm97qUxAfk-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.techradar.com/reviews/bitwarden">Bitwarden</a> has sought to calm user backlash in the wake of source code changes that had raised concerns among users.</p><p><a href="https://www.phoronix.com/news/Bitwarden-Open-Source-Concerns" target="_blank">Phoronix readers recently flagged concerns</a> about the company's apparent shift away from an open source model. The <a href="https://www.techradar.com/best/password-manager">password manager</a> platform has traditionally operated on a ‘freemium’ model, providing some code as open source. </p><p>But a pull request earlier in October 2024 raised eyebrows due to the fact the Bitwarden client introduced a “<em>bitwarden/sdk-internal</em>” dependence to the desktop client. </p><h2 id="bitwarden-changes">Bitwarden changes</h2><p>The firm’s license statement noted: “You may not use this SDK to develop applications for use with software other than Bitwarden (including non-compatible implementations of Bitwarden) or to develop another SDK.”</p><p>This statement in particular prompted speculation that the move could mean the Bitwarden client would no longer be freely available to users, with a <a href="https://github.com/bitwarden/clients/issues/11611" target="_blank">GitHub issue</a> further fueling speculation over the rumored move. </p><p>It looks like this is part of a deliberate campaign by Bitwarden to fully transition Bitwarden to proprietary software, despite consistently advertising it as open source, without informing customers about this change,” one user wrote. </p><p>“For wherever the opinion of one user is worth, I’ve switched away from Bitwarden due to this.”</p><p>While initial concerns were raised, Bitwarden has since clarified the issue. In a comment on GitHub, Bitwarden founder and CTO Kyle Spearrin sought to calm user concerns, commenting this was the result of a ‘packaging bug’.</p><p>Spearrin confirmed that Bitwarden has “made some adjustments” to how the SDK code is organized and packaged. This will allow users to continue building and running the app with only GPL/OSI licenses included, Spearrin added.</p><p>“The sdk-internal package references in the clients now come from a new sdk-internal repository, which follows the licensing model we have historically used for all of our clients,” he said. </p><p>“The sdk-internal reference only uses GPL licenses at this time. If the reference were to include Bitwarden License code in the future, we will provide a way to produce multiple build variants of the client, similar to what we do with web vault client builds,” Spearrin added. </p><p>Following the move, the original sdk repository will be renamed to ‘sdk-secrets’, Spearrin revealed. This will retain its existing Bitwarden SDK License structure for the platform’s secrets manager business products. </p><p>“The sdk-secrets repository and packages will no longer be referenced from the client apps, since that code is not used there."</p><h2 id="open-source-licensing-concerns-continue">Open source licensing concerns continue</h2><p>While Spearrin and Bitwarden have since clarified the changes, user concerns over a potential shift away from open source licensing aren’t without justification. </p><p>A host of open source solutions providers in recent years have made shock moves away from open licensing to more restrictive terms of use, such as MongoDB. </p><p>In 2023, HashiCorp sparked criticism from some industry stakeholders after it changed its source code license to the Business Source License (BSL). </p><p>More recently, Redis again prompted criticism when it revealed future Redis releases were to be made available under RSALv2 (Redis Source Available License) and SSPLv1 (Server Side Public License) licenses.</p><h3 class="article-body__section" id="section-more-from-techradar-pro"><span>More from TechRadar Pro</span></h3><ul><li>We've rounded up the <a href="https://www.techradar.com/best/best-open-source-software">best open source software</a> around</li><li><a href="https://www.techradar.com/news/how-open-source-communities-work">How open source communities work</a></li><li><a href="https://www.techradar.com/computing/artificial-intelligence/mark-zuckerberg-claims-open-source-is-necessary-for-a-positive-ai-future">Mark Zuckerberg claims open-source is 'necessary for a positive AI future'</a><a href="https://www.techradar.com/news/how-open-source-communities-work"></a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Moving passkeys between password managers is about to get a lot easier ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/moving-passkeys-between-password-managers-is-about-to-get-a-lot-easier</link>
                                                                            <description>
                            <![CDATA[ Password managers have come together to make switching providers even easier. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">5ub3KTZZKPAR53aq7LL2zN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/hCciw9cBypDVf32HBmiya-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 16 Oct 2024 10:35:46 +0000</pubDate>                                                                                                                                <updated>Thu, 10 Apr 2025 12:27:21 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ benedict.collins@futurenet.com (Benedict Collins) ]]></author>                    <dc:creator><![CDATA[ Benedict Collins ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/jEvqGv8wvH7PWZ4XPURyyB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Benedict has been with TechRadar Pro for over two years, and has specialized in writing about cybersecurity, threat intelligence, and B2B security solutions. His coverage explores the critical areas of national security, including state-sponsored threat actors, APT groups, critical infrastructure, and social engineering.&lt;/p&gt;&lt;p&gt;Benedict holds an MA (Distinction) in Security, Intelligence, and Diplomacy from the Centre for Security and Intelligence Studies at the University of Buckingham, providing him with a strong academic foundation for his reporting on geopolitics, threat intelligence, and cyber-warfare.&lt;/p&gt;&lt;p&gt;Prior to his postgraduate studies, Benedict earned a BA in Politics with Journalism, providing him with the skills to translate complex political and security issues into clear and comprehensible copy.&lt;/p&gt;&lt;p&gt;Outside of his work, Benedict is a fitness enthusiast, running and cycling in the local countryside.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/hCciw9cBypDVf32HBmiya-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock/ ArtemisDiana]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Visual representation of a passkey on a computer chip]]></media:description>                                                            <media:text><![CDATA[Visual representation of a passkey on a computer chip]]></media:text>
                                <media:title type="plain"><![CDATA[Visual representation of a passkey on a computer chip]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/hCciw9cBypDVf32HBmiya-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Some of the <a href="https://www.techradar.com/best/password-manager" target="_blank">best password managers</a> have teamed up with the FIDO Alliance to set new standards for secure passkey storage, even when switching between providers.</p><p>The new draft set of specifications were published by the Alliance’s Credential Provider Special Interest Group, which included major names in the password and <a href="https://www.techradar.com/best/best-identity-management-software" target="_blank">identity management</a> game, including <a href="https://www.techradar.com/reviews/1password" target="_blank">1Password</a>, Apple, <a href="https://www.techradar.com/reviews/bitwarden" target="_blank">Bitwarden</a>, <a href="https://www.techradar.com/reviews/dashlane" target="_blank">Dashlane</a>, <a href="https://www.techradar.com/reviews/enpass" target="_blank">Enpass</a>, Google, Microsoft, <a href="https://www.techradar.com/reviews/nordpass" target="_blank">NordPass</a>, <a href="https://www.techradar.com/reviews/okta-review" target="_blank">Okta</a>, Samsung and SK Telecom.</p><p>Passkeys are a more secure and phishing resistant alternative to passwords, and are widely expected to replace passwords altogether in the near future.</p><h2 id="enhancing-security-choice-and-competition">Enhancing security, choice, and competition</h2><p>Passkeys remove the need to type in a password, and instead use an <a href="https://www.techradar.com/best/best-authenticator-apps" target="_blank">authenticator app</a> on a dedicated device, such as your phone, to check that the person attempting to log in is actually you, usually through some form of biometrics.</p><p>According to statistics presented by the FIDO Alliance, passkey adoption has been widely successful with 12 billion online accounts currently taking advantage of passkeys to log in. Moreover, passkeys significantly reduce the risk of phishing and improve log in speeds by 75%.</p><p>The new specifications hope to ensure users have a free choice of providers and are free to transfer their passkeys and passwords between their choice of service. This is the first standard of its kind to be introduced to the credential management industry. The draft specifications can be viewed on the <a href="https://fidoalliance.org/fido-alliance-publishes-new-specifications-to-promote-user-choice-and-enhanced-ux-for-passkeys/" target="_blank">FIDO Alliance blog</a>.</p><p>Currently, the specifications are in a community review and feedback phase with regular updates to be published publicly for review until the final specifications are approved and implemented.</p><h3 class="article-body__section" id="section-more-from-techradar-pro"><span>More from TechRadar Pro</span></h3><ul><li>Take a look at the <a href="https://www.techradar.com/best/best-free-password-managers">best free password managers</a></li><li><a href="https://www.techradar.com/pro/security/bitdefender-releases-new-tool-to-protect-your-digital-life-from-scams-and-fraud">Bitdefender's new tool should help to protect your digital life from scams and fraud</a></li><li>These are the <a href="https://www.techradar.com/best/password-generator">best password generators</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Proton Pass launches new family plan ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/proton-pass-launches-new-family-plan</link>
                                                                            <description>
                            <![CDATA[ Pass Family allows up to 6 users to share passwords, vaults, and personal info. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gvEyGsBuhwigggM9E5aL5A</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ecZiDBtpi8BbwtnrTH2ox3-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 14 Oct 2024 12:26:01 +0000</pubDate>                                                                                                                                <updated>Mon, 14 Oct 2024 14:34:46 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ benedict.collins@futurenet.com (Benedict Collins) ]]></author>                    <dc:creator><![CDATA[ Benedict Collins ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/jEvqGv8wvH7PWZ4XPURyyB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Benedict has been with TechRadar Pro for over two years, and has specialized in writing about cybersecurity, threat intelligence, and B2B security solutions. His coverage explores the critical areas of national security, including state-sponsored threat actors, APT groups, critical infrastructure, and social engineering.&lt;/p&gt;&lt;p&gt;Benedict holds an MA (Distinction) in Security, Intelligence, and Diplomacy from the Centre for Security and Intelligence Studies at the University of Buckingham, providing him with a strong academic foundation for his reporting on geopolitics, threat intelligence, and cyber-warfare.&lt;/p&gt;&lt;p&gt;Prior to his postgraduate studies, Benedict earned a BA in Politics with Journalism, providing him with the skills to translate complex political and security issues into clear and comprehensible copy.&lt;/p&gt;&lt;p&gt;Outside of his work, Benedict is a fitness enthusiast, running and cycling in the local countryside.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ecZiDBtpi8BbwtnrTH2ox3-1280-80.jpg">
                                                            <media:credit><![CDATA[Proton Pass]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Proton Pass family plan]]></media:description>                                                            <media:text><![CDATA[Proton Pass family plan]]></media:text>
                                <media:title type="plain"><![CDATA[Proton Pass family plan]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ecZiDBtpi8BbwtnrTH2ox3-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Proton Pass, one of our picks for the <a href="https://www.techradar.com/best/password-manager" target="_blank">best password manager</a> around right now, has launched a new family tier to simplify credential management and storage for parents and children alike.</p><p>The Pass Family plan is being offered for a limited time at $3.99 per month (billed annually), and includes all of the features of the Pass Plus plan, but for six users instead of one.</p><p>Families will be able to benefit from integrated <a href="https://www.techradar.com/best/best-authenticator-apps" target="_blank">two-factor authentication</a> (2FA), secure vault and link sharing, dark web monitoring and advanced account protection, all managed from an admin panel.</p><h2 id="family-password-protection">Family password protection</h2><p>The new <a href="https://www.techradar.com/pro/security/proton-pass-review-pros-and-cons-features-ratings-pricing-and-more" target="_blank">Proton Pass</a> family tier makes sharing credentials for streaming services and household accounts easier and more secure, while also providing vaults for storing personal information such as emergency contact information that can be shared with other users. Each user account is segmented by a unique email address to mitigate data breaches and <a href="https://www.techradar.com/best/best-identity-theft-protection" target="_blank">identity theft</a>. </p><p>Password sharing has quickly gone from a big security no to a fact of life, especially within families. Statistics show that 43% of Americans share at least one password with someone else, emphasizing the need for secure password sharing tools.</p><p>"Password sharing among family members is common, but it also exposes them to significant cybersecurity risks," said Son Nguyen Kim, Product Lead for Proton Pass. "The Pass Family plan offers a safer, more organized way for families to manage their online identities, combining Proton's high standards of privacy and security with user-friendly features that everyone can use."</p><h3 class="article-body__section" id="section-more-from-techradar-pro"><span>More from TechRadar Pro</span></h3><ul><li>These are the <a href="https://www.techradar.com/best/best-free-password-managers">best free password managers</a></li><li><a href="https://www.techradar.com/pro/identities-and-biometric-authentication-for-proton-pass-have-arrived-helping-you-boost-productivity-while-staying-secure">Identities and biometric authentication for Proton Pass have arrived</a></li><li>Take a look at our guide to the <a href="https://www.techradar.com/best/firewall">best firewalls</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Why MFA alone isn’t enough: The crucial role of security awareness training ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/why-mfa-alone-isnt-enough-the-crucial-role-of-security-awareness-training</link>
                                                                            <description>
                            <![CDATA[ Investing in security awareness training is crucial to empowering organizations to become the first line of defense. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">CbbaPn8sukWrbYxMfRnRaj</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/DKnCXCBzVhrirv84RYHLg8-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 16 Aug 2024 06:29:38 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:08:52 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Max Gannon ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/DKnCXCBzVhrirv84RYHLg8-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / song_about_summer]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A cybersecurity icon projecting from a laptop screen.]]></media:description>                                                            <media:text><![CDATA[A cybersecurity icon projecting from a laptop screen.]]></media:text>
                                <media:title type="plain"><![CDATA[A cybersecurity icon projecting from a laptop screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/DKnCXCBzVhrirv84RYHLg8-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The evolving and sophisticated nature of phishing campaigns has allowed <a href="https://www.techradar.com/best/best-online-cyber-security-courses">cybersecurity</a> threats via email to penetrate organizations more effectively than ever before. Credential phishing was the threat of choice in 2023, accounting for 91% of active threat reports published. This represented a 67% increase in volume compared to 2022, which can be attributed to the increased effectiveness of cyberattacks that exploit stolen credentials, particularly in environments lacking robust Multi-Factor Authentication (MFA).</p><p>An example of this is the Change Healthcare cyberattack, where stolen credentials were used to access a server that lacked MFA. This absence was attributed to the company’s recent acquisition by UnitedHealth, which was in the process of upgrading the systems. This breach exposed the sensitive health data of millions of Americans, underscoring the critical need for basic cyber hygiene, including robust password management and MFA.</p><h2 id="going-beyond-mfa-and-unique-passwords">Going Beyond MFA and Unique Passwords</h2><p>While implementing these fundamental security measures is essential, they are only one part of a comprehensive security strategy. Relying solely on complex passwords is insufficient. Passwords must not be reused, as the compromise of a single password on one platform can leave an individual vulnerable to threat actors who frequently attempt to reuse the same credentials on other accounts. </p><p>The recent RockYou2024 incident leaked nearly ten billion unique passwords on a popular hacking forum, reiterating this critical need for unique passwords. Security experts have long emphasized the need to avoid password reuse and to leverage <a href="https://www.techradar.com/best/password-manager">password managers</a> to enhance account protection. Some password management even offers advanced features that can scan leaked password databases and alert users to potential vulnerabilities.</p><p>While the implementation of MFA is important to stand as a layer of defense against threat actors, it is not infallible, and should be seen as a security practice complemented by additional defenses. The emergence of MFA bypass kits has demonstrated that these security measures can be circumvented. One recent example of this is the Tycoon 2FA bypass phishing kits. When individuals fall victim to these sophisticated attacks, they inadvertently grant threat actors access to their accounts, effectively bypassing MFA protections. </p><p>This underscores the critical role of human vigilance in safeguarding against these evolving threats. Essentially, these phishing kits have reset the phishing arms race to where we were before the advent of MFA, where the primary defense against account compromise lies in the ability of individuals to recognize and avoid phishing attempts.</p><h2 id="the-need-for-human-vigilance">The Need for Human Vigilance</h2><p>Threat actors are continuously looking for new ways to breach systems. Attackers take advantage of weak links in organizations, targeting employees with password expiration scams, and phishing emails that are becoming increasingly realistic. To effectively combat this growing threat, organizations must adopt a comprehensive proactive approach that extends beyond technical measures. Investing in security awareness training and education is crucial to empowering the workforce to become the first line of defense against cyberattacks.</p><p>Training <a href="https://www.techradar.com/pro/best-employee-management-software-of-year">employees</a> across a company is one of the most substantial actions an organization can take to defend itself against threat actors, particularly in educating staff about the dangers of phishing emails from seemingly credible sources. This includes urgent requests for personal information or suspicious links and attachments.</p><p>Basic cyber literacy is becoming more common, but truly instilling a sense of suspicion when it comes to online interactions and activities takes time and serious investment on a company’s part. By equipping employees with the knowledge and skills to recognize and report phishing attempts, organizations can significantly reduce the risk of successful attacks. The reality is that a single employee falling victim to a phishing attack can have catastrophic consequences for the entire organization, with the potential for significant data breaches, financial losses, and reputational damage.</p><p>Organizations should establish a straightforward reporting mechanism and equip employees with the necessary tools to swiftly eliminate phishing threats. Training employees to spot malicious messages can significantly reduce the risk of falling victim to these scams and compromising sensitive data. Providing ongoing training and resources, along with encouraging open communication about potential threats, fosters a positive culture of cybersecurity awareness. Employees should feel comfortable reporting suspicious activities without fear of retribution, understanding that their vigilance contributes to the organization&apos;s security.</p><p>By investing in both technical and human-driven solutions, organizations can create a more resilient defense system capable of withstanding sophisticated cyberattacks. This comprehensive approach not only enhances immediate security but also builds a foundation for long-term protection against evolving threats.</p><p><a href="https://www.techradar.com/best/business-password-management-software" target="_blank">We list the best business password managers</a>.</p><p><em>This article was produced as part of TechRadarPro&apos;s Expert Insights channel where we feature the best and brightest minds in the technology industry today. The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: </em><a href="https://www.techradar.com/news/submit-your-story-to-techradar-pro" target="_blank"><em>https://www.techradar.com/news/submit-your-story-to-techradar-pro</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 10 cybersecurity best practices to prevent cyber attacks in 2024 ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/10-cybersecurity-best-practices-to-prevent-cyber-attacks-in-2024</link>
                                                                            <description>
                            <![CDATA[ Stay ahead of cyber threats in 2024 with these top 10 cybersecurity best practices. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">zBu9t6o6XtmzcnX7Fntmgj</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/YbizeHRMkF5QLe6eeYypqc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 28 Jun 2024 07:17:05 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:09:06 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Aidan Simister ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/YbizeHRMkF5QLe6eeYypqc-1280-80.jpg">
                                                            <media:credit><![CDATA[Pixabay]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[(Image Credit: TheDigitalArtist / Pixabay)]]></media:description>                                                            <media:text><![CDATA[An abstract image of a lock against a digital background, denoting cybersecurity.]]></media:text>
                                <media:title type="plain"><![CDATA[An abstract image of a lock against a digital background, denoting cybersecurity.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/YbizeHRMkF5QLe6eeYypqc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The consequences of a cyber-attack can be devastating, resulting in the loss of data, system downtime, and the erosion of consumer trust in cases where personal identifiable information has been compromised. Furthermore, the costs associated with recovering from a data breach can be financially crippling, with an estimated average cost of a breach reaching a staggering $4.45 million, according to IBM&apos;s Cost of a Data Breach 2023 report.</p><p>It is imperative for businesses of all sizes to adopt a multi-faceted approach in order to build their defenses and stay one step ahead of the evolving cyber threats. Below is a round-up of top 10 best cybersecurity practices of 2024.</p><h2 id="1-enforce-the-use-of-strong-credentials-amp-mfa">1. Enforce the use of strong credentials & MFA</h2><p>Roughly 80% of data breaches are due to poor password security. As such, it is crucially important to use strong, unique passwords that are long and complex, featuring letters, numbers, and special characters. Consider promoting the use of <a href="https://www.techradar.com/best/business-password-management-software">password managers</a> to help employees securely store their passwords. You should also consider implementing multifactor authentication, which requires the user to input a special code after the correct password. MFA codes can be generated via automated text messages, authentication apps, or biometrics like face ID or a fingerprint scanner.</p><h2 id="2-carry-out-cybersecurity-training">2. Carry out cybersecurity training</h2><p>Cybersecurity awareness training is a crucial as it empowers employees to recognize and mitigate potential threats. A comprehensive <a href="https://www.techradar.com/best/best-online-cyber-security-courses">cybersecurity</a> training program should cover the fundamentals of cybersecurity, including information security and governance, threat and vulnerability assessment, and risk management. It should also educate employees on the importance of security controls, such as <a href="https://www.techradar.com/best/firewall">firewalls</a> and <a href="https://www.techradar.com/best/best-cloud-antivirus">antivirus software</a>, as well as the relevance of cybersecurity frameworks. Additionally, understanding the consequences of non-compliance is vital in preventing cyber-attacks. By imparting this knowledge, employees can develop a sense of cybersecurity awareness, enabling them to make informed decisions and take proactive measures to protect the organization&apos;s digital assets.</p><h2 id="3-ensure-that-all-software-is-regularly-updated">3. Ensure that all software is regularly updated</h2><p>The spread of the WannaCry <a href="https://www.techradar.com/best/best-ransomware-protection">ransomware</a> attack in May 2017 was largely caused by organizations that had not updated their systems with the necessary security fixes. Many organizations were found to be using outdated Windows systems that had reached their end-of-life, highlighting the importance of regularly updating software and systems to ensure that any vulnerabilities are addressed in a timely manner.</p><h2 id="4-back-up-your-most-valuable-data">4. Back up your most valuable data</h2><p>Secure and reliable data backups are essential for organizations to maintain business continuity, minimize data loss, and protect their reputation. Regular <a href="https://www.techradar.com/best/best-cloud-backup">backups</a> prevent the loss of critical information due to hardware malfunctions, software errors, or human errors, and ensure that organizations can quickly recover from system crashes, ransomware attacks, or natural disasters. Additionally, proactive data backups save time and money in the long run by reducing the need for costly recovery efforts and minimizing financial losses.</p><h2 id="5-implement-a-zero-trust-security-model">5. Implement a Zero-Trust security model</h2><p>The Zero Trust security model is a holistic approach to network security that rejects the traditional "castle-and-moat" approach, where anyone and anything inside the network is trusted by default. In contrast, <a href="https://www.techradar.com/best/ztna-solutions">Zero Trust</a> requires strict identity verification for every person and device trying to access resources on the network, regardless of their location inside or outside the network. This means that no one is trusted by default, and verification is required from everyone trying to gain access.</p><h2 id="6-establish-a-virtual-private-network-vpn-for-remote-workers">6. Establish a Virtual Private Network (VPN) for remote workers</h2><p>As remote work has become more prevalent, the importance of using a VPN (Virtual Private Network) has become increasingly clear. When working remotely, especially on public or unsecured networks, the risk of unauthorized access and data breaches is high. A <a href="https://www.techradar.com/vpn/best-vpn-for-business">business VPN</a> ensures secure remote access to company networks, servers, and databases, allowing employees to access necessary resources while working remotely. Additionally, a VPN enables companies to grant access to specific resources, restricting access to sensitive areas. A <a href="https://www.techradar.com/vpn/best-vpn">VPN</a> also facilitates secure collaboration and file sharing among remote teams, ensuring that sensitive documents are transmitted through an encrypted tunnel.</p><h2 id="7-pay-more-attention-to-api-security">7. Pay more attention to API security</h2><p>APIs are vulnerable to weaknesses in backend systems, malicious requests, and denial of service attacks, and can be used to scrape data or exceed usage limits. As APIs are used extensively in modern applications, particularly in microservices and serverless architectures, API security is essential to prevent these types of attacks. Unlike traditional security, API security requires the protection of multiple API endpoints with different protocols, and the ability to adapt to frequent changes in API requests. Additionally, API security solutions must be able to detect malicious traffic from non-browser clients, such as native and mobile applications, and exclude automated traffic from API endpoints.</p><h2 id="8-install-an-intrusion-detection-amp-prevention-system">8. Install An Intrusion Detection & Prevention System</h2><p>Just as an airport&apos;s baggage and security check system ensures that only authorized individuals can enter and proceed with their travel plans, an intrusion detection and prevention system (IDPS) plays a crucial role in protecting networks and systems from unauthorized activity. By requiring a "ticket" or authentication, the IDPS controls access to the network, much like a boarding pass grants access to a flight. Once inside, the IDPS conducts rigorous security checks to prevent malicious traffic and policy violations from proceeding. What sets IDPS apart from an intrusion detection system (IDS) is its ability to not only detect and alert unwanted traffic, but also take proactive measures to prevent potential incidents.</p><h2 id="9-keep-a-close-eye-on-third-party-vendors">9. Keep a close eye on third-party vendors</h2><p>Third-party vendors, contractors, and partners play a crucial role in an organization&apos;s operations, but they can also pose significant security risks if not properly managed. Poor cybersecurity practices have become a major contributing factor to supply chain disruptions, making it essential for organizations to prioritize the risk management of these third-party entities. </p><p>The 2020 SolarWinds breach serves as a prime example of the devastating consequences of inadequate supply chain management. In this attack, nation-state hackers used a seemingly innocuous software update to deliver <a href="https://www.techradar.com/best/best-malware-removal">malware</a> to over 30,000 organizations, compromising lots of systems, networks, and data. The magnitude of this breach highlights the urgent need for organizations to vigilantly monitor and manage the security risks associated with third-party relationships.</p><h2 id="10-adopt-a-real-time-threat-monitoring-solution">10. Adopt a real-time threat monitoring solution</h2><p>A cutting-edge real-time threat monitoring solution provides a comprehensive approach to data security by consolidating data visibility, access control, threat detection, and classification into a single platform. This streamlined approach enables organizations to proactively prevent data breaches and security threats through automated, real-time threat detection and sophisticated user behavior analytics, as well as seamless threat response workflows. Additionally, the most advanced real-time threat monitoring solutions offer hundreds of pre-configured compliance reports, ensuring that data security strategies align with numerous compliance mandates, including GDPR, HIPAA, SOX, and more.</p><p> </p><p>By adopting these cybersecurity best practices, businesses can effectively safeguard their sensitive data and <a href="https://www.techradar.com/best/best-infrastructure-management-service">IT infrastructure</a>, minimizing the risk of data breaches and other security incidents.</p><p><a target="_blank" href="https://www.techradar.com/best/best-identity-management-software">We list the best identity management software</a>.</p><p><em>This article was produced as part of TechRadarPro&apos;s Expert Insights channel where we feature the best and brightest minds in the technology industry today. The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: </em><a href="https://www.techradar.com/news/submit-your-story-to-techradar-pro" target="_blank"><em>https://www.techradar.com/news/submit-your-story-to-techradar-pro</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ SaaS identity security strategies to prevent cyber risk in the workplace ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/saas-identity-security-strategies-to-prevent-cyber-risk-in-the-workplace</link>
                                                                            <description>
                            <![CDATA[ Connected tools boost productivity but can open your organization to significant security risks. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">m2LX3DEHcSFLo8yUAYn3eg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/cx5grhZaQenj2jCrCzkbJK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 06 May 2024 14:16:48 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:09:15 +0000</updated>
                                                                                                                                            <category><![CDATA[ChatGPT]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                                                                                    <dc:creator><![CDATA[ Guy Guzner ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/cx5grhZaQenj2jCrCzkbJK-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / vs148]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A digital padlock on a blue digital background.]]></media:description>                                                            <media:text><![CDATA[A digital padlock on a blue digital background.]]></media:text>
                                <media:title type="plain"><![CDATA[A digital padlock on a blue digital background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/cx5grhZaQenj2jCrCzkbJK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Nearly every modern business utilizes <a href="https://www.techradar.com/news/what-is-saas" target="_blank">SaaS</a> <a href="https://www.techradar.com/best/best-apps-for-small-business" target="_blank">applications</a> to enhance employee efficiency and <a href="https://www.techradar.com/best/best-productivity-apps" target="_blank">productivity</a>. With our workplaces becoming more interconnected, applications like Zoom and Google Workspace streamline workflows and facilitate seamless collaboration with employees and partners worldwide. These benefits have fueled SaaS growth. According to a report from DevSquad, the U.S. SaaS market is predicted to reach $225 billion by the end of 2025 — a 100% increase since 2020.</p><p>This SaaS explosion has created unnecessary complexity and risk as organizations grapple with securing users and <a href="https://www.techradar.com/best/best-data-migration-tools" target="_blank">data</a> across hundreds, sometimes thousands, of applications. Improper management of SaaS identities could leave organizations vulnerable to critical <a href="https://www.techradar.com/news/best-internet-security-suites" target="_blank">security</a> incidents. On average, businesses have four times as many identities as they know about, which creates opportunities for malicious actors to wreak havoc — and the risk doesn’t end after an employee leaves.</p><p>To combat these challenges, IT teams need to create and implement robust identity hygiene strategies, including proper offboarding protocols and access management auditing. A sound strategy can shield businesses from unauthorized access to sensitive data, credential leaks, and devastating data breaches and offer better visibility and management of access. But what should IT teams consider when creating and implementing a plan to manage SaaS apps?</p><h2 id="poor-identity-hygiene-leads-to-saas-security-risks">Poor identity hygiene leads to SaaS security risks</h2><p><a href="https://www.techradar.com/best/best-identity-theft-protection" target="_blank">Identity</a> hygiene encompasses the measures taken by organizations to consistently uphold the security of data, infrastructure, and applications. The goal is to secure authorized access to vital information, effectively blocking any potential malicious breaches.</p><p>Unfortunately, it’s nearly impossible for enterprises to manually keep track of every app used within the organization, given the average management load of around 400 SaaS applications. In modern environments, strong identity hygiene practices often require automated tools to provide the necessary visibility into and control over applications and their associated identities. Left unchecked, these blind spots can become easy targets for hackers to infiltrate systems.</p><p>The recent <a href="https://www.techradar.com/features/chatgpt-alternatives" target="_blank">ChatGPT</a> breach is a good example. In this incident, more than 250,000 credentials were compromised and listed on the dark web, potentially granting unauthorized access to systems. If an employee installed and registered for ChatGPT without informing IT, it could lead to unauthorized access and potentially compromised or stolen sensitive data. This underscores the critical need to maintain proper identity hygiene to protect organizations.</p><h2 id="tips-to-implement-proper-identity-hygiene-practices">Tips to implement proper identity hygiene practices</h2><p>For an effective identity hygiene strategy, there are a few elements that should be considered to be most effective:</p><p><strong>Ensure real-time visibility:</strong> Confirm that IT and security teams have visibility into the current SaaS apps in use, which individuals require access to specific data within an organization, and who currently holds such access. This offers more control over a company’s cyber risk profile and enables them to be proactive in their security strategies.</p><p><strong>Create a standardized process:</strong> Establishing a standardized identity hygiene protocol throughout the organization is effective in ensuring uniformity among employees regarding the management of their SaaS applications and identities. Incorporating practices like using <a href="https://www.techradar.com/best/password-manager" target="_blank">password managers</a>, adhering to a consistent device update schedule, and promptly reporting newly downloaded SaaS applications to the IT team are some ways to standardize the process for all employees to minimize risk.</p><p><strong>Leverage automated tools to manage SaaS apps:</strong> The volume of SaaS applications managed by organizations is vast, making manual management impractical for IT and security teams. Implementing automated tools can streamline this process and offer the necessary visibility without overwhelming teams. It can serve as a valuable asset in safeguarding organizations against critical security incidents.</p><h2 id="why-companies-need-a-proper-offboarding-process">Why companies need a proper offboarding process</h2><p>The security risk posed by SaaS doesn’t cease when an employee leaves an organization — ex-employees’ credentials might retain access to SaaS apps and data. That’s why it is crucial for security and IT teams to complete proper offboarding procedures and regular access management audits. Not having these steps as part of an identity hygiene strategy not only poses a security risk but has wide-ranging implications for regulatory compliance requirements.</p><p>For example, a healthcare professional could have access to Practice Fusion, an electronic health record SaaS app, while working at a practice. Once they leave, if the employee isn’t properly offboarded, they could potentially still have access to that account and the medical information within it, which is a HIPAA violation. It could also leave an opportunity for a hacker to use the vacant account as an entry point if left unchecked after the employee departs. Both scenarios could have devastating consequences, such as data theft and monetary damage. Automating the offboarding process is the most effective way to ensure that teams stay up to date on access and that there are no unknown unauthorized access points.</p><p>The modern workplace presents security challenges, as the tools we use are increasingly connected. SaaS applications present a risk that should be a top priority for security teams to address. Tackling the complexity of modern SaaS environments requires a robust identity hygiene strategy that incorporates real-time visibility, standardized processes, and automated tools. Strong identity management is essential to ensuring your organization remains both productive and secure.</p><p><a href="https://www.techradar.com/best/best-online-cyber-security-courses" target="_blank"><em>We&apos;ve featured the best online cybersecurity course.</em></a></p><p><em>This article was produced as part of TechRadarPro&apos;s Expert Insights channel where we feature the best and brightest minds in the technology industry today. The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here:  </em><a href="https://www.techradar.com/news/submit-your-story-to-techradar-pro" target="_blank"><em>https://www.techradar.com/news/submit-your-story-to-techradar-pro</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Generative AI: security risks and lack of regulations ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/generative-ai-security-risks-and-lack-of-regulations</link>
                                                                            <description>
                            <![CDATA[ Two issues with generative AI: security risks and lack of control or regulations. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">LEydWGjkE9PdyVZbYGMtiK</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/5fz9SMYxWbv44jFVcD4vmd-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 17 Apr 2024 08:42:13 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:09:18 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Adam Everspaugh ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/5fz9SMYxWbv44jFVcD4vmd-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / Thapana_Studio]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A person&#039;s fingers type at a keyboard, with a digital security screen with a lock on it overlaid.]]></media:description>                                                            <media:text><![CDATA[A person&#039;s fingers type at a keyboard, with a digital security screen with a lock on it overlaid.]]></media:text>
                                <media:title type="plain"><![CDATA[A person&#039;s fingers type at a keyboard, with a digital security screen with a lock on it overlaid.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/5fz9SMYxWbv44jFVcD4vmd-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI’s release of ChatGPT seems like yesterday, but so much has happened since its debut that it’s hard to remember a time before this advanced <a href="https://www.techradar.com/pro/best-ai-chatbot-for-business">AI chatbot</a> entered the public consciousness. During its first year, ChatGPT raised as many questions about generative AI as it answered. Two of the biggest issues are security risks and the notion that the use and development of generative AI use can be controlled or regulated.</p><h2 id="security-risks">Security Risks</h2><p>Take the known security risks. ChatGPT often generates incorrect yet believable information that can lead to dangerous consequences when its advice is blindly followed. Cybercriminals use it to improve and scale up their attacks. Many believe that the greatest risk is its further development, or rather the next-generation of generative AI.</p><p>With all of generative AI’s advancements over the past year, the security risks are becoming more complex. This is evident when you consider both its plausibility and its perniciousness.</p><p>As skeptical and aware people, we are good at recognizing when something feels off. ChatGPT can make it feel on. Generative AI solutions are designed to generate responses that sound and look extremely plausible, but they don’t have to be accurate. They are trained on internet data, and as we know, one shouldn’t believe everything one reads online. Experts can identify the obviously-wrong answers, but non-experts won’t know the difference. In this regard, generative AI can be weaponized to overwhelm the world with false information. This is a fundamental issue with any generative AI solution.</p><p>More issues stem from the criminal use of these tools. For example, cybercriminals are using ChatGPT to generate very realistic phishing emails and URLs for spoofed websites. We have trained ourselves to spot phishing <a href="https://www.techradar.com/best/best-secure-email-providers">emails</a> and detect subtleties that raise the red flag when something is off, like the email from a far-away prince asking for money. Now, however, that email may appear to come from your family, friend or colleague. ChatGPT and other generative AI solutions can create emails and URLs for phishing purposes that look and feel plausible, and cybercriminals are taking advantage of this highly pernicious capability.</p><p>What’s more, generative AI solutions can generate variants very quickly (without costs) to circumvent spam detectors. By weaponizing generative AI in this manner, malicious actors can rapidly scale up their attacks.</p><p>Generative AI will likely give password cracking attackers a leg up. Academics are just beginning to study the impacts of generative AI on password cracking, but it’s very likely that bad actors are doing so as well. Initial studies use inputs like previously leaked password <a href="https://www.techradar.com/best/best-cloud-databases">databases</a> to generate typical passwords and mimic the patterns that humans use when crafting their own passwords. </p><p>However, future AI-enhanced tools might be based on more context: who the target is, where they live, what languages they speak, their interests or pop-cultural influences. This context might ramp up effectiveness. If the attacker is allowed to submit an unlimited number of guesses, then it doesn’t matter if the AI is wrong 10,000 times–the AI only has to guess correctly once. This will rapidly increase account compromise for those who do not use strong, unique and random passwords, such as by using one of the <a href="https://www.techradar.com/best/password-generator">best password generators</a>, or <a href="https://www.techradar.com/best/business-password-management-software">best password managers</a>, to protect their accounts.</p><h2 id="privacy-implications">Privacy implications</h2><p>The sharing of sensitive data is another security risk associated with generative AI tools. ChatGPT is available to anyone and everyone– even those with no understanding of <a href="https://www.techradar.com/best/best-online-cyber-security-courses">cybersecurity</a> or best practices. Users reveal information they think is kept private, but they don’t realize that all of their details are stored in a database and used to train future iterations of AI.</p><p>Even if the company that produces the generative AI solution is not leveraging user data for training, they may be recording it for quality control. That creates yet another copy of sensitive data susceptible to attack if an attacker should gain access to these transcripts. Cybercriminals sell sensitive information like this on the dark web or use the information to target their victims.</p><h2 id="why-ai-won-x2019-t-comply">Why AI won’t comply</h2><p>Despite the risks of generative AI, since ChatGPT’s debut it’s been a race to innovate, with the biggest names in tech in the running.</p><p>After OpenAI released GPT-4 in March 2023, the Future of Life Institute circulated a petition calling for a six-month moratorium on large scale experiments with AI. The moratorium would give AI labs and independent experts the time to develop safety protocols for advanced AI design that makes AI systems more accurate, safer, interpretable and trustworthy.</p><p>Is it possible to legislate the use and development of generative AI? No. Will the industry collaborate enough to create guardrails that can be universally followed? Possibly.</p><p>Generative AI has made regulating, censoring and legislating technology more complex than ever. Jurisdictions make moratoriums on research ineffective and even exacerbate problems. For example, imagine what would happen if the U.S. mandated a temporary pause on generative AI research. Researchers outside the U.S. do not have to comply. Instead of protecting against the presumed dangerous pace of AI innovation, the moratorium would create unfair Research and Development (R&D) advantages for the nations and researchers outside U.S. jurisdiction.</p><p>Any powerful technology can be wielded for good or evil. ChatGPT and its counterparts are no different. If it’s powerful, it also has a dark side. But should this lead to restricting further R&D? No. In fact, such thinking only restricts the very research that’s needed to counter the effects of dark side development and deployments. Suppose a jurisdiction temporarily bans research on the Large Language Models (LLMs) on which ChatGPT is built. Clever researchers could simply adjust their naming and report they are not researching LLMs but instead working on Medium Lift Neural Network Weighted Modules, which are not currently regulated. Beyond that, any moratorium disproportionately favors those using AI for nefarious purposes. Remember that criminals don’t follow congressional regulations.</p><h2 id="summary">Summary</h2><p>More than one year in, ChatGPT is a reminder that change is the only constant in our universe. Even as the world grapples with these questions around security risks and the rapid pace of innovation, we know that another mind-boggling and ethically challenging advancement is likely around the corner.</p><p><a href="https://www.techradar.com/best/best-cloud-antivirus">We&apos;ve listed the best cloud antivirus</a>.</p><p><em>This article was produced as part of TechRadarPro&apos;s Expert Insights channel where we feature the best and brightest minds in the technology industry today. The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: </em><a href="https://www.techradar.com/news/submit-your-story-to-techradar-pro" target="_blank"><em>https://www.techradar.com/news/submit-your-story-to-techradar-pro</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Tech Resolutions 2024 – 14 inspiring ways to boost your life with tech this year ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/tech/tech-resolutions-2024</link>
                                                                            <description>
                            <![CDATA[ Looking to upgrade your tech life in 2024? Here are 14 ways the TechRadar team is doing it –and how you can do the same. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">nfErQTuJBEKKDv6taNKhe3</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/72brgmnDbHAza3iVyY6S7i-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 31 Dec 2023 13:00:11 +0000</pubDate>                                                                                                                                <updated>Thu, 24 Jul 2025 09:39:59 +0000</updated>
                                                                                                                                            <category><![CDATA[ChatGPT]]></category>
                                                    <category><![CDATA[AI Platforms &amp; Assistants]]></category>
                                                    <category><![CDATA[OpenAI]]></category>
                                                                                                <author><![CDATA[ mark.wilson@futurenet.com (Mark Wilson) ]]></author>                    <dc:creator><![CDATA[ Mark Wilson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hiSfWHffhY5csLv7eyzrXL.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark is TechRadar&#039;s Senior news editor and has been a technology journalist since 2004, back when people used the word &#039;gadgets&#039; and the world&#039;s most desirable phones were made by Sony Ericsson. He&#039;s so old that his first published feature was a &#039;next big thing?&#039; article about Blu-Ray. Mark started life in the print world as Reviews Editor then Features Editor on Stuff, which was the world&#039;s biggest-selling tech magazine. He then moved into the online world, becoming Acting Editor on Stuff.tv before leaving to focus on his main tech love of cameras and photography.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;After spending two years as Cameras Editor for Trusted Reviews, Mark became TechRadar&#039;s Cameras Editor in 2019, before moving on to news in early 2023. During his lengthy time in tech journalism, Mark has also been a regular contributor to The Sunday Times, Robb Report and Arena. Back in his early days, he also won The Daily Telegraph&#039;s &#039;Young Sportswriter of the Year&#039; (2003) and was nominated for the PTC&#039;s &#039;Most Promising Student Journalist&#039;. Although given that was 20 years ago, it&#039;s surely time to stop dining out on it.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Outside of work, Mark is a keen cyclist, Liverpool FC fan and music lover who&#039;s going through a mid-life crisis of listening to electronic music that sounds suspiciously like shoegaze. He also buys synths and grooveboxes that he has no time to play and very little idea how to use, but enjoys their flashing lights and laudable commitment to physical buttons.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/72brgmnDbHAza3iVyY6S7i-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A bedroom and lounge with smart lights plus a laptop running ChatGPT]]></media:description>                                                            <media:text><![CDATA[A bedroom and lounge with smart lights plus a laptop running ChatGPT]]></media:text>
                                <media:title type="plain"><![CDATA[A bedroom and lounge with smart lights plus a laptop running ChatGPT]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/72brgmnDbHAza3iVyY6S7i-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>No-one really wants to make a New Year&apos;s resolution, so this year we recommend committing to a tech resolution instead. These friendlier commitments aren&apos;t about self-improvement, giving up indulgences or hitting gyms – instead, they&apos;re little projects to help fortify you against the looming threat of January. And best of all, they all involve tech.</p><p>We polled the TechRadar team and our many contributors to find out what tech resolutions they&apos;ll be making for 2024 – and the results are below. The ideas vary wildly, from an in-depth plan to get back into Blu-rays to another writer&apos;s vow to restore their family&apos;s old photos using Photoshop.</p><p>For every laudable commitment to rediscovering comics on tablets or becoming a board games super-nerd, there are more sensible resolutions too – including one writer&apos;s explanation of how they&apos;re finally sorting out their passwords nightmare, plus another&apos;s plan to save money in 2024 with some nifty Chrome extensions.</p><p>Whichever part of your tech life needs some attention or a shot of new year&apos;s enthusiasm, you&apos;ll find some valuable advice and ideas on how to fix it below. And if it all goes wrong, you can always blame the gadgets...</p><h2 id="1-2024-is-the-year-i-feed-my-oled-tv-with-4k-blu-rays-and-you-should-too">1. <a href="https://www.techradar.com/televisions/blu-ray/2024-is-the-year-i-feed-my-oled-tv-with-4k-blu-rays-and-you-should-too">2024 is the year I feed my OLED TV with 4K Blu-rays, and you should too</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="RKTjUmdvhNmc7BfAsYokxY" name="Blurayplayer.jpg" alt="Panasonic Blu-ray player, with the Blu-ray logo prominent" src="https://cdn.mos.cms.futurecdn.net/RKTjUmdvhNmc7BfAsYokxY.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Yes, the <a href="https://www.techradar.com/uk/best/best-tv-streaming-service-cord-cutting-compare">best streaming services</a> are convenient, user-friendly and offer impressive image quality at times. But they still have notable weaknesses – and we&apos;re not just talking about movies vanishing from catalogues or downloads disappearing from your account. </p><p>Read about why TechRadar&apos;s Matt Bolton (Managing Editor, Entertainment) has decided to bring 4K Blu-Rays back into his life in 2024 – and why you should consider doing the same, particularly given how easy it is to find second-hand bargains.</p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/televisions/blu-ray/2024-is-the-year-i-feed-my-oled-tv-with-4k-blu-rays-and-you-should-too">2024 is the year I feed my OLED TV with 4K Blu-rays, and you should too</a></li></ul><h2 id="2-i-x2019-ve-had-enough-of-password-frustrations-x2013-here-x2019-s-how-i-x2019-m-finally-fixing-them-in-2024">2. <a href="https://www.techradar.com/computing/software/ive-had-enough-of-password-frustrations-heres-how-im-finally-fixing-them-in-2024">I’ve had enough of password frustrations – here’s how I’m finally fixing them in 2024</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:970px;"><p class="vanilla-image-block" style="padding-top:56.19%;"><img id="TWEqjwAoeTGiRrWZHfpysh" name="DKnCXCBzVhrirv84RYHLg8.jpg" alt="Someone logging in on a laptop" src="https://cdn.mos.cms.futurecdn.net/TWEqjwAoeTGiRrWZHfpysh.jpg" mos="" align="middle" fullscreen="" width="970" height="545" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / song_about_summer)</span></figcaption></figure><p>Passwords aren&apos;t fun – in fact, they&apos;re now positively infuriating if you don&apos;t have them under control. </p><p>TechRadar contributor Darren Allen has finally snapped and made a grand plan to tame them in 2024. You can benefit from his wisdom and research in this round-up, covering everything from his pick of the <a href="https://www.techradar.com/best/password-manager">best password managers</a> to his plan to embrace biometrics.</p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/computing/software/ive-had-enough-of-password-frustrations-heres-how-im-finally-fixing-them-in-2024">I’ve had enough of password frustrations – here’s how I’m finally fixing them in 2024</a></li></ul><h2 id="3-i-apos-m-a-photoshop-pro-x2013-here-apos-s-how-to-restore-your-old-family-photos-in-2024">3. <a href="https://www.techradar.com/computing/software/im-a-photoshop-pro-heres-how-to-restore-your-old-family-photos-this-christmas">I&apos;m a Photoshop pro – here&apos;s how to restore your old family photos in 2024</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="byFTT88r7qXbGP2kKC5KM4" name="sNyqFkutv9NNtKTHrLT4TP copy.jpg" alt="A laptop showing two photos of a couple walking down the street" src="https://cdn.mos.cms.futurecdn.net/byFTT88r7qXbGP2kKC5KM4.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Photo editing software has become ridiculously good in the age of generative AI – and one of the benefits is how easy it now is to restore old photos that are either low-resolution, damaged, lacking in color, or a combination of the above.</p><p>TechRadar contributor Chris Rowlands gives you a step-by-step tour to restoring those old family photos in this guide, covering everything from scanning them with your phone to retouching those blemishes. If you don&apos;t subscribe to Photoshop, there are also some tips on how to do it for free with online tools, too.</p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/computing/software/im-a-photoshop-pro-heres-how-to-restore-your-old-family-photos-this-christmas">I'm a Photoshop pro – here's how to restore your old family photos this Christmas</a></li></ul><h2 id="4-escaping-the-algorithm-x2013-xa0-5-new-ways-i-apos-m-planning-to-discover-movies-and-music-this-year">4. <a href="https://www.techradar.com/streaming/entertainment/escaping-the-algorithm-5-new-ways-im-planning-to-discover-movies-and-music-this-year">Escaping the algorithm – 5 new ways I&apos;m planning to discover movies and music this year</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1600px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="5NxV3gMTjcYs6XjsF49r2U" name="Escapingalgorithm.jpg" alt="Someone wearing a hat and headphones" src="https://cdn.mos.cms.futurecdn.net/5NxV3gMTjcYs6XjsF49r2U.jpg" mos="" align="middle" fullscreen="" width="1600" height="900" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Mark Rohan/Unsplash)</span></figcaption></figure><p>Sometimes it feels like you&apos;re trapped in a feedback loop of the same movie, TV and music recommendations, all unimaginatively served up by an apparently all-knowing algorithm. How do you break free and go off piste?</p><p>TechRadar contributor David Nield has been wondering the same thing and has made this plan to discover the untrodden streaming worlds that Netflix and Spotify tend to ignore. Read about the podcasts, newsletters, subreddits, iPad magazines and more that could help you join him in 2024.</p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/streaming/entertainment/escaping-the-algorithm-5-new-ways-im-planning-to-discover-movies-and-music-this-year">Escaping the algorithm – 5 new ways I'm planning to discover movies and music this year</a></li></ul><h2 id="5-how-to-start-using-chatgpt-in-2024-x2013-xa0-7-tips-for-beginners">5. <a href="https://www.techradar.com/computing/artificial-intelligence/how-to-use-chatgpt">How to start using ChatGPT in 2024 – 7 tips for beginners</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="S9cNz4bVGRe4wK5UG6hKyj" name="ChatGPTresolutions.jpg" alt="ChatGPT on a laptop" src="https://cdn.mos.cms.futurecdn.net/S9cNz4bVGRe4wK5UG6hKyj.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Choong Deng Xiang/Unsplash)</span></figcaption></figure><p>The internet loves nothing more than telling you how far you&apos;re falling behind by not using ChatGPT. But what if you&apos;ve been really busy doing other stuff in 2023? </p><p>Don&apos;t worry – if your New Year&apos;s resolution is to get up to speed with AI chatbots, we&apos;ve made the perfect place for you to start. Our beginner&apos;s guide to ChatGPT will tell you how to write more effective prompts, make custom instructions and much more. </p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/computing/artificial-intelligence/how-to-use-chatgpt">How to use ChatGPT – 7 tips for beginners</a></li></ul><h2 id="6-i-x2019-m-ditching-spotify-for-tidal-in-2024-x2013-here-x2019-s-why-you-should-too">6. <a href="https://www.techradar.com/audio/audio-streaming/im-ditching-spotify-for-tidal-in-2024-heres-why-you-should-too">I’m ditching Spotify for Tidal in 2024 – here’s why you should too</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="AU3NiNtfXNfh5L5iyEV6en" name="SpotifyTidal.jpg" alt="Two phones on a green background showing the Tidal and Spotify apps" src="https://cdn.mos.cms.futurecdn.net/AU3NiNtfXNfh5L5iyEV6en.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>TechRadar contributor, and former What Hi Fi? staffer, Verity Burns has been a loyal Spotify subscriber for nearly 15 years. So why is her tech resolution to switch to Tidal in 2024?</p><p>As with any long-term relationship, it&apos;s complicated – but you can find out why Tidal now holds such allure for music fans, and why it could make sense for you to switch, in this helpful breakdown of music streaming in 2024.</p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/audio/audio-streaming/im-ditching-spotify-for-tidal-in-2024-heres-why-you-should-too">I’m ditching Spotify for Tidal in 2024 – here’s why you should too</a></li></ul><h2 id="7-in-2024-i-x2019-m-using-my-cheap-tablet-to-rediscover-my-love-of-comic-books">7. <a href="https://www.techradar.com/tablets/tablet-apps-accessories/in-2024-im-using-my-cheap-tablet-to-rediscover-my-love-of-comic-books">In 2024 I’m using my cheap tablet to rediscover my love of comic books</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3976px;"><p class="vanilla-image-block" style="padding-top:56.24%;"><img id="kLwfaLEqmMqsGpddjTuG5H" name="spidergwen_cover (2) (2).jpg" alt="Gwen Stacey as Ghost Spider is falling while holding a suitcase" src="https://cdn.mos.cms.futurecdn.net/kLwfaLEqmMqsGpddjTuG5H.jpg" mos="" align="middle" fullscreen="" width="3976" height="2236" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Marvel)</span></figcaption></figure><p>After an eight-year break from his <em>X-Men</em> and <em>Spider-Man </em>addiction, TechRadar&apos;s Senior Staff Writer Hamish Hector is reinvigorating his long-held love for comics in 2024 – with the help of a cheap, trusty Lenovo tablet.</p><p>Read about how Marvel Unlimited is going to fuel his comic book needs in 2024 and why the broader lesson of his project is that tech doesn’t need to be perfect, just perfect for you.</p><ul><li><strong>Read the full story:</strong> <a href="https://www.techradar.com/tablets/tablet-apps-accessories/in-2024-im-using-my-cheap-tablet-to-rediscover-my-love-of-comic-books">In 2024 I’m using my cheap tablet to rediscover my love of comic books</a></li></ul><h2 id="8-why-it-apos-s-a-great-time-to-buy-second-hand-camera-lenses-x2013-plus-our-top-picks">8. <a href="https://www.techradar.com/cameras/camera-lenses/why-its-a-great-time-to-buy-second-hand-camera-lenses-plus-our-top-picks">Why it&apos;s a great time to buy second-hand camera lenses – plus our top picks</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="w4RsU4KLi8N6tPiSWPapC4" name="Cameralenses.jpg" alt="Two camera lenses including the Nikon Z 28-75mm f/2.8 on a blue background" src="https://cdn.mos.cms.futurecdn.net/w4RsU4KLi8N6tPiSWPapC4.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>It&apos;s easy to fall into the trap of thinking that only that new piece of impossibly expensive mirrorless glass can take your photography to new heights. But these days, second-hand lenses offer incredible value – and in this guide we show you how to navigate the minefield to land some bargains. </p><p>Whether you prefer wide-angle, telephoto or zoom lenses, our guide takes you through the best places to buy used lenses, the important things to check, and which lenses are offering particularly good value right now for Canon, Nikon and Sony fans.</p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/cameras/camera-lenses/why-its-a-great-time-to-buy-second-hand-camera-lenses-plus-our-top-picks">Why it's a great time to buy second-hand camera lenses – plus our top picks</a></li></ul><h2 id="9-i-x2019-m-finally-going-to-use-these-chrome-extensions-to-save-me-money-in-2024">9. <a href="https://www.techradar.com/computing/software/im-finally-going-to-use-these-chrome-extensions-to-save-me-money-in-2024">I’m finally going to use these Chrome extensions to save me money in 2024</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="iHitasJjMxaxV8x5unt6LU" name="87dTEGKrGCy5tHCj55P4dk.jpg" alt="A happy man making money on his laptop" src="https://cdn.mos.cms.futurecdn.net/iHitasJjMxaxV8x5unt6LU.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / pathdoc)</span></figcaption></figure><p>It&apos;s shaping up to be another financially-trying year for many of us. But rather than staring dolefully at mushrooming bills, TechRadar contributor Darren Allen has resolved to find ways to claw back a little cash  – and one of those things is harnessing the power of Chrome extensions.</p><p>Sure, they may not make you a millionaire, but the many shopping assistants, voucher finders and price-watching tools available now can certainly help you make some decent savings – and this guide rounds up some of the best Chrome extensions for doing just that.</p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/computing/software/im-finally-going-to-use-these-chrome-extensions-to-save-me-money-in-2024">I’m finally going to use these Chrome extensions to save me money in 2024</a></li></ul><h2 id="10-5-ways-i-apos-ll-be-using-my-apple-watch-to-run-my-life-in-2024-xa0">10. <a href="https://www.techradar.com/tech/5-ways-ill-be-using-my-apple-watch-to-run-my-life-in-2024">5 ways I&apos;ll be using my Apple Watch to run my life in 2024</a> </h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1706px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="kgXgHJUjCPswkmwbDs3drm" name="AppleWatchresolutions.jpg" alt="An Apple Watch Ultra on a wrist" src="https://cdn.mos.cms.futurecdn.net/kgXgHJUjCPswkmwbDs3drm.jpg" mos="" align="middle" fullscreen="" width="1706" height="960" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>The Apple Watch is probably best-known for its fitness tracking, but did you know about its impressive range of other life-helping skills? </p><p>TechRadar contributor and Apple expert Lloyd Coombes does – and he&apos;s written about the ones he&apos;ll be using maintain maintain good habits and keep his life running smoothly 2024. If you got an Apple Watch for Christmas, this is a fine primer on some of the smartwatch&apos;s lesser-known talents. </p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/tech/5-ways-ill-be-using-my-apple-watch-to-run-my-life-in-2024">5 ways I'll be using my Apple Watch to run my life in 2024</a></li></ul><h2 id="11-i-apos-m-a-huge-board-games-fan-x2013-here-are-the-7-best-ones-to-help-you-survive-january">11. <a href="https://www.techradar.com/tech/im-a-huge-board-games-fan-here-are-the-7-best-ones-to-help-you-survive-january">I&apos;m a huge board games fan – here are the 7 best ones to help you survive January</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="YxfPkdskqYSUka3V9SZ6xD" name="New Project.jpg" alt="Board game concept- board game field, many figures, meeple, dice, coins and sandglass. Two people play holding cards on blurred background" src="https://cdn.mos.cms.futurecdn.net/YxfPkdskqYSUka3V9SZ6xD.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock / PicMy)</span></figcaption></figure><p>In our book, a new year&apos;s resolution can be as simple as finding a way to get through the harsh realities of January – and there are few better ways of doing that than by pretending the Christmas holidays haven&apos;t ended with some brilliant board games.</p><p>Some call it denial, others a wholly necessary response to the least fun month of the year – and TechRadar&apos;s Hamish Hector (our resident board game fanatic) is firmly in the latter camp. Join him as he takes you on an uplifting tour around the finest board games you can buy right now.</p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/tech/im-a-huge-board-games-fan-here-are-the-7-best-ones-to-help-you-survive-january">I'm a huge board games fan – here are the 7 best ones to help you survive January</a></li></ul><h2 id="12-5-ways-i-apos-m-using-tech-to-survive-january-and-romanticize-my-life-in-2024">12. <a href="https://www.techradar.com/tech/5-ways-im-using-tech-to-survive-january-and-romanticize-my-life-in-2024">5 ways I&apos;m using tech to survive January and romanticize my life in 2024</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="ZVqcii76ebBgSe2ZUzgKX" name="Romanticize-lead.jpg" alt="The Nanoleaf Lines, brightly coloured lights, mounted on the ceiling of a bedroom, casting a pink and orange glow on the room" src="https://cdn.mos.cms.futurecdn.net/ZVqcii76ebBgSe2ZUzgKX.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Nanoleaf)</span></figcaption></figure><p>If board games aren&apos;t up your street, there are other emergency ways to help you survive January. TechRadar contributor and author Becca Caddy, who&apos;s literally written the book on how to live peacefully with your tech (see <a href="https://www.amazon.com/Screen-Time/dp/1788704215" target="_blank">Screen Time</a>), explains how she&apos;ll be using gadgets to &apos;romanticize&apos; her life in 2024.</p><p>Whether you fancy starting a digital journal, experimenting with soundscapes or basking in finely-tuned smart lights, put aside some time to leaf through her ideas – before heading out for a phone-free walk through a forest.  </p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/tech/5-ways-im-using-tech-to-survive-january-and-romanticize-my-life-in-2024">5 ways I'm using tech to survive January and romanticize my life in 2024</a></li></ul><h2 id="13-how-to-make-your-home-theater-setup-sing-in-2024-with-a-few-simple-tweaks">13. <a href="https://www.techradar.com/televisions/home-theater/how-to-make-your-home-theater-setup-sing-in-2024-with-a-few-simple-tweaks">How to make your home theater setup sing in 2024 with a few simple tweaks</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1200px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="dYp6FqSLdp4MdvceFVZ7wF" name="GYwwcVrfn9QYsz3EwvVyJV.jpg" alt="A couple sitting on the sofa in front of the TV surrounding by smart lights" src="https://cdn.mos.cms.futurecdn.net/dYp6FqSLdp4MdvceFVZ7wF.jpg" mos="" align="middle" fullscreen="" width="1200" height="675" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Philips)</span></figcaption></figure><p>Sometimes, a new year&apos;s resolution is best spent on your favorite piece of tech. So if your own life is perfectly calibrated and singing beautifully (if so, please tell us how) it&apos;s time to make sure your home theater is doing the same in 2024 with these handy tips.</p><p>TechRadar contributor and former What Hi Fi? staffer Verity Burns tells you how to do everything from perfecting your TV settings (including which modes to avoid), fine-tuning your speaker placement, and arranging your room for the best audio and visual experience. What a way to see in the new year.</p><ul><li><strong>Read the full guide: </strong><a href="https://www.techradar.com/televisions/home-theater/how-to-make-your-home-theater-setup-sing-in-2024-with-a-few-simple-tweaks">How to make your home theater setup sing in 2024 with a few simple tweaks</a></li></ul><h2 id="14-new-year-new-music-x2013-here-are-7-ways-i-x2019-m-super-charging-spotify-in-2024">14. <a href="https://www.techradar.com/audio/audio-streaming/new-year-new-music-here-are-7-ways-im-super-charging-spotify-in-2024">New year, new music – here are 7 ways I’m super-charging Spotify in 2024</a></h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="bjFEM9zThYNxkfZYEMUW8U" name="Spotifyresolutions.jpg" alt="Three phones on a green background showing the Spotify app" src="https://cdn.mos.cms.futurecdn.net/bjFEM9zThYNxkfZYEMUW8U.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>While some TechRadar writers are <a href="https://www.techradar.com/audio/audio-streaming/im-ditching-spotify-for-tidal-in-2024-heres-why-you-should-too">ditching Spotify for Tidal</a>, others are going in the other direction and fully embracing Spotify&apos;s music discovery powers. Rowan Davies, TechRadar&apos;s Editorial Associate and Apprentice Writer, is doing just that and has revealed his seven-stage plan for escaping musical echo chambers and finding hidden gems in 2024.</p><p>Rowan has the Spotify Wrapped stats to back up his credentials – 48,650 minutes of listening in 2023, including 1,633 artists across 71 genres. We&apos;re also talking about a Beyonce top 0.01%-er and a former music editor here – so if you&apos;re looking to become a Spotify power user in 2024, this is the place to start.</p><ul><li><strong>Read the full story: </strong><a href="https://www.techradar.com/audio/audio-streaming/new-year-new-music-here-are-7-ways-im-super-charging-spotify-in-2024">New year, new music – here are 7 ways I’m super-charging Spotify in 2024</a></li></ul><h3 class="article-body__section" id="section-you-might-also-like"><span>You might also like</span></h3><ul><li><a href="https://www.techradar.com/audio/audio-streaming/spotify-tips-and-tricks">The 15 best Spotify tips and tricks – how to master the streaming service</a></li><li><a href="https://www.techradar.com/computing/software/google-names-the-best-chrome-extensions-of-2023-with-a-glaring-omission">Google names the best Chrome extensions of 2023 with a glaring omission</a></li><li><a href="https://www.techradar.com/news/chatgpt-explained">ChatGPT explained: everything you need to know about the AI chatbot</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to use ExpressVPN Keys on your Mac or PC ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/computing/software/how-to-use-expressvpn-keys-on-your-mac-or-pc</link>
                                                                            <description>
                            <![CDATA[ How to use ExpressVPN Keys to keep your passwords and logins safe on your Mac or PC. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">LqgkhVtQ8wAcZUa9w6tbmQ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/7hBqPzSritRrZaEnNGo8zE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 02 Dec 2023 10:00:23 +0000</pubDate>                                                                                                                                <updated>Wed, 04 Dec 2024 17:18:37 +0000</updated>
                                                                                                                                            <category><![CDATA[VPN Services]]></category>
                                                    <category><![CDATA[VPN]]></category>
                                                                                                <author><![CDATA[ alexblake.techradar@gmail.com (Alex Blake) ]]></author>                    <dc:creator><![CDATA[ Alex Blake ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gwmVRU4zMGnDYsGVAFvRmL.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Alex Blake has been fooling around with computers since the early 1990s, and since that time he&#039;s learned a thing or two about tech. No more than two things, though. That&#039;s all his brain can hold. As well as TechRadar, Alex writes for iMore, Digital Trends and Creative Bloq, among others. He was previously commissioning editor at MacFormat magazine. That means he mostly covers the world of Apple and its latest products, but also Windows, computer peripherals, mobile apps, and much more beyond. When not writing, you can find him hiking the English countryside and gaming on his PC.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/7hBqPzSritRrZaEnNGo8zE-1280-80.jpg">
                                                            <media:credit><![CDATA[ExpressVPN]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A person using the ExpressVPN Keys password manager on their phone and their laptop.]]></media:description>                                                            <media:text><![CDATA[A person using the ExpressVPN Keys password manager on their phone and their laptop.]]></media:text>
                                <media:title type="plain"><![CDATA[A person using the ExpressVPN Keys password manager on their phone and their laptop.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/7hBqPzSritRrZaEnNGo8zE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>ExpressVPN Keys is one of the <a href="https://www.techradar.com/vpn/best-vpn">best VPN services</a> around – it’s our pick for the number one spot, and has been for years. Aside from being a fantastic virtual private network, it has just added a password manager to its arsenal, making it an even better way to secure your data online.</p><p>The new password manager lets you save your logins, credit card data, secure notes and much more, safe from prying eyes. You’ll then be able to log in quickly and securely without having to remember any complex passwords or rely on the same login info on multiple websites.</p><p>Here, we’ll show you how to get up and running with ExpressVPN keys, from saving your first password to storing two-factor authentication codes for faster logging in. We’ve got all the help you need, whether you’ve used plenty of password managers before or are completely new to them.</p><p>Setting up ExpressVPN Keys is simple, but it does require you to have both a valid ExpressVPN account and the separate ExpressVPN app installed on your PC, so make sure you’ve sorted that out first. On a computer, ExpressVPN Keys works as a web browser extension, although there are iOS and Android apps if you want to use it on your mobile. Now that that’s out of the way, let’s get started.</p><h3 class="article-body__section" id="section-tools-requirements"><span>Tools & requirements</span></h3><ul><li>An ExpressVPN subscription</li><li>A Chromium-based web browser such as Chrome, Edge, Opera, Brave or Vivaldi</li></ul><h3 class="article-body__section" id="section-quick-steps"><span>Quick steps</span></h3><ul><li>Download the ExpressVPN Keys extension from the Chrome Web Store</li><li>Import logins from another password manager, if you have one</li><li>Use ExpressVPN Keys to save and fill your login information on eligible websites</li><li>Create secure notes and save credit card details using the extension</li><li>Get your two-factor authentication codes sent to ExpressVPN Keys for faster logging in</li></ul><h3 class="article-body__section" id="section-step-by-step-guide"><span>Step by step guide</span></h3><section class="howto-block">                    <h3>1. Set up ExpressVPN Keys</h3>                    <figure>                            <p class="bordeaux-image-check">                                <img    src="https://cdn.mos.cms.futurecdn.net/eqTfpCnj3mGTv7LEz39cwF.jpg"                                        alt="The set-up screen for ExpressVPN Keys, where a user is given the option of importing their passwords from another password manager."                                        onerror="this.parentNode.replaceChild(window.missingImage(),this)"                                        data-pin-media="https://cdn.mos.cms.futurecdn.net/eqTfpCnj3mGTv7LEz39cwF.jpg"                                        class="expandable van-old-layout-image">                            </p><div class="credit">(Image: © Future)</div></figure>                    <p><p>First, ensure you have an ExpressVPN membership and are logged in and using the app.</p></p><p><p>Now go to the Chrome Web Store and <strong>download the ExpressVPN Keys extension</strong>.</p></p><p><p>You will now be prompted to create a strong password for the extension. This is your ‘primary password’ that controls access to all the logins stored in ExpressVPN Keys, so make sure it’s a strong, unique password that you haven’t used anywhere else.</p></p><p><p>You’ll then get a recovery code that you can use if you forget your primary password. Store this somewhere safe.</p></p><p><p>Once you’ve finished the set-up process, you’ll be able to import logins stored in other password managers, such as in 1Password or your web browser. Note that ExpressVPN Keys can’t import other entries like saved credit cards or secure notes.</p></p><p><p>To do this, select <strong>Import Your Data</strong> on the set-up screen, then pick an app to import from and <strong>follow the on-screen instructions</strong> to bridge everything over to ExpressVPN Keys.</p></p>                </section><section class="howto-block">                    <h3>2. Create and use new logins</h3>                    <figure>                            <p class="bordeaux-image-check">                                <img    src="https://cdn.mos.cms.futurecdn.net/LeU6zP34UbBtevJd3zHT79.jpg"                                        alt="A user entering a username and password into a website with the help of ExpressVPN Keys, which has suggested a password."                                        onerror="this.parentNode.replaceChild(window.missingImage(),this)"                                        data-pin-media="https://cdn.mos.cms.futurecdn.net/LeU6zP34UbBtevJd3zHT79.jpg"                                        class="expandable van-old-layout-image">                            </p><div class="credit">(Image: © Future)</div></figure>                    <p><p>To edit any saved data, <strong>open the ExpressVPN Keys extension</strong>, navigate to the account you want to change and click it, then select <strong>Edit</strong>. Once you’re done changing things, click <strong>Save</strong>. You can also remove the account by clicking <strong>Delete</strong>.</p></p><p><p>Whenever you go to register at a new website, you’ll see a red key icon in the email address and password fields.</p></p><p><p><strong>Click this icon in the password field</strong> and you’ll see a suggested password created by ExpressVPN Keys. <strong>Select it</strong> to save it to your password manager.</p></p><p><p>Whenever you go to log in on a website that you’ve saved a password for, you’ll again see the red key icon. <strong>Click it</strong> and <strong>pick the account</strong> you want to use to sign in. ExpressVPN Keys will automatically fill out your login information.</p></p>                </section><section class="howto-block">                    <h3>3. Store credit card data and secure notes</h3>                    <figure>                            <p class="bordeaux-image-check">                                <img    src="https://cdn.mos.cms.futurecdn.net/dgiuoKHgtZjCHFMCXL7xxG.jpg"                                        alt="The ExpressVPN Keys extension, where a user can insert their stored payment card details into a website."                                        onerror="this.parentNode.replaceChild(window.missingImage(),this)"                                        data-pin-media="https://cdn.mos.cms.futurecdn.net/dgiuoKHgtZjCHFMCXL7xxG.jpg"                                        class="expandable van-old-layout-image">                            </p><div class="credit">(Image: © Future)</div></figure>                    <p><p>Secure notes can be used to store any kind of text information you want to keep private, and can be helpful for anything that doesn’t really fit into a login or credit card data type.</p></p><p><p>To create one, click the <strong>red ExpressVPN Keys icon</strong> in your browser’s top bar, select the <strong>+ button</strong>, then <strong>Add Secure Note</strong>. Give the note a title, enter any information you want, then select the <strong>Save</strong> button.</p></p><p><p>Adding credit card information works in a similar way. Click the <strong>ExpressVPN Keys icon</strong>, then the <strong>+ button</strong>, then <strong>Add Credit/Debit Card</strong>. Fill in all the relevant information and click <strong>Save</strong>.</p></p><p><p>When you go to check out, click the <strong>red key icon</strong> in the payment field and select the card you want to pay with. If the icon does not appear, click the <strong>ExpressVPN Keys icon</strong> in your browser’s top bar, find your payment card, then <strong>copy and paste the relevant information</strong> into the payment website.</p></p>                </section><section class="howto-block">                    <h3>4. Create one-time passwords for two-factor authentication</h3>                    <figure>                            <p class="bordeaux-image-check">                                <img    src="https://cdn.mos.cms.futurecdn.net/kHwBTy4y48hKr8t8bSrhAH.jpg"                                        alt="A user setting up two-factor authentication in the ExpressVPN Keys browser extension, which can store these codes for the user."                                        onerror="this.parentNode.replaceChild(window.missingImage(),this)"                                        data-pin-media="https://cdn.mos.cms.futurecdn.net/kHwBTy4y48hKr8t8bSrhAH.jpg"                                        class="expandable van-old-layout-image">                            </p><div class="credit">(Image: © Future)</div></figure>                    <p><p>Two-factor authentication lets you get a code sent to your device that verifies you when you go to log in. ExpressVPN Keys can store these codes to let you sign in much more quickly, as there’s no need to wait for a message to arrive on your phone or in your email inbox.</p></p><p><p>First, <strong>visit 2fa.directory</strong> and check the site you want to log in to supports two-factor authentication. If it does, follow the instructions provided to set things up.</p></p><p><p>Instead of scanning the QR code on screen, look for a button for a <strong>secret key or setup code</strong>. This should reveal a long string of letters and numbers. <strong>Copy it to your clipboard</strong>.</p></p><p><p>Now, <strong>open the ExpressVPN Keys extension</strong> and go to your saved login info for the website in question. Click <strong>Edit</strong>, then <strong>Set Up 2FA Verification Code</strong>. Paste your secret key into the text box and click <strong>Confirm</strong>.</p></p><p><p>From now on, ExpressVPN Keys will provide any login codes you need when using two-factor authentication.</p></p>                </section><h3 class="article-body__section" id="section-final-thoughts"><span>Final thoughts</span></h3><p>ExpressVPN Keys is a handy way to boost your security online and remove the hassle of trying to remember complicated passwords. By handling everything for you, it also ensures you don’t get tempted to reuse the same login information on multiple websites, which can become a major vulnerability if one of those sites suffers a data breach – suddenly, every account you’ve used that login info for could be hacked into.</p><p>We already recommend ExpressVPN as the <a href="https://www.techradar.com/vpn/best-vpn">best VPN</a> you can use right now, so it’s encouraging to see the developer add more ways to stay safe online. Because ExpressVPN Keys is free for existing users, getting set up and using it is a no-brainer if you’re already a subscriber.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Passwords - not all they are cracked up to be ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/passwords-not-all-they-are-cracked-up-to-be</link>
                                                                            <description>
                            <![CDATA[ Adversaries don’t “crack” passwords anymore, they steal them. Remove the weak link in your defense. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">7kcKRfKvhuKEoUgwjiWtbX</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/XUFsAjnAaCahJpBvL5yLYh-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 24 Oct 2023 06:11:05 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:09:46 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Jasson Casey ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/XUFsAjnAaCahJpBvL5yLYh-1280-80.jpg">
                                                            <media:credit><![CDATA[iStock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Cybersecurity in action.]]></media:description>                                                            <media:text><![CDATA[Cybersecurity in action.]]></media:text>
                                <media:title type="plain"><![CDATA[Cybersecurity in action.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/XUFsAjnAaCahJpBvL5yLYh-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>ITV has announced the upcoming launch of their new show ‘Password’: a word association game which consists of teams receiving one-word clues to guess a mystery “password”. But what is the reality behind having your password cracked?</p><p>In real life, cybercriminals aren’t gifted with one-word clues and encouraged by flashing lights and comical noises, yet the ease and ability remain the same. Adversaries don’t have to “crack” passwords anymore, they just steal them when they are unencrypted. So gameshow or otherwise - no matter how ‘long’ or ‘strong’ passwords appear to be they are fundamentally flawed authentication methods. Therefore, companies continued heavy reliance on passwords as a means of validating user identities has left them open for attack.</p><p>Representing the weakest link in an organization&apos;s security chain, passwords can be easily guessed, obtained through clever social engineering tactics, or stolen while they unencrypted - for example when a user is typing a password into a web form. Despite attempts to implement more secure authentication methods, even first-generation MFA (Multi-Factor Authentication) solutions that combine passwords with an additional factor like one-time passwords via SMS/email or push notifications are now frequently circumvented, even by inexperienced attackers.</p><p>This situation poses a significant risk to organizations. According to the Verizon Data Breach Report of 2022, credentials were the most common type of data compromised in both the US (66%) and EMEA (67%), and more than 80% of data breaches directly result from password-related issues. Consequently, improving authentication and security measures remains a top priority for business leaders worldwide.</p><h2 id="just-how-easy-is-it-to-crack-a-password">Just how easy is it to crack a password?</h2><p>Unfortunately, there is no such thing as a &apos;strong’ or ‘secure’ password. The length and complexity of a password only become significant if attackers employ brute force tactics, attempting millions of combinations of characters and numbers until they find the right match. For example, it is often suggested that a 12-character password with a mix of upper and lower-case characters, numbers, and special characters would take billions of years to crack through brute force. However, this method is not how adversaries typically gain access to passwords.</p><p>In reality, attackers rely on social engineering techniques to trick users into providing their passwords directly. They may also infect <a href="https://www.techradar.com/news/best-endpoint-security-software">endpoints</a> with credential theft malware or employ attacker-in-the-middle (AitM) techniques to intercept passwords as they cross the network in the clear. In these cases, the length of a password becomes irrelevant, as <a href="https://www.techradar.com/best/best-malware-removal">malware</a> can steal a lengthy password just as easily as a short one consisting of only four letters or numbers. Therefore, the focus should not solely be on creating ‘"strong’ passwords but on implementing additional security measures to counteract these tactics.</p><h2 id="poor-password-habits">Poor password habits</h2><p>Recently, we have seen the growing popularity of <a href="https://www.techradar.com/best/business-password-management-software">password managers</a> with Google and other applications saving users’ passwords and providing a randomized password to ensure ‘greater protection’. While it ensures some degree of security - given it prevents attackers from using one set of stolen credentials for multiple accounts - several issues still remain.</p><p>Even the <a href="https://www.techradar.com/best/password-manager">best password manager</a> has limitations when it comes to stopping attackers at the endpoint or in the middle of login flow processes. While these tools may enhance security by generating complex and unique passwords for users, they don&apos;t fundamentally alter the login procedure. The password manager merely handles the <a href="https://www.techradar.com/best/password-generator">password generator</a>, with the user&apos;s login experience remaining unchanged. Additionally, they don&apos;t provide full protection against social engineering attacks, as unsuspecting users may still be manipulated into revealing relevant information to attackers, bypassing the Password Manager&apos;s safeguards.</p><p>Another significant drawback of password managers is that they centralize the risk for users and create an enticing target for hackers. If attackers manage to steal the main password from the password manager vendor, they potentially gain access to all customer credentials in one go. This concentration of sensitive information can lead to severe consequences in case of a successful breach. A real-life example of this risk materialized in December 2022 when <a href="https://www.techradar.com/reviews/lastpass">LastPass</a> disclosed an incident where hackers gained access to backups of their customers&apos; data. Such incidents highlight the vulnerabilities associated with relying heavily on password managers as the sole defence against security threats.</p><h2 id="the-solution-passwordless-authentication">The solution? Passwordless authentication</h2><p>Organizations now have the opportunity to transition towards a modern and highly secure passwordless, Multi-Factor Authentication (MFA) system that effectively resists phishing attempts. This advanced approach makes use of biometrics and passkeys, following the standards set by the Fast Identity Online (FIDO) Alliance. This industry association operates openly, with the primary goal of reducing the world&apos;s dependence on passwords by establishing robust authentication standards.</p><p>The FIDO Alliance&apos;s mission involves promoting and supporting the development, usage, and adherence to authentication and device attestation standards. Its efforts aim to revolutionize authentication by offering open standards that surpass the security provided by passwords, while simultaneously being more user-friendly for consumers and easier for service providers to implement and manage.</p><p>By embracing these innovative passwordless technologies, enterprises can significantly raise the bar for adversaries attempting to hack into their systems. Additionally, it liberates users from the burden of managing passwords, which is a responsibility they are eager to be free from. The adoption of FIDO-based authentication systems represents a crucial step forward in enhancing overall security and user convenience for organizations worldwide.</p><p>Given passwords remain a key feature for many businesses and even new gameshows, adopting a passwordless approach might appear a lengthy task for an organisation’s cybersecurity team. However, adopting the passwordless authentication approach is crucial for any company that seeks to have full protection through a robust security strategy. Remove passwords and you remove the weak link in your defense.</p><p><a href="https://www.techradar.com/best/best-identity-management-software">We&apos;ve listed the best identity management software</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Exploring the risks and benefits of password managers ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/exploring-the-risks-and-benefits-of-password-managers</link>
                                                                            <description>
                            <![CDATA[ Unlocking the truth of password managers' hidden risks and revealing essential security practices. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gdbvepwzHctpJYeMiBW9jM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/8YD47RWwarUMjSyhbAE2u-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 12 Oct 2023 10:38:08 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:09:25 +0000</updated>
                                                                                                                                            <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Pedro Fortuna ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/oBpDbLnBCTpEyU7hpzBaXf.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Pedro Fortuna is the Co-Founder and CTO of Jscrambler, where he leads the application security research activities and lays out the technical vision for all the products developed by the company. Pedro holds a degree in Computing Engineering and an MSc in Computer Networks and has more than a decade of experience researching and working in the application security area.&lt;/p&gt;
&lt;p&gt;He is innovative and also the inventor and co-author of several patents in AppSec.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/8YD47RWwarUMjSyhbAE2u-1280-80.jpg">
                                                            <media:credit><![CDATA[Altalex]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A digital representation of a lock]]></media:description>                                                            <media:text><![CDATA[A digital representation of a lock]]></media:text>
                                <media:title type="plain"><![CDATA[A digital representation of a lock]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/8YD47RWwarUMjSyhbAE2u-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Passwords, one of the earliest forms of online security, are crucial for safeguarding accounts, applications, devices, and data. Despite various challenges surrounding them, they are unlikely to become obsolete soon. The main issue with passwords is their number and frequency of use. With the need to access various websites and apps daily, people often have to remember more than dozens of passwords, leading to password fatigue. </p><p>To counter these challenges, <a href="https://www.techradar.com/best/password-manager" target="_blank">password managers</a> have emerged as a viable solution. These software applications create complex passwords and store them in an encrypted database accessible through a single master password. Available in different forms, some of the leading password managers are standalone applications, while others are integrated with operating systems or are browser-based. In the <a href="https://bitwarden.com/blog/password-decisions-survey-2023/" target="_blank" rel="nofollow">2023 Bitwarden Password Decisions Survey</a>, password management software was recognized in among 84% of respondents as the go to solution for managing passwords at work.</p><div class="product"><a data-dimension112="0cb21f73-214c-4fd1-9976-79b1b6bd7edf" data-action="Deal Block" data-label="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)" data-dimension48="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)" href="https://www.roboform.com/" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:317px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="rcQpNaducFp7Bmbh4uAYiT" name="roboform.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/rcQpNaducFp7Bmbh4uAYiT.jpg" mos="" align="middle" fullscreen="" width="317" height="317" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.roboform.com/" data-dimension112="0cb21f73-214c-4fd1-9976-79b1b6bd7edf" data-action="Deal Block" data-label="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)" data-dimension48="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)"><strong>Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)</strong></a><strong><br></strong>RoboForm offers a reliable, user-friendly, and efficient solution that is likely to appeal to a broad range of users. <a href="https://www.roboform.com/">Get RoboForm Premium</a> for 60% off.</p><p><em>Preferred partner (</em><a href="https://www.techradar.com/news/content-funding-on-techradar"><em>What does this mean?</em></a><em>) </em><a class="view-deal button" href="https://www.roboform.com/" target="_blank" rel="nofollow" data-dimension112="0cb21f73-214c-4fd1-9976-79b1b6bd7edf" data-action="Deal Block" data-label="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)" data-dimension48="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)">View Deal</a></p></div><h2 id="the-dual-edges-of-password-managers">The dual edges of password managers</h2><p>Password managers are sophisticated applications designed to store an extensive database of a user&apos;s passwords, making the challenging task of remembering complex credentials a thing of the past. The primary key to this vault is a singular master password. Upon its input, users gain access to all their passwords within the manager.</p><p>Many of these utilities have automatic <a href="https://www.techradar.com/best/password-generator">password generators</a>, churning out complex credentials on demand. They offer the advantage of autofill capabilities, eliminating the manual chore of copying credentials – an advantage especially valuable for mobile device users.</p><p>However, given the potential vulnerabilities of the hosting servers, utilizing online password managers poses risks of their own. Hence, these tools considerably elevate security standards but don&apos;t offer absolute invulnerability.</p><h2 id="the-pitfalls-of-automatic-auto-filling">The pitfalls of automatic auto-filling</h2><p>Though conceived for bolstering security, password managers auto-fill functionalities can inadvertently populate credentials into dubious or malicious websites.</p><p>Cybercriminals deceive these managers by skillfully manipulating website components or crafting persuasive phishing sites. This becomes a greater issue when users don’t put in their due diligence to ascertain the site&apos;s authenticity and instead lean too heavily on the auto-fill feature. Such negligence could inadvertently hand over their credentials to adversaries, leading to potential account breaches.</p><p>Moreover, Google&apos;s advisory in January unveiled that several password managers were susceptible to mistakenly auto-filling credentials on untrustworthy pages, posing a tangible risk of account breaches for users.</p><p>Specifically, Safari browsers, and extensions, such as <a href="https://www.techradar.com/reviews/bitwarden">Bitwarden</a> and <a href="https://www.techradar.com/reviews/dashlane">DashLane</a>, were identified as potentially auto-filling login details within forms embedded in sandboxed iFrames. Fortunately, by the advisory&apos;s release, these flaws had been addressed.</p><h2 id="understanding-password-managers">Understanding password managers</h2><p>In light of these revelations, our security research team undertook comprehensive tests on prevalent browsers and password managers, evaluating their responses to same-origin and cross-origin iFrames, notably those unsandboxed.</p><p>Our observations highlighted Chrome and Firefox&apos;s robust security stance - neither auto-filled credentials nor presented the option. Contrastingly, the Edge browser did auto-fill the username or email field, although it left the password field untouched.</p><p>For password managers, Passbolt and <a href="https://www.techradar.com/reviews/1password">1Password</a> emerged as frontrunners in security, refraining from both auto-filling and offering the option to users. BitWarden and <a href="https://www.techradar.com/reviews/lastpass">LastPass</a>, whilst adopting a different approach, present users with a precautionary prompt when credentials may be forwarded to a divergent domain. This pivotal prompt allows users to auto-fill or decline, even in unsandboxed cross-origin iFrames.</p><p>Secure password management not only relies on users choosing strong passwords but also using due diligence when choosing a password manager and utilizing its functions. We strongly recommend users disable any auto-fill features and only manually trigger the feature when users are confident that the form presented is legitimate and should be filled.</p><h2 id="best-practices-for-a-robust-password">Best practices for a robust password</h2><p>Password security is paramount, not only for individual users but for the broader integrity of databases. While protective mechanisms can counteract some user lapses, individuals remain particularly vulnerable when employing weak passwords. So, what constitutes a robust password?</p><p>1. Incorporate alphanumeric characters: While recent studies suggest that simply adding upper and lowercase letters might not drastically enhance password strength, their inclusion, even marginally, can fortify defences. </p><p>2. Embrace length: One of the most effective strategies is lengthening your password. Extended character sequences significantly challenge recovery attempts. Familiarise yourself with the latest methods advocating for comprehensive passwords. </p><p>3. Integrate symbols: Current research underlines the effectiveness of symbols. Their inclusion proves more potent than switching between upper and lowercase letters. </p><p>4. Prioritise unpredictability: Crafting unconventional passwords is key. Avoid the temptation of dictionary words or predictable sequences. Aim for originality, confounding potential intruders.</p><h2 id="what-to-look-for-in-an-enterprise-password-manager">What to look for in an enterprise password manager?</h2><p>When security administrators consider password management solutions for their businesses there are a couple of key aspects that they pay attention to. The right choice can obviously be vital for businesses of any size. Unlike the consumer versions, enterprise password managers allow setting and enforcing of password policies (length, complexity, change frequency, etc.). Moreover, they often have a feature that analyzes passwords for potential vulnerability according to current security trends. </p><p>While no longer solely the domain of enterprise password managers, MFA and strong encryption are the key elements to analyze before choosing one. A growing trend is the incorporation of behavior analysis powered by machine learning and analytics, which helps administrators identify and address risky user behaviors.</p><p>Today&apos;s enterprise password managers are increasingly sophisticated, but many still lack tools for developing effective password compliance programs. However, this functionality is expected to become more prevalent, enhancing the capacity of security teams to enforce and manage password security effectively.</p><p>By adhering to these principles, users can significantly reduce their vulnerability in the digital sphere. Password management services require a two-way relationship. It’s important we don’t rely solely on this advanced technology and instead remain judicious and proactive in our online conduct. Despite being formidable allies in online security, they are not without their intricacies. Understanding the nuances and potential hazards linked to auto-fill features is central to user protection. We advocate for a more cautious stance - disable the automatic auto-fill function and opt for a manual trigger instead. Users should activate auto-fill exclusively when they are certain of the form&apos;s authenticity.</p><p><a href="https://www.techradar.com/best/business-password-management-software">We&apos;ve listed the best business password managers</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Bad news - turns out even long passwords can be cracked easily ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/pro/security/bad-news-turns-out-even-long-passwords-can-be-cracked-easily</link>
                                                                            <description>
                            <![CDATA[ New research claims even long strings appear on the list of the most commonly compromised passwords. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">aqwN5gw5CPReZQB2xT5ef9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/GzZsvMpwV5xwcfrNYumvKh-1280-80.jpeg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 30 Sep 2023 11:11:42 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ lewis.maddison@futurenet.com (Lewis Maddison) ]]></author>                    <dc:creator><![CDATA[ Lewis Maddison ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/oWQNXACcxLGuhaLaKDRtZL.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/GzZsvMpwV5xwcfrNYumvKh-1280-80.jpeg">
                                                            <media:credit><![CDATA[Towfiqu barbhuiya on Unsplash]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A traditional lock sitting on a computer keyboard]]></media:description>                                                            <media:text><![CDATA[A traditional lock sitting on a computer keyboard]]></media:text>
                                <media:title type="plain"><![CDATA[A traditional lock sitting on a computer keyboard]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/GzZsvMpwV5xwcfrNYumvKh-1280-80.jpeg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>If you thought using a longer password is better for your security than a short one, then you may want to think again.</p><p>New research from Specops Software has found that even passwords 15 characters long make it into the top ten of the most common password lengths to be compromised (placing eighth). The most compromised length was eight characters, accounting for 212.5 million out four billion in the company&apos;s <a href="https://specopssoft.com/blog/longer-passwords-protect-compromise/" target="_blank">Breached Password Protection Database</a>.</p><p>Specops surmises that this is the most common since eight characters is the default length for Active Directory passwords. As expected, as the character length increases, the share of compromised passwords decreases.</p><h2 id="time-to-crack">Time to crack</h2><p>This led Darren James, Senior Product Manager at Specops Software, to conclude, "longer passwords are better... however, it’s important to understand that equipping users with strong, lengthy passwords isn’t a foolproof way to avoid compromised credentials."</p><p>He added, "attackers can still find workarounds – and user behavior can undo a good password policy."</p><p>When it comes to the actual content of the passwords themselves, it is again not much of a surprise that topping the list for eight character phrases is "password". For 15 characters, the phrase &apos;Sym_newhire&apos; appears as the second and third most commonly compromised passwords - "Sym_newhireOEIE" and "Sym_newhireOAIE".</p><p>It is essential for business to have strong passwords, as Specops also cites figures from Verizon that claim that a massive 86% of all attacks begin by making use of stolen credentials. </p><p>Increasing length can safeguard against brute force cracking. Specops calculates that to crack an eight character password, even those that contain numbers and both upper and lower case characters, can take a mere five minutes. On the other hand, a 15 character password can take up to 37 million years to crack.</p><p>However, the report warns that this "shouldn&apos;t give organizations a false sense of security, as this is only part of the password security battle." For instance, it won&apos;t matter if the credentials are stolen via phishing attacks.</p><p>Using one of the <a href="https://www.techradar.com/best/business-password-management-software">best business password manager</a> solutions can help to secure your passwords further, as they often come with dark web monitoring features that notify users if any of stored credentials have been leaked in a known data breach.</p><p>Looking further ahead, though, the whole discussion may be academic, since passkeys, the new passwordless technology that is taking hold, mean there are no credentials that can be cracked or even phished. Some <a href="https://www.techradar.com/news/this-identity-management-firm-is-the-first-big-player-to-ditch-passwords">identity management solutions</a> and <a href="https://www.techradar.com/news/bitwarden-now-lets-you-create-passkeys-for-your-business-apps">business password managers</a> are giving enterprise this capability already.</p><h3 class="article-body__section" id="section-more-from-techradar-pro"><span>MORE FROM TECHRADAR PRO</span></h3><ul><li>Here is the <a href="https://www.techradar.com/news/best-endpoint-security-software" target="_blank">best endpoint protection</a> for your business</li><li><a href="https://www.techradar.com/news/ai-can-crack-most-password-in-less-than-a-minute" target="_blank">AI can crack most passwords in less than a minute</a></li><li><a href="https://www.techradar.com/features/what-is-passkey" target="_blank">What are Passkeys?</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ It's world password day - and they’re now more important than ever to consider ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/features/its-world-password-day-and-theyre-now-more-important-than-ever-to-consider</link>
                                                                            <description>
                            <![CDATA[ Experts are in conflict about the capabilities of passwords, but they might be hanging in the balance anyway. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">KyQxk424Sco9VWydCPQ6eL</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/sXPvSsmXFxpMonMEYCjWt9-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 04 May 2023 10:53:17 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                <author><![CDATA[ lewis.maddison@futurenet.com (Lewis Maddison) ]]></author>                    <dc:creator><![CDATA[ Lewis Maddison ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/oWQNXACcxLGuhaLaKDRtZL.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/sXPvSsmXFxpMonMEYCjWt9-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Passwords]]></media:description>                                                            <media:text><![CDATA[Passwords]]></media:text>
                                <media:title type="plain"><![CDATA[Passwords]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/sXPvSsmXFxpMonMEYCjWt9-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Today is world password day, an event kickstarted by Intel and held on the first Thursday of every May both to remind people of the importance of passwords in securing their digital lives, and to raise awareness of the best practices to use. However, with the advent of new passwordless technologies, some think they are often no longer fit for the digital world we live in. </p><p>There’s no doubt that there are good and bad passwords, and that the quality of your password can have a significant effect on your security posture. Strong passwords are long, random and have multiple character types, and you should use a unique one for every account you have. Password managers are the best way to achieve this, as they can create and store all the strong unique passwords you’ll ever need - without them, you’ll almost certainly <a href="https://www.techradar.com/news/exclusive-most-people-still-make-up-their-own-passwords-and-reuse-them"><u>fall into bad habits</u></a>.  </p><p>But even if you’re using the <a href="https://www.techradar.com/best/password-manager"><u>best password manager</u></a>, some still think this isn’t good enough to keep your credentials secure. Your password manager itself could be hacked, as we saw infamously with LastPass, as well as others including <a href="https://www.techradar.com/news/thousands-of-norton-lifelock-customer-accounts-hacked"><u>Norton Lifelock</u></a> and <a href="https://www.techradar.com/news/passwordstate-users-told-to-reset-passwords-following-security-breach"><u>Passwordstate</u></a>. And aside from outright breaches, there are examples of minor incidents, such as <a href="https://www.techradar.com/news/top-password-manager-denies-its-entire-database-can-be-stolen"><u>Keepass’s vault export bug</u></a> and <a href="https://www.techradar.com/news/hackers-might-be-able-to-crack-this-top-password-manager-and-steal-your-logins"><u>Bitwarden’s low risk iFrame exploit</u></a>, that may still make people think twice about entrusting their most treasured information to a third party.  </p><h2 id="more-than-a-password">More than a password</h2><p>Despite this, we still recommend using a password manager, as they are still almost certainly more secure than relying on your own memory to come up with multiple complex passwords for every account. Even the largest corporations, including the likes of <a href="https://www.techradar.com/news/attention-businesses-please-stop-using-the-worst-passwords-possible"><u>Nvidia</u></a>, are guilty of using bad passwords for the sake of convenience. As you may have guessed, though, research shows that such logins are frighteningly easy to crack, with phrases like ‘password’ making up 88% of hacked passwords.</p><p>What’s more, if you only use a password with six characters, a computer could crack it <a href="https://www.scientificamerican.com/article/the-mathematics-of-hacking-passwords/"><u>62 trillion times faster</u></a> than a login using twice that number in a brute force attack. This means that if it took a second to crack the six string password, it would take over two million years at the same rate to crack a 12 string one - so the difference between a weak and a strong password really can mean the difference between being hacked or staying safe. </p><div  class="fancy-box"><div class="fancy_box-title">read more</div><div class="fancy_box_body"><p class="fancy-box__body-text"><strong>> </strong><a data-analytics-id="inline-link" href="https://www.techradar.com/news/google-now-lets-you-log-in-without-a-password" target="_blank"><strong>Google is killing off passwords in favor of something new - here&apos;s what you need to know</strong></a><strong><br><br>> </strong><a data-analytics-id="inline-link" href="https://www.techradar.com/news/this-vicious-new-malware-version-is-now-targeting-password-managers" target="_blank"><strong>This vicious new malware version is now targeting password managers</strong></a><strong><br><br>> </strong><a data-analytics-id="inline-link" href="https://www.techradar.com/features/what-is-passkey" target="_blank"><strong>What are Passkeys?</strong></a></p></div></div><p>But strong passwords alone are not enough to keep businesses and the precious data they hold protected. Don Boxley, CEO and Co-Founder, DH2i, maintains that “passwords must be considered a first-line, not the only-line, of defense.”</p><p>He explains that other tools, such as using the <a href="https://www.techradar.com/vpn/best-vpn"><u>best VPN</u></a>, can help firms stay protected online, but these are starting to fall out of favor, with Boxley citing their “limitations in terms of security, slow connection speeds, bandwidth constraints, configuration and management complexity, and high cost” as the main drivers. </p><p>DH2i’s solution is <a href="https://www.techradar.com/news/have-vpns-reached-maximum-saturation"><u>Software-Defined Perimeters (SDP)</u></a>, which allow for a direct connection to endpoints in zero-trust networks, without the need for any intermediary such as a VPN. This means that, unlike VPNs, “SDP can prevent lateral network attacks, enhance data transfer rates by up to 3x, and offer complete control over the data stream,” claims Boxley.</p><p>Steve Santamaria, CEO of Folio Photonics, even goes as as far as to suggest using Linear tape-open (LTO) when it comes to backing up important data for your business. So-called Write Once Read Many (WORM) media is air-gapped - i.e. disconnected entirely from the internet - allowing data to be viewed multiple times but only written once, as the name indicates. This means the data cannot be tampered with unless someone has physical access to the WORM storage medium. The tape used is also certified to last up to 30 years without data integrity being compromised, beating most hard drive ratings.</p><p>As Santamaria puts it, “It can safeguard your assets while helping you recover from a ransomware attack or other data loss event; subsequently, reducing the impact that this disaster has on your business operations.”</p><h2 id="passkeys-the-new-password">Passkeys: the new password?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1200px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="" name="PasskeyAndroid_3x2_LQ.jpg" alt="PayPal passkeys" src="https://cdn.mos.cms.futurecdn.net/WNNDqyRbfNQsVy9ysSsTLn.jpg" mos="" align="middle" fullscreen="" width="1200" height="675" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: PayPal)</span></figcaption></figure><p>But what about going one step further - and ditching passwords altogether in favor of another solution?</p><p>Passkeys make use of cryptographic keys instead of passwords, a complex string stored on your device that is not known by anyone - even the user. Instead, only your device knows, and when this private key is combined with the public one stored in the cloud of the service you have an account with, grants you access to said account. All that is required to authenticate is the biometric data your device contains, such as a fingerprint scan or facial features. </p><p>Although the technology is still nascent, plenty in the world of big tech support its use, including the likes of Amazon, Google, Microsoft, and Apple, which have united under the open industry FIDO alliance, which sets the standards for the technology under the FIDO 2 WebAuthen specifications. </p><p>Jasson Casey, CTO at Beyond Identity, is very bullish about passkeys, going as far as calling for a boycott today, and urging us to consider it “World Password-less Day” instead.</p><p>Casey believes that regardless of how weak or strong your password is, they can still be compromised, as malware can be used in phishing attacks that trick victims into giving away their password unwittingly, or in data breaches of third parties who have access to your credentials, thus rendering even the strongest passwords useless.</p><p>Casey instead recommends that businesses adopt passwordless solutions, which are resistant to such phishing techniques, “making it virtually impossible for attackers to gain access through traditional methods.”</p><p>“Organizations don&apos;t have to compromise their security or convenience,” he says. “Today they can switch to a modern, secure, phishing-resistant MFA that leverages the combination of biometrics and Passkeys based on the Fast Identity Online (FIDO) standards.”</p><p>“Each year, we &apos;celebrate&apos; World Password Day, and then cybercriminals continue to exploit password-based authentication. Only by adopting passwordless, phishing-resistant MFA technologies can organizations make it much more difficult for adversaries.”</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="" name="signing in with passkey 2.jpg" alt="Signing in with Passkey" src="https://cdn.mos.cms.futurecdn.net/azAanx4irApcKEdvGTBgrc.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Casey isn’t the only one to be won over by passwordless security. When we <a href="https://www.techradar.com/features/the-death-of-passwords-is-near-so-get-your-business-ready"><u>spoke</u></a> to Eve Maler, CTO of identity management firm ForgeRock, she was similarly critical of passwords&apos; ability to provide adequate security for organizations. ForgeRock is the <a href="https://www.techradar.com/news/this-identity-management-firm-is-the-first-big-player-to-ditch-passwords"><u>first of its kind</u></a> to allow its customers to log into their services completely password-free.</p><p>She believes that passwordless systems allow businesses a greater degree of flexibility in providing authentication. She also spoke about the use of behavioral biometrics, which work in tandem with passwordless systems to seamlessly authenticate a user’s identity. According to Maler, they can “track our physical habits such as [our] gait, height or location and login patterns to build a map of a user and their ‘normal’ behavior”.</p><p>With the help of AI to work out a user’s identity, 2FA can also be done away with, again making it easier for organizations to manage worker security protocols. Maler also pointed out that as regulations change around the security that firms have to adopt, this kind of AI can help businesses to adapt with less friction. </p><p>Another key aspect for Maler of passwordles systems is the fact that they are much easier to use than passwords, going as far as to say, “the only way a passwordless approach will succeed is if it takes a no-compromises stance between security and user experience.” </p><p>However, when <a href="https://www.techradar.com/features/are-passwords-and-password-managers-still-fit-for-purpose-and-are-the-alternatives-any-better"><u>we recently spoke to veteran security expert Roger Grimes</u></a>, he wasn’t as enthused as others when it came to passkeys and passwordless solutions. Despite saying they were a “good thing”, and admiring their phishing resistance, he was skeptical about the number of services and companies that would actually adopt them, believing that, “Passwords will be with us for at least another decade, if not forever.” </p><p>It seems that many ordinary people share Grime’s trepidation. To mark the occasion, Bitwarden - our pick as the <a href="https://www.techradar.com/best/best-free-password-managers"><u>best free password manager</u></a> - released its annual <a href="https://bitwarden.com/resources/world-password-day/"><u>World Password Day Survey</u></a> for 2023, which sought opinions from people around the world on passwordless technology. It found that only just over a half of respondents were excited about this new technology, with others concerned that their personal biometric data used in their place, such as fingerprint and face scans, may be used against them in some way. </p><p>Grimes also expressed concerns about the close knit integration between passkeys and big tech companies: “Passkeys are currently locked into one platform…If you use multiple platforms you&apos;ll need to store, operate, and update your passkeys separately even if you are connecting to the same websites. Meaning if you set a passkey on a website using Microsoft it won&apos;t automatically be there to use if you go to the same website on your Apple product; and vice-versa. That&apos;s a problem in today&apos;s multi-platform world.”</p><p>Instead, Grimes prefers using a good password manager with MFA enabled, and spoke of the extra useful features password managers have that you don’t get with passkeys: “My password manager automatically notifies me when one of the websites I belong to gets compromised. It allows me to store secure notes that have nothing to do with logins, like my will. I can store my credit card information separately from my browsers. I can store electronic licenses and passports.”</p><p>Although experts can’t agree on what the future of credential security will or should be, what we do know is that for now, passwords still have to be dealt with. And no matter their pitfalls, or what they can accomplish on their own, making sure you have strong, unique passwords, using a secure password manager and bolstering them with MFA will certainly be preferable to reusing the same weak passwords time and again. </p><p>Considering the continuing <a href="https://www.techradar.com/news/cyberattacks-on-businesses-saw-a-huge-rise-in-2021"><u>rise in cyberattacks</u></a> and their increasing sophistication thanks to the emergence of <a href="https://www.techradar.com/news/fraud-attacks-hit-record-highs-thanks-to-ai-and-biometric-restrictions"><u>AI</u></a>, and even the <a href="https://www.techradar.com/news/ibm-says-quantum-computing-could-be-a-big-risk-to-the-future-of-encryption"><u>possible threat of quantum computers to the very foundations of digital security</u></a>, there has never been a more pressing time to think about passwords - and the technologies that may replace them - than now. </p><ul><li>Here are the <a href="https://www.techradar.com/best/business-password-management-software">best business password managers</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to eliminate your organization's exposure to compromise after the LastPass breach ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/opinion/how-to-eliminate-your-organizations-exposure-to-compromise-after-the-lastpass-breach</link>
                                                                            <description>
                            <![CDATA[ The recent LastPass data breach is a cause for huge concern for organizations and individuals who have utilized this password manager. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mjNFTg7T27gi2KU3oM79Kn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/kZYEdUGVyymd9JqoCUL2B4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 10 Mar 2023 09:48:11 +0000</pubDate>                                                                                                                                <updated>Wed, 22 Apr 2026 16:10:12 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mike Walters ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/kZYEdUGVyymd9JqoCUL2B4-1280-80.jpg">
                                                            <media:credit><![CDATA[Burst / Pexels]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Come disinstallare un programma dal PC]]></media:description>                                                            <media:text><![CDATA[A person typing on a laptop.]]></media:text>
                                <media:title type="plain"><![CDATA[A person typing on a laptop.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/kZYEdUGVyymd9JqoCUL2B4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.techradar.com/reviews/lastpass" target="_blank">LastPass</a> is a widely used password manager relied on by 100,000 businesses and 33 million individuals to secure their passwords. While <a href="https://www.techradar.com/best/password-manager" target="_blank">password managers</a> offer convenience, they also come with security risks and it&apos;s crucial to carefully consider the benefits and risks before adopting them in an organization. Poor password policies, lack of control, or even a single user error can result in disastrous consequences. However, in some cases, the very thing people fear most can occur – the password manager itself can be compromised.</p><p>The recent <a href="https://www.techradar.com/news/lastpass-reveals-exactly-how-it-was-hacked" target="_blank">LastPass data breach</a> is a cause for huge concern for organizations and individuals who have utilized this password manager. On December 22nd, LastPass revealed that a security incident that they had previously reported on November 30th was actually a massive data breach. The attackers are believed to have used information obtained from an August attack on the company to carry out another attack in November.</p><p>Unfortunately, it&apos;s not the first time this has happened; on June 15, 2015, LastPass announced that its network had been breached, compromising data such as email addresses, password reminders, and password hashes.</p><p>The most recent breach allowed an unauthorized party to access sensitive user account information, including personal information such as usernames, email addresses, phone numbers, names, billing addresses, and <a href="https://www.techradar.com/best/best-ip-address-tools" target="_blank">IP addresses</a>. Additionally, the breach exposed stored website URLs, which could be used to launch phishing attacks, and stole vault data, including usernames, passwords, secure notes, and form-filled fields. Although this data remains encrypted, if an attacker cracks the master password, they would be able to access all the information stored in the vault. Changing the master password now would not solve the issue, as hackers have a copy of the vault.</p><p><br></p><p>For businesses that require <a href="https://www.techradar.com/best/best-hr-software" target="_blank">employees</a> to use LastPass as part of their official password policy, the risk is obvious. If an attacker cracks or steals an employee&apos;s LastPass master password, they will have unrestricted access to the company&apos;s most sensitive data.</p><p>Overall, this breach highlights several related issues that, when combined, can cause devastating consequences:</p><ul><li><strong>A lack of password best practices</strong>: Many end users do not maintain good password hygiene, including password reuse and weak passwords. Unfortunately, 53% of people reuse passwords for both corporate and personal accounts, which means that even if different password managers are used for work and personal purposes, a breach can cause major damage </li><li><strong>Uncontrolled use of password managers</strong>: While not all companies use LastPass, many employees install browser extensions themselves and use password managers for both work and personal credentials. In this case, system administrators cannot enforce password best practices or manage password manager software. In fact, some data shows that 97% of the cloud apps used in the enterprise are cloud shadow IT.</li></ul><p>This puts both personal and corporate-managed users at risk, as the breach demonstrates the vulnerability of even well-established password managers. </p><h2 id="what-can-we-do-now">What can we do now?</h2><p>To mitigate the risk posed by the LastPass breach, all users are advised to reset their passwords site-by-site, as simply changing the master password now would not solve the issue. They should also follow best practices for passwords and enable multi-factor authentication (MFA) where possible.</p><p>For sysadmins, the following recommendations should be considered:</p><ul><li>Monitor your managed devices for installed plugins, as not all users follow <a href="https://www.techradar.com/best/best-online-cyber-security-courses" target="_blank">cybersecurity</a> news and may be unaware of the problem.</li><li>Pay particular attention to identifying LastPass installations installed as browser extensions, since they are not detected by most remote monitoring and management (RMM) and endpoint management systems by default. However, it is possible to automate LastPass extensions discovery through scripting, which saves time and effort.</li><li>Adopt a risk-based approach to determine whether LastPass is the best password manager for the organization, or if a different solution is more suitable.</li><li>Implement a password manager that is centrally managed and controlled by the IT team, to enforce strong password policies and prevent password reuse.</li><li>Urge users to turn on multi-factor authentication (MFA) for all of their accounts, including those managed by LastPass, to add an extra layer of security. Ideally, use hardware token-based MFA if the service supports it, or at least app-based MFA, such as Google Authenticator. Avoid SMS-based MFA, as it is less secure and vulnerable to cell phone number hijacking.</li><li>Conduct regular cybersecurity training and awareness campaigns for employees on the importance of using strong passwords and the dangers of reused passwords. If you’ve identified users relying on LastPass outside of the IT control, work with them directly, and articulate the dangers of this practice.</li><li>Emphasize user education on recognizing social engineering attacks. Users need to be aware of the sophisticated methods used by threat actors to steal their master password. Attackers may pose as LastPass, regulatory bodies, or other organizations and deceive users into revealing their credentials. Users should also be mindful that phishing has evolved beyond simple emails and can involve multiple communication channels, including phone calls, SMS, messaging apps, and others</li><li>Collaborate with users to develop good password policies, regularly review and update them to align with current security best practices. </li></ul><h2 id="conclusion-6">Conclusion</h2><p>The LastPass data breach is significant in several ways. First, it serves as a valuable reminder for all of us to rethink password security practices. Second, it shows that even if an attacker initially gains access to a non-sensitive aspect of a company&apos;s infrastructure, they can still exploit security vulnerabilities and obtain sensitive customer data that resides in a different but interconnected environment over time. This reminds organizations on the importance of thoroughly examining security weaknesses if a successful attack occurs, in order to prevent future hacks, including taking prompt action to investigate any security incidents and identifying and remediating any security vulnerabilities. </p><p><a href="https://www.techradar.com/best/business-password-management-software">We&apos;ve ranked the best business password managers</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 10 essential features your password manager needs to have ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/features/10-essential-features-your-password-manager-needs-to-have</link>
                                                                            <description>
                            <![CDATA[ Password managers are great for managing multiple log-in details but it’s worth checking off these core features before you invest in one ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">VW2PaZJaqe8nJUU7ft5TtC</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/xXaZ3Lb4ZEejUv9ipwK3ha-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 05 Feb 2023 15:27:56 +0000</pubDate>                                                                                                                                <updated>Tue, 02 Apr 2024 12:49:07 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rob Clymo ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/44T3VY9dudJgn9AZHhiF8B.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/xXaZ3Lb4ZEejUv9ipwK3ha-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock.com]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A white padlock on a dark digital background.]]></media:description>                                                            <media:text><![CDATA[A white padlock on a dark digital background.]]></media:text>
                                <media:title type="plain"><![CDATA[A white padlock on a dark digital background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/xXaZ3Lb4ZEejUv9ipwK3ha-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>There has been a lot of talk about the end of the password, with each new technology promising, among other things, to end the password and the dreaded need to remember so many complex passwords. Yet, none have succeeded so far, as we still rely on our passwords to enter our online accounts. This is, of course, a potential security risk, as all of our private data, finances and health are locked behind passwords, which we have to store somewhere and recall when we want to log in. Furthermore, people avoid two-factor authentication making the problem more complex.</p><p>Add to these vexing issues the need for password hygiene, i.e., a need to change passwords, use long and complex passwords, and never reuse a password, and you get the complete picture of the challenge. This also translates to businesses, which are increasingly relying on cloud services, with each one requiring a different password. </p><p>Given the challenge of generating and remembering a distinct, robust password for each account, how can individuals realistically manage this responsibility? This is where a password manager becomes invaluable. A <a href="https://www.techradar.com/best/password-manager" target="_blank">password manager</a> offers several advantageous features. These tools do more than just store and autofill your passwords; they can generate strong passwords and safeguard other sensitive digital data. By keeping your passwords in a secure, encrypted vault, password managers significantly reduce the burden of memorization associated with maintaining good password hygiene.</p><p>Password managers present an optimal solution to address the flaws of traditional passwords and the insecure methods commonly employed in their usage. However, it&apos;s important to note that not all password managers are alike in terms of effectiveness. The crucial factor lies in choosing a reliable provider that offers the ideal mix of features to suit your needs. Below you will find essential features we believe you should be looking for when choosing your password manager solution.</p><div class="product"><a data-dimension112="4cda8661-4269-48d4-a74b-b1027c94d7c0" data-action="Deal Block" data-label="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)" data-dimension48="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)" href="https://www.roboform.com/" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:317px;"><p class="vanilla-image-block" style="padding-top:100.00%;"><img id="rcQpNaducFp7Bmbh4uAYiT" name="roboform.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/rcQpNaducFp7Bmbh4uAYiT.jpg" mos="" align="middle" fullscreen="" width="317" height="317" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.roboform.com/" data-dimension112="4cda8661-4269-48d4-a74b-b1027c94d7c0" data-action="Deal Block" data-label="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)" data-dimension48="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)"><strong>Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)</strong></a><strong><br></strong>RoboForm offers a reliable, user-friendly, and efficient solution that is likely to appeal to a broad range of users. <a href="https://www.roboform.com/">Get RoboForm Premium</a> for 60% off.</p><p><em>Preferred partner (</em><a href="https://www.techradar.com/news/content-funding-on-techradar"><em>What does this mean?</em></a><em>) </em><a class="view-deal button" href="https://www.roboform.com/" target="_blank" rel="nofollow" data-dimension112="4cda8661-4269-48d4-a74b-b1027c94d7c0" data-action="Deal Block" data-label="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)" data-dimension48="Reader Offer: Get 60% off RoboForm Premium ($0.99/month!)">View Deal</a></p></div><h2 id="1-look-for-encryption">1. Look for encryption</h2><p>Any reputable password manager will make optimal use of the latest encryption technology. Take some time to read through the details of any password manager packages you’re interested in and lookout for information on which encryption algorithms they use. You’ll want to ensure that any sensitive data fields you enter are going to be stored and protected as securely as possible.</p><h2 id="2-secured-credentials">2. Secured credentials</h2><p>While a password manager needs to be able to secure your credentials, it’s also possible that you could one day forget the master password. If this happens, you will not be able to log in and this could cause a lot of headaches and mean you cannot access your accounts. So, it’s worth checking that you can get a decryption key in a worst case scenario, while also ensuring that this isn’t able to be gained by someone other than yourself.</p><h2 id="3-multi-factor-authentication">3. Multi-factor authentication</h2><p>Having the added benefit of multi-factor authentication offers another level of security, which is especially useful on any cloud-sync password managers. It means that you’ll need to have both a master password and a second factor, such as a smartphone notification, in order to gain access to your passwords. It may add to the cost of some packages, but it’s worth having.</p><h2 id="4-regular-updates">4. Regular updates</h2><p>Password managers, like any other chunk of software, need to be kept up to date, so be sure to check that your preferred options stay on top of things. Hackers and other cybercriminals are modifying their behavior and techniques all the time, so you’ll want to invest in a password manager that is updated on a regular basis in order to match the ever-changing security landscape.</p><h2 id="5-password-generation">5. Password generation</h2><p>Coming up with a good password in the first place is a common challenge we all face. By spending money on a quality password manager, you should get the added benefit of the software being able to generate a new log-in whenever you need it. This will invariably be much better than anything you produce yourself too, which means it should be both safe and secure.</p><h2 id="6-managing-passwords">6. Managing passwords</h2><p>If you’ve been using log-ins for any amount of time then once you start using a password manager there’s an additional benefit to be had. Many password manager apps can check over your existing password collection and advise if any are weak, or might have already been compromised. They can frequently match them against databases of breached log-in details and advise of how best to change details to fend off any potential attacks.</p><h2 id="7-platform-compatibility">7. Platform compatibility</h2><p>It’s well worth checking that any password manager you might be investigating is able to function on a variety of platforms. This will make like much easier, especially if you tend to move between different operating systems, like switching from an Apple computer to an Android smartphone, or vice versa. It should be able to work in harmony with your other software too, including popular web browsers such as Chrome, Edge, Firefox and Safari.</p><h2 id="8-convenience-features">8. Convenience features</h2><p>One of the best things about a decent password manager is that it can make your life much easier. If you’re looking for convenience, then having an auto-fill feature as part of the package can streamline your online activities. This will often allow you to access websites using a browser extension, thereby removing the need to do any additional typing in of password details. However, you’ll want to check that this aspect is as secure as possible and not able to be used by anyone else who might jump on your computer or device.</p><h2 id="9-added-value">9. Added value</h2><p>While there are <a href="https://www.techradar.com/best/best-free-password-managers" target="_blank">free password managers</a> that exist, it’s always a good idea to spend some money and invest in an app that offers value as well as plenty of security. If you’re signed up to a package you’ll get better maintained software, that’s able to stay on top of any of the latest security alerts as well as providing you with plenty of features. Having a password manager that is always bang up to date offers much more peace of kind than a free or adware-based design.</p><h2 id="10-ease-of-use">10. Ease of use</h2><p>Most of the decent password manager packages out there are very easy to use, which makes everyday log-in life that much more bearable. Alongside being easy to use, your chosen password manager should have plenty of features and functionality, all of which can be operated on multiple devices and without the need for a manual. As with any type of computer security system, the ones that come with a subscription-based payment system should mean that you’re only ever using the latest and best incarnation. It’s often money well spent.</p><p><a href="https://www.techradar.com/best/best-business-networking-apps" target="_blank"><em>We&apos;ve also listed the best business networking apps.</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to create a complicated yet memorable password ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/features/how-to-create-a-complicated-yet-memorable-password</link>
                                                                            <description>
                            <![CDATA[ Coming up with a great password requires some careful thought but the process can be made easier with the help of a password manager ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mRHiL9KRthqNaADavDkWuh</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/JpXukHGqkZ8gapEzDQNqRW-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 04 Feb 2023 15:27:38 +0000</pubDate>                                                                                                                                <updated>Thu, 13 Apr 2023 16:23:34 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rob Clymo ]]></dc:creator>                                                                                    <dc:source><![CDATA[ http://cdn.mos.cms.futurecdn.net/44T3VY9dudJgn9AZHhiF8B.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/JpXukHGqkZ8gapEzDQNqRW-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / ZinetroN]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Concept art representing cybersecurity principles]]></media:description>                                                            <media:text><![CDATA[Concept art representing cybersecurity principles]]></media:text>
                                <media:title type="plain"><![CDATA[Concept art representing cybersecurity principles]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/JpXukHGqkZ8gapEzDQNqRW-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Passwords present us with a very real headache, in that we all need them but coming up with one, or many, that’ll keep us safe and secure really isn’t all that easy. In fact, unless you’re happy to use the same one over and over again, which is definitely a bad idea, coming up with rock-solid passwords for all those log-ins requires some help.</p><p>The best way around the issue of handling multiple passwords is, without doubt, calling on the services of the <a href="https://www.techradar.com/best/password-manager" target="_blank">best password managers</a> out there. These are standalone apps that can not only generate dependable passwords, but also keep them all secure in a vault-like setup. You’ll generally need to pay for the privilege if you want something that’s really good, but that’s a small price for convenience <em>and</em> security, right?<br><br>A great example of this is pCloud Pass, which allows you to keep all of your passwords for accessing every one of your devices within a secure environment. There’s the added benefit of military-grade encryption too, which is rather more robust than some of the plain text formats used by some lesser password managers. Better still, it offers single-click logging in and works across all devices, browsers and operating systems too.</p><p><br></p><p> </p><div class="product"><a data-dimension112="6ca82f62-4a1e-4251-ba72-c4ca0a6bfc27" data-action="Deal Block" data-label="Secure access to all your passwords on all devices" data-dimension48="Secure access to all your passwords on all devices" href="https://www.pcloud.com/pass.html" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1260px;"><p class="vanilla-image-block" style="padding-top:38.25%;"><img id="wqKS56kPTnQzabDWg723QU" name="pcloud.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/wqKS56kPTnQzabDWg723QU.jpg" mos="" align="middle" fullscreen="" width="1260" height="482" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.pcloud.com/pass.html" target="_blank" data-dimension112="6ca82f62-4a1e-4251-ba72-c4ca0a6bfc27" data-action="Deal Block" data-label="Secure access to all your passwords on all devices" data-dimension48="Secure access to all your passwords on all devices"><strong>Secure access to all your passwords on all devices</strong></a><strong> </strong><br>With pCloud Pass, you can log in to sites and fill out forms securely with just a single click. Available for all browsers, devices and operating systems. <a href="https://www.pcloud.com/pass.html">Start for free today.</a><a class="view-deal button" href="https://www.pcloud.com/pass.html" target="_blank" rel="nofollow" data-dimension112="6ca82f62-4a1e-4251-ba72-c4ca0a6bfc27" data-action="Deal Block" data-label="Secure access to all your passwords on all devices" data-dimension48="Secure access to all your passwords on all devices">View Deal</a></p></div><h2 id="complex-secure-passwords">Complex secure passwords</h2><p>So, if you’re looking for an easy way to take control of your passwords, and most of us have lots of them to wrangle, a password manager is the way to go. However, many password managers work by having one main password that keeps all your other ones safe. While a dependable password manager can therefore do a lot of the hard work for you, it’s still vital to come up with a complicated yet memorable password for when that issue arises.</p><p>Creating a bulletproof password, which can subsequently be used as your master, needs some careful thought and consideration to implement. There are random password generators that can be called upon if you want to have a decent password, but the only problem with many of these is that you end up with something very cryptic and not at all memorable.<br><br>If you’ve got something that is lost from your memory right away, then you’re going to have lots of problems getting into your password manager in the first place.</p><h2 id="smart-thinking-passwords">Smart thinking passwords</h2><p>One of the best ways to approach the construction of your impregnable yet memorable password is to ensure you’re thinking long. Eight characters is often seen as a good ballpark figure for the average password, but if you’re looking for security then average isn’t the way to go.<br><br>You want something longer, so a figure of around fifteen characters is a good amount of characters to head for. Each time you add in a character you’re going to make the task of cracking it that little bit harder, especially when it comes to fending off brute-force attacks.</p><p>Of course, the downside to this is ensuring that by creating a longer password you’re not immediately going to make it harder to remember for your own requirements. One of the most common methods for making the task of creating a complicated yet memorable password is to make one up based around a song or a famous quote.<br><br>In fact, you can work with anything that’s familiar, like a poem maybe. The key from there is to blend that with lots of hard to crack padding.</p><h2 id="create-password-perfection">Create password perfection</h2><p>Once you have a song, poem or phrase in your head, one that you’re super familiar with, you’ve got the foundations for creating a potent password. Let’s use For Those About To Rock as a random song title as a loose example, which can be quickly converted into f t a t r , which if you then add We Salute You, you get f t a t r w s y.<br><br>Mix in some upper and lower case characters, making it F t A t R w S y with some special characters added for good measure. You could end up with something like F t A t R@w S y keeping the spaces too, or filling those in with characters you can remember.</p><p>Whichever combination you use, just be sure to keep the way you’ve thought of it in your head as this is much easier than trying to remember the password itself. It’s also a good idea to put the password into a reputable checker, somewhere like Kaspersky.com as a random example, which will immediately tell you if it’s a good one.<br><br>This method also indicates if it already appears in a list of leaked passwords. As long as you can keep the way you’ve created the password in your head you shouldn’t have any problems using it as a master. You can also use the same thought process to update it from time to time, using another song or poem for good measure.</p><h2 id="remaining-vigilant">Remaining vigilant</h2><p>Creating one master password can be a daunting, but if you make use of fairly simplistic thought processes to come up with what inspires it, the process can be simpler than expected. You may find that your particular password manager might not support spaces, in which case you can just substitute those with something else, like a hyphen, or the = character and, ideally, remember to avoid using the shift key.<br><br>If none if that appeals, you can always head in the direction of a passphrase, which is effectively a bundle of unrelated words, that can often be quite easy to memorize. In fact, if you’d prefer to have it done for you there are numerous passphrase generators that can be found online. If your memory isn’t very good, this might be the route to take as a passphrase can be easier to recall, but is also hard to crack.</p><p><a href="https://www.techradar.com/best/best-business-networking-apps" target="_blank"><em>We&apos;ve also listed the best business networking apps.</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Best passwords: Strong password ideas for greater safety ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/features/best-passwords-strong-password-ideas-for-greater-safety</link>
                                                                            <description>
                            <![CDATA[ Join us as we head off on a quest to find the ultimate in password protection and discover ways of improving your security as a result ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">bsK7wHdMDkb4yV3KD9wHbK</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/8e6f293f1300f5dfad37603593aacd79-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 04 Feb 2023 15:27:13 +0000</pubDate>                                                                                                                                <updated>Wed, 16 Aug 2023 14:48:45 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rob Clymo ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/44T3VY9dudJgn9AZHhiF8B.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/8e6f293f1300f5dfad37603593aacd79-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Password]]></media:description>                                                            <media:text><![CDATA[Password]]></media:text>
                                <media:title type="plain"><![CDATA[Password]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/8e6f293f1300f5dfad37603593aacd79-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <div  class="fancy-box"><div class="fancy_box-title">quick menu</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FiFZmzZgjZkmrUJ3t6DBaG" name="passwords-420-90.jpg" caption="" alt="Password" src="https://cdn.mos.cms.futurecdn.net/8e6f293f1300f5dfad37603593aacd79.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p class="fancy-box__body-text"><strong>1. </strong><a data-analytics-id="inline-link" href="#section-ditch-a-weak-password"><strong>What to do</strong></a></p><p class="fancy-box__body-text"><strong>2. </strong><a data-analytics-id="inline-link" href="#section-what-is-a-weak-password"><strong>Bad passwords</strong></a></p><p class="fancy-box__body-text"><strong>3. </strong><a data-analytics-id="inline-link" href="#section-build-a-better-password"><strong>Good passwords</strong></a></p><p class="fancy-box__body-text"><strong>4. </strong><a data-analytics-id="inline-link" href="#section-a-perfect-password"><strong>The best password</strong></a></p><p class="fancy-box__body-text"><strong>5. </strong><a data-analytics-id="inline-link" href="#section-managing-passwords"><strong>Password managers</strong></a></p></div></div><p>Coming up with the best password to keep yourself and your online activities safe and secure is something we all need to do. There’s no escaping it, especially if you’ve got <a href="https://www.techradar.com/best/best-cloud-storage" target="_blank">cloud storage</a> to keep secure, a laptop to protect or a smartphone that needs to remain untouched. However, deciding on the best password to use isn’t always easy. It’s even harder if you’re in need of multiple secure log-ins.</p><p>Which is something that tends to affect pretty much everybody in the connected world. Multiple online accounts, lots of devices and the need to use cloud services means that most of us now have a requirement for passwords, and lots of them to boot. Much has been written about how to come up with a strong password and, while it’s an issue that most of us are familiar with, it’s always worth taking some time to go back and revisit our secure log-in information.</p><p>Unlike a good wine, many passwords don’t mature with age either. In fact, a password you might have used say one, two or three years ago might now have reached its sell-by date. Passwords need to be constantly updated, mainly because cybercriminals are endlessly evolving their methods for compromising computer security. Here then, are some strong password ideas for greater safety online.</p><div class="product"><a data-dimension112="57bf73c3-025a-442f-9743-81ad434733e5" data-action="Deal Block" data-label="Secure access to all your passwords on all devices" data-dimension48="Secure access to all your passwords on all devices" href="https://www.pcloud.com/pass.html" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1260px;"><p class="vanilla-image-block" style="padding-top:38.25%;"><img id="wqKS56kPTnQzabDWg723QU" name="pcloud.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/wqKS56kPTnQzabDWg723QU.jpg" mos="" align="middle" fullscreen="" width="1260" height="482" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://www.pcloud.com/pass.html" target="_blank" data-dimension112="57bf73c3-025a-442f-9743-81ad434733e5" data-action="Deal Block" data-label="Secure access to all your passwords on all devices" data-dimension48="Secure access to all your passwords on all devices"><strong>Secure access to all your passwords on all devices</strong></a><strong> </strong><br>With pCloud Pass, you can log in to sites and fill out forms securely with just a single click. Available for all browsers, devices and operating systems. <a href="https://www.pcloud.com/pass.html">Start for free today.</a><a class="view-deal button" href="https://www.pcloud.com/pass.html" target="_blank" rel="nofollow" data-dimension112="57bf73c3-025a-442f-9743-81ad434733e5" data-action="Deal Block" data-label="Secure access to all your passwords on all devices" data-dimension48="Secure access to all your passwords on all devices">View Deal</a></p></div><h3 class="article-body__section" id="section-ditch-a-weak-password"><span>Ditch a weak password</span></h3><p>If you think any, or indeed all of your passwords are duds then don’t waste any time in changing them. One of the quickest and simplest ways of doing this is to get yourself armed with one of the <a href="https://www.techradar.com/best/password-manager" target="_blank">best password managers</a>. This is a software application that streamlines the logging-in process, which makes even more sense if of you have multiple accounts and a small mountain of passwords to handle.<br><br>The other bonus with a password manager is that it’ll soon let you know which of your passwords isn’t great. However, many of us already know which of our log-in details are less than impressive. Using pet names and other just as obvious characters to formulate a password is a bad habit that many of us tend to have. So, if you’ve got a bad feeling about some, or all of your passwords it’s definitely time to ditch them in favour of something rather better.</p><h3 class="article-body__section" id="section-what-is-a-weak-password"><span>What is a weak password?</span></h3><p>When it comes to identifying a weak password there are plenty of examples that will soon let you know if you’ve been using a poor choice of characters. Sequential letters or numbers for example, are an obvious faux pas, as is using less than eight characters.<br><br>Similarly, choosing something that might be easily guessed is another needless oversight. Hackers are well versed in picking through their arsenal of the most obvious password connotations, such as ‘123456’ and ‘password’ itself, before they move on to the less-easy-to-guess passwords.<br><br>Even if you think you’re being smart by picking something that’s not related to your own identity, such as a movie star’s name, or comic book hero, the hackers could still figure it out. They do this using a variety of methods, including brute-force attacks, which is a method that does just that.<br><br>Hackers call on their software to pick through a variable combination of letters and characters until they crack the password, with success rates that are worryingly high. If that fails, they’ll often utilize other methods to crack passwords such as keylogging, phishing, dictionary attacks and credential stuffing to get what they’re after.</p><h3 class="article-body__section" id="section-build-a-better-password"><span>Build a better password</span></h3><p>So, with all of those cruddy passwords noted and ready to be ditched, the next thing is to make sure you’re going to replace them with something much more robust. While you’ll often see a minimum of eight characters as the suggested length for a password, it’s actually worth going for something longer if you can. In fact, doubling that number is a good idea while avoiding all of your usual inspirations is another core aspect of creating a better password. </p><p>What that means is to ditch anything that pertains to yourself, such as your first name, last name and date of birth. Remember to mix up the character style too, so a combination of upper and lower case, along with numbers and symbols creates a much harder-to-crack and less organic blend for a password. Don’t use anything in sequence either, as in ‘123’ or similar. Jumbling up the order might make the password harder to remember, but it’s also going to make the thing harder to crack.</p><h3 class="article-body__section" id="section-a-perfect-password"><span>A perfect password?</span></h3><p>While there’s not any one combination that might be seen as the perfect password, you can certainly get close if you choose yours carefully. If you do it right, you should also be able to produce a password combination that’ll be a little easier for you to remember. For example, if you think of a word, then condense it by removing specific letters in the order, replacing those with a combination of letters and special characters, you’re off to a good start.</p><p>Another tack that you can make your own is to produce a formula, which is unique to your own way of thinking. For example, a phrase can be customized so that you mix and match one letter from the alphabet with the one either before or after it. Similarly, replace the vowels in your phrase with others, which once you have it in your head is actually quite easy to memorize, but equally hard to crack. Throw in the odd space or two and you’ve got yourself a fairly impregnable password.</p><h3 class="article-body__section" id="section-managing-passwords"><span>Managing passwords</span></h3><p>Naturally, the more passwords you possess, the more work you’ll have to do in order to refresh your collection and ensure that you’re as secure as possible. That brings us back to the humble password manager, which is a chunk of software that can prove to earn its keep very quickly indeed. A password manager app allows you to generate strong passwords quickly and easily, and all of your log-ins are kept in a secure ‘vault’ within the app.<br><br>You might need to pay for the privilege of owning a reputable password manager, but it is money well spent. The software will even tell you if your proposed password is any good or not, which is mighty handy. With so many of us now using cloud storage, which often contains many or all of our files, having the perfect password is not so much a dream as a necessity.</p><p> </p><p><a href="https://www.techradar.com/best/best-business-networking-apps" target="_blank"><em>We&apos;ve also listed the best business networking apps.</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Are browser-based password managers worth it? ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/features/are-browser-based-password-managers-worth-it</link>
                                                                            <description>
                            <![CDATA[ Managing all your passwords can be done using nothing more than a web browser, but is it the best solution for your needs? ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ayUs7sS2dutrh6Xf7gkqBV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9tDP8mu8JpjTbUWYF8AK46-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 03 Feb 2023 15:25:58 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rob Clymo ]]></dc:creator>                                                                                    <dc:source><![CDATA[ http://cdn.mos.cms.futurecdn.net/44T3VY9dudJgn9AZHhiF8B.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9tDP8mu8JpjTbUWYF8AK46-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A close-up image of a keyboard, with a key marked &quot;Password&quot;.]]></media:description>                                                            <media:text><![CDATA[A close-up image of a keyboard, with a key marked &quot;Password&quot;.]]></media:text>
                                <media:title type="plain"><![CDATA[A close-up image of a keyboard, with a key marked &quot;Password&quot;.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9tDP8mu8JpjTbUWYF8AK46-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>There’s no escaping the need for passwords and, thanks to an ever-growing requirement for new ones, we’ve all got more than we know what to do with. That can be a big problem, because making sure they’re all good whilst being easy to remember, is tricky to say the least. This scenario can tend to get worse the more password and log-in details you have. Eventually, many folks just give up, get lazy and start to fall back on their original and easily hackable passwords. Often, people will use the same easy-to-crack password in multiple locations.</p><p>Clearly, going down this route is not a good idea. In fact, if you’ve got any desire to keep your online activities safe and secure, it’s downright madness. Thankfully, many up-to-date web browsers can assist you with your password problems. The likes of Google Chrome, Microsoft Edge and Mozilla Firefox can usefully store passwords for you. It’s an extra touch of functionality that delivers added convenience within an experience that’s free to begin with. However, just because something is free doesn’t always make it the best bet.</p><p>If you’re aiming to stay safe and secure online, or if you make use of the <a href="https://www.techradar.com/best/best-cloud-storage" target="_blank">best cloud storage</a> options so have lots of files stored remotely, ensuring your passwords are optimised is vital. So, does the browser-based password manager option have merit? Or should you make use of one of the <a href="https://www.techradar.com/best/password-manager" target="_blank">best password managers</a> out there, which are app-based and generally need to be paid for if you want a good one.</p><h2 id="password-manager-benefits">Password manager benefits</h2><p>While there’s no doubt that any kind of password manager can be beneficial, especially if you’ve got multiple log-ins to handle, there are pros and cons for the browser-based route. If you’ve got a browser with an integrated password manager, it can certainly offer up a simple-but-effective way to control log-in procedures. One of the neat aspects about them is the way they invariably feature a password generator, which does a lot of the heavy lifting when it comes to arming yourself with a new log-in whenever it’s needed.<br><br>Another really useful aspect of the browser-based password manager is the way that it will allow you much easier log-ins across multiple devices. If you regularly use a variety of computers and devices, such as a desktop or laptop along with a tablet or smartphone, a browser-based password manager makes life much easier. This is because passwords are stored in the cloud and can be updated in one go should you need to change them. If you’ve got something like a Chromebook, password management becomes a doddle.</p><h2 id="simplifying-passwords">Simplifying passwords</h2><p>Password management should never be taken lightly, but a browser-based setup is also undeniably easy to use. If you tend to visit multiple sites over a period of time, or have many different accounts to manage, then remembering all those passwords can be a chore. At worst, it can result in getting locked out of seldom used accounts if you’ve mislaid the information. A browser-based password manager, on the other hand, can retain every log-in you need, even those occasional dip-in-and-out accounts that are only visited occasionally.</p><p>An additional bonus in all this is that, generally speaking, browser-based password managers are completely free to use, so there’s no annual subscription or one-off charge that is often called for with password manager apps. Another feature of the browser-based approach is that there’s rarely any additional software that needs to be installed. If you’ve selected a browser with this tool as part of the feature set it can be used right away, and often with little in the way of configuration needing to be done.</p><h2 id="browser-based-downsides">Browser-based downsides</h2><p>There’s no doubt that browser-based password managers are therefore worth it, mainly because they probably won’t cost you anything to use in the first place. However, there are some downsides by sidestepping password manager software apps. For starters, a standalone password manager doesn’t require you to stick with one web browser, which might be the case if you want to have the convenience of multiple log-ins via one application.</p><p>Many people enjoy having more than one browser, which is where having multiple log-in credentials can get problematical and a little bit messy into the bargain. A standalone password manager, from a reputable supplier, should also be better able to fend of evolving security issues due to the way that they are updated more dynamically than browser-based solutions. In fact, if you have a paid-for password manager app, it should be constantly up to date, whereby many browsers don’t get updated nearly as frequently and sometimes security updates can come as part of a general overview update.</p><h2 id="security-issues">Security issues</h2><p>Crucially, the standalone password manager that comes in app form will probably provide you with a more rounded security solution too. With web-based password managers, that sit within the framework of an everyday browser, your password information could be more at risk. While the best examples, such as Google Chrome, will come with plenty of security features, including AES 256-bit SSL/TLS encryption for looking after your prized passwords, there could still be holes in the arrangement somewhere.</p><p>There are, simply, everyday use situations whereby your password could be comprised or used without your knowledge too. Just supposing someone manages to get onto your laptop or desktop machine, without you knowing about it? Plenty of people leave their computing kit lying about, and it’s often easy enough for others to jump on and snoop around. It might sound lazy, but it does happen and if your log-in access is automatically granted within a web browser environment, instead of sitting behind the secure wall of a password manager package, you could be at risk.</p><p>Granted, both routes require users to be diligent with their devices and there’s always the risk of compromise, no matter what your password security solution happens to be. While browser-based password managers certainly have their uses, it’s hard to see how they can produce the best solution, particularly when there are so many standalone password manager packages out there that function just as conveniently. Crucially though, they also keep your log-in data locked up much more securely.</p><p><a href="https://www.techradar.com/best/best-business-networking-apps" target="_blank"><em>We&apos;ve also listed the best business networking apps.</em></a></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is a dictionary attack? ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/features/dictionary-attack</link>
                                                                            <description>
                            <![CDATA[ Dictionary attacks use sophisticated infiltration methods to gain access to your online accounts, but if you follow our advice then you can avoid a compromising situation ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">zGSYEAruCRjfCT5cFSCHSg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/h3qR8UKMq6wXR6WHZfxfUe-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 23 Jan 2023 11:34:26 +0000</pubDate>                                                                                                                                <updated>Fri, 11 Aug 2023 19:18:52 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mike Jennings ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Mike Jennings has worked as a technology journalist for more than a decade and has been fascinated by computers since childhood, when he spent far too long building terrible websites. He loves desktop PCs, components, laptops and anything to do with the latest hardware.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mike worked as a staff writer at PC Pro magazine in London for seven years, and during that time wrote for loads of other tech titles, like Custom PC, Micro Mart and Computer Shopper. Since 2013, he’s been a freelance tech writer, and writes regularly for titles like Wired, TechRadar, Stuff, TechSpot, IT Pro,&amp;nbsp; TrustedReviews and TechAdvisor.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;He still loves tech and covers everything from the latest business hardware and software to high-end gaming gear, and you’ll find him on loads of sites writing reviews, features and guides on a vast variety of topics.&lt;/p&gt; ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/h3qR8UKMq6wXR6WHZfxfUe-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Representational image of a hacker]]></media:description>                                                            <media:text><![CDATA[Representational image of a hacker]]></media:text>
                                <media:title type="plain"><![CDATA[Representational image of a hacker]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/h3qR8UKMq6wXR6WHZfxfUe-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It’s pretty clear that cybercriminals are willing to go to some extreme lengths in order to hack accounts and gain access to sensitive data, but you might not have heard of a dictionary attack.</p><p>You should be aware of this method, though, especially if you want to keep your accounts secure – and especially if you’re worried about the password security that your family and friends use.</p><p>In essence, a dictionary attack is a type of brute force attack, but it uses recognizable words rather than strings of random letters, numbers and symbols. And when many inexperienced tech users create passwords that use proper words, that can cause big problems.</p><p>We’ve explained dictionary attacks here, highlighted how they differ from other hacking techniques, and delved into the best methods for preventing these nefarious attacks. And if you’d like even more security advice, head to <a href="https://www.techradar.com/features/business-antivirus-vs-consumer-antivirus-whats-the-difference"><u>our explainer on endpoint protection and antivirus</u></a> – or explore the <a href="https://www.techradar.com/best/plagiarism-checkers"><u>best plagiarism-checking tools</u></a>.</p><div class="product"><a data-dimension112="517448a7-cdba-460a-aa07-472f44e2611e" data-action="Deal Block" data-label="Reader Offer: Save 55% on NordPass Premium" data-dimension48="Reader Offer: Save 55% on NordPass Premium" href="https://go.nordpass.io/aff_c?offer_id=645&aff_id=39632&url_id=23213&aff_sub=trdpro-us-custom-tracking" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:400px;"><p class="vanilla-image-block" style="padding-top:85.50%;"><img id="QSPpX52qVevGT8QWi4NgzM" name="NordPass Logo.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/QSPpX52qVevGT8QWi4NgzM.png" mos="" align="middle" fullscreen="" width="400" height="342" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://go.nordpass.io/aff_c?offer_id=645&aff_id=39632&url_id=23213&aff_sub=trdpro-us-custom-tracking" data-dimension112="517448a7-cdba-460a-aa07-472f44e2611e" data-action="Deal Block" data-label="Reader Offer: Save 55% on NordPass Premium" data-dimension48="Reader Offer: Save 55% on NordPass Premium"><strong>Reader Offer: Save 55% on NordPass Premium</strong></a><strong> </strong><br>NordPass provides an accessible, competent, easy-to-use solution that most people will love, according to TechRadar editors. Save 55% on NordPass Premium plus 3 months free.</p><p><em>Preferred partner (</em><a href="https://www.techradar.com/news/content-funding-on-techradar"><em>What does this mean?</em></a><em>) </em><a class="view-deal button" href="https://go.nordpass.io/aff_c?offer_id=645&aff_id=39632&url_id=23213&aff_sub=trdpro-us-custom-tracking" target="_blank" rel="nofollow" data-dimension112="517448a7-cdba-460a-aa07-472f44e2611e" data-action="Deal Block" data-label="Reader Offer: Save 55% on NordPass Premium" data-dimension48="Reader Offer: Save 55% on NordPass Premium">View Deal</a></p></div><h2 id="what-x2019-s-a-dictionary-attack">What’s a dictionary attack?</h2><p>It might sound like the kind of thing that happens during an argument at a library, but a dictionary attack is actually a sophisticated method used by cybercriminals who want to gain access to your email accounts, bank details and social networks.</p><p>To understand a dictionary attack, though, you’ve got to get to grips with another kind of hacking method – the brute force attack.</p><p>A brute force attack attempts to guess someone’s password by systematically trying to every possible combination of numbers, letters and symbols. But while brute force methods can hack into accounts by finding passwords, the nature of the approach means it can take ages. Imagine how long even the best computers will take to motor through every possible combination of digits in a 20-character password.</p><p>A dictionary attack refines this method. Instead of trying every combination of letters, numbers and characters, a dictionary attack uses recognizable words and phrases instead.</p><p>This approach reduces the number of potential passwords a hacker has to try to get inside someone’s account. That cuts back on the amount of time and resources a hacker must deploy to get the job done.</p><p>It’s a worthwhile approach. While using words and phrases rather than every potential password combination does reduce the chances of a successful guess, it’s a quicker process. And when so many people use recognizable words in their passwords, it’s still worth trying to any hacker.</p><p>Hackers also refine the process. They’ll develop lists of words that are relevant to the account or person they’re trying to hack – based on location-specific phrases, the local sports teams, or any other information they’ve got about the person behind the account. Criminals will use terms that are specific to organizations if they’re trying to hack into company servers, or build lists based on the most common password terms.</p><p>In other situations, hackers will develop dictionary attack lists based on passwords that were already exposed in security breaches. They’ll also include sequential number sequences and other common characters in their list of attack words, so you may not necessarily be safe if you’ve added “123” to end of your password in order to try and make things more secure.</p><p>Dictionary attacks may not be the most effective way to hack an account, but they use fewer resources than brute-force methods. And when too many people reuse passwords, develop passwords based around common words and don’t practice good password security, it’s no wonder that hackers get results.</p><h2 id="how-can-i-avoid-a-dictionary-attack">How can I avoid a dictionary attack?</h2><p>As time goes on, hacking methods get more sophisticated – which means users have to fight back with increasing ferocity if they want to keep their accounts, details and financial information safe.</p><p>Thankfully, there are some simple rules to follow if you want to avoid becoming the victim of a dictionary attack.</p><p>The first thing you should do? Eliminate real words and phrases from your passwords, and make sure you don’t have strings of often-used numbers and letters like “123” and “QWERTY”. Dictionary attacks rely on people lazily using these tropes, and avoiding them is the best way to stay protected.</p><p>Instead of going down that route, use long passwords with randomized collections of letters, numbers and special characters, and make sure you’ve got a unique password for every account.</p><p>That might sound daunting – especially the prospect of remembering all those passwords – so we always recommend that people use a password manager, too. We’ve rounded up the <a href="https://www.techradar.com/best/password-manager"><u>best password managers here</u></a>. The top options won’t just save all your passwords – they also generate secure passwords, use encryption to protect your existing codes, and highlight any weak passwords you should change.</p><p>When an account offers it, you should also deploy multi-factor authentication. This method uses biometric methods like fingerprint recognition alongside third-party apps and text codes to add an extra layer of security to any account or service. Essentially, it means that a hacker can’t reach your account even if they’ve got your password – because they don’t have the extra bit of information required.</p><p>Elsewhere, you should investigate the settings section on each app and account. Lots of services enable you to lock people out if they make a certain number of unsuccessful login attempts, and they’ll often demand that the original owner resets their password. If you want to prevent hackers from having free reign to try and guess your password an unlimited number of times, that’s a smart move.</p><p>Our final piece of advice? Make sure you change your passwords frequently. A good password manager can help you in this department by saving passwords, generating new codes and providing reminders.</p><p>You certainly can’t stop every hacker, especially given how many password lists are leaked on the dark web, but if you change your passwords then you can stop someone getting into your account – even if they’ve got possession of a password that used to work.</p><p>Many security experts recommend changing your password every three months, and some services demand that you do this as an extra layer of security.</p><p>There’s no denying that dictionary attacks are worrying, especially when hackers are trying to access sensitive information, bank details, medical records or your email and social media accounts. But if you’re smart about your security and avoid common words, phrases and character sequences, you’ll stay safe – and the hackers won’t get far.</p><p><a href="https://www.techradar.com/best/password-recovery-solutions">We&apos;ve listed the best password recovery software</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to avoid malvertising ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/features/how-to-avoid-malvertising</link>
                                                                            <description>
                            <![CDATA[ Malvertising is a new type of online irritant that infects your devices through innocuous adverts. We explain exactly what it is and tell you how to avoid this serious new issue. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mSS7LjEB5GaWnLYSJtH2Mn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/tMD7eSP5wxVvdiGEQgKBCj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 23 Jan 2023 11:27:52 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mike Jennings ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mike Jennings has worked as a technology journalist for more than a decade and has been fascinated by computers since childhood, when he spent far too long building terrible websites. He loves desktop PCs, components, laptops and anything to do with the latest hardware.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mike worked as a staff writer at PC Pro magazine in London for seven years, and during that time wrote for loads of other tech titles, like Custom PC, Micro Mart and Computer Shopper. Since 2013, he’s been a freelance tech writer, and writes regularly for titles like Wired, TechRadar, Stuff, TechSpot, IT Pro,&amp;nbsp; TrustedReviews and TechAdvisor.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;He still loves tech and covers everything from the latest business hardware and software to high-end gaming gear, and you’ll find him on loads of sites writing reviews, features and guides on a vast variety of topics.&lt;/p&gt; ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/tMD7eSP5wxVvdiGEQgKBCj-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Hand increasing the protection level by turning a knob]]></media:description>                                                            <media:text><![CDATA[Hand increasing the protection level by turning a knob]]></media:text>
                                <media:title type="plain"><![CDATA[Hand increasing the protection level by turning a knob]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/tMD7eSP5wxVvdiGEQgKBCj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>You’ve probably heard of malware, and you’ve definitely heard of advertising, but a new threat has emerged after those two worlds have collided. It’s called “malvertising”, and it’s worth avoiding.</p><p>Malvertising can hack, infiltrate, and exploit your PC, laptop or smartphone without you even knowing it’s there. That’s because it reaches your devices through adverts you might click rather than more conventional methods like phishing emails, brute force attacks or viruses.</p><p>It’s a dangerous and murky business, especially because media outlets, advertising networks and users simply aren’t yet familiar with malvertising. But if you’d like to learn more about this new threat – and find out how to avoid getting caught– just read our guide.</p><p>The internet is crammed with security threats, so we’ve got more guidance elsewhere, too. We’ve gone in-depth on <a href="https://www.techradar.com/how-to/choose-the-right-antivirus-for-your-business"><u>choosing the right antivirus for your business</u></a> and unveiled the <a href="https://www.techradar.com/features/top-data-breaches-and-cyber-attacks-of-2022"><u>top breaches and cyber attacks of 2022</u></a> – so you know what to avoid in 2023.</p><h2 id="what-is-malvertising">What is malvertising?</h2><p>You won’t necessarily know that you’ve been hit by a malvertising attack – at least initially – because this method disguises <a href="https://www.techradar.com/best/best-malware-removal">malware</a> in the kinds of adverts we all see all over the internet.</p><p>Malvertising – a portmanteau of “malicious advertising” – hides dodgy code inside normal-looking adverts. Hackers buy advertising space using legitimate networks, upload adverts with malware, and then hope those adverts run on respected websites.</p><p>If the attack works, you’ll end up with malware, spyware, viruses or ransomware installed on your device, leaving yourself open to identity theft, fraud and financial problems.</p><p>These dodgy adverts can appear anywhere on the web. You don’t necessarily have to even click on an advert to get hit by malvertising – some of them start to attack your device when you browse a site that hosts an infected ad.</p><p>Plenty of huge companies have fallen victim to this kind of attack, so don’t feel bad if you do become a victim. In the past, malvertising has hit the London Stock Exchange, the Los Angeles Times and eBay.</p><p>There are lots of different types of malvertising. Some simply download dodgy files to your PC as soon as the advert and its host website have loaded. Others hide malicious code inside individual pixels inside images – and no one can notice the malware until it’s too late because you’ve already clicked.</p><p>Other adverts trick users into thinking they’ve got computer issues by using realistic-looking error messages. Others tout false updates, surveys and prizes that can easily dupe an unsuspecting user. You’ll even find schemes that take control of your browser window, directing it to dodgy sites that deploy more sophisticated hacking methods.</p><p>Whether it’s a scam, a fake error message, hidden code or malware that automatically launches from an advert, it’s a surefire way for hackers to crack your PC open – and, therefore, get access to your financial information, email accounts and sensitive data.</p><p>You may have heard of adware, which is another advert-based infiltration method, but malvertising is different. While adware works by infecting your device and then displaying adverts and messages, malvertising goes the other way and displays adverts first to get inside your system.</p><h2 id="how-to-avoid-malvertising">How to avoid malvertising</h2><p>There are loads of different malvertising methods around, but they all concentrate on getting access to your devices, data, bank accounts and personal information – and that’s something that we all want to avoid.</p><p>Happily, some easy and effective methods can drastically reduce your chances of being hit by a malvertising attack.</p><p>Your first line of defense should be a top-notch antivirus package. If you install a great security suite and ensure it’s always updated and active, you’ll benefit from a huge database that spots and eliminates malvertising and other security vulnerabilities before you’re hit with issues. If you’re not sure which antivirus is right for you, head over to our round-up of the <a href="https://www.techradar.com/best/best-antivirus%5d"><u>best antivirus software</u></a>.</p><p>You can do other things once you’ve installed a top-tier security package, too. Make sure that you’ve turned off the auto-play options in your browser – deactivate those, and you’ll have to give permission for your browser to play videos, open windows and activate plugins. That’s an easy way to avoid anything you don’t trust.</p><p>When those auto-playing items are often the source for malvertising attacks, turning them off is a no-brainer if you want to stay secure.</p><p>Get an ad-blocker installed, too. These browser plugins prevent adverts from loading and running on sites across the web. They don’t stop absolutely everything, but they stand in the way of most ads – so it’s a great way to reduce your chances of getting hit by malvertising.</p><p>Elsewhere, be careful about what plugins you install on your browser and what apps you install on your PC – make sure you only get them from trusted sources. Install software from sites you don’t recognize and you’re only going to open yourself up to malware issues.</p><p>Once you’ve got trusted apps and plugins installed, make sure you keep them up to date so that any security holes are plugged before they can be exploited. Similarly, ensure that you download the latest updates for your operating system for the same reason.</p><p>Do all of this and you’ll reduce the number of adverts you see and the chances of getting hit by malvertising, but it’s impossible to eliminate every threat. Because of that, we also advise anyone browsing the web to be suspicious and skeptical about what you see online – if an advert is too good to be true, then it probably is.</p><p>Don’t stop there, either. If you’ve got friends or family members who aren’t particularly tech-savvy, then set them up with security software and an ad-blocking tool. Warn them about the dangers of malvertising, and tell them to avoid clicking on pop-ups and adverts when possible.</p><p>Instead, if you see an advert with a tempting product or service, use a search engine to navigate to its website directly. Head down that route and you’ll find out if it’s legitimate – and you’ll avoid clicking on the advert and opening yourself up to exploitation.</p><p><a href="https://www.techradar.com/news/best-internet-security-suites">We&apos;ve listed the best internet security suites</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is credential stuffing, and how does it work? ]]></title>
                                                                                                                                                                                                <link>https://www.techradar.com/features/what-is-credential-stuffing</link>
                                                                            <description>
                            <![CDATA[ Credential stuffing is a hacking method that's growing in popularity, but it's pretty easy to avoid. We explain what it is and what steps you should take to protect your devices. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">WmYzvJBS7BNshrMk2CTY4k</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/JpXukHGqkZ8gapEzDQNqRW-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 23 Jan 2023 11:20:20 +0000</pubDate>                                                                                                                                <updated>Fri, 11 Aug 2023 19:18:22 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                    <category><![CDATA[Pro]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mike Jennings ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Mike Jennings has worked as a technology journalist for more than a decade and has been fascinated by computers since childhood, when he spent far too long building terrible websites. He loves desktop PCs, components, laptops and anything to do with the latest hardware.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mike worked as a staff writer at PC Pro magazine in London for seven years, and during that time wrote for loads of other tech titles, like Custom PC, Micro Mart and Computer Shopper. Since 2013, he’s been a freelance tech writer, and writes regularly for titles like Wired, TechRadar, Stuff, TechSpot, IT Pro,&amp;nbsp; TrustedReviews and TechAdvisor.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;He still loves tech and covers everything from the latest business hardware and software to high-end gaming gear, and you’ll find him on loads of sites writing reviews, features and guides on a vast variety of topics.&lt;/p&gt; ]]></dc:description>
                                                                                                                                    <sponsoredContent>true</sponsoredContent>
                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/JpXukHGqkZ8gapEzDQNqRW-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock / ZinetroN]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Nytt DDoS-rekord]]></media:description>                                                            <media:text><![CDATA[Concept art representing cybersecurity principles]]></media:text>
                                <media:title type="plain"><![CDATA[Concept art representing cybersecurity principles]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/JpXukHGqkZ8gapEzDQNqRW-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>There have never been so many different cyber-attack methods – and, arguably, criminals have never been so successful, either. Credential stuffing is one of the latest methods being used by savvy crooks, but if you&apos;re on top of the topic you can avoid becoming a victim.</p><p>Credential stuffing has become popular as more password databases have been hacked. As billions of usernames and passwords become available on the dark web, criminals take those credentials and try them on different websites – because too many people reuse names and passwords across multiple accounts.</p><p>If you or your friends and family members reuse logins and passwords – and we&apos;ve all done, let&apos;s be honest – then you&apos;re at a higher risk of falling victim to a credential stuffing attack.</p><p>Read on if you want to discover the details behind credential stuffing – and figure out how to avoid becoming a victim. Don&apos;t sweat if you need more computing help, either, because we&apos;ve got you covered with our guides to the <a href="https://www.techradar.com/best/best-photo-recovery-apps"><u>best photo recovery apps</u></a> and a deep dive into <a href="https://www.techradar.com/features/microsoft-365-business-basic-vs-standard-vs-premium-what-are-the-differences"><u>the differences between Microsoft 365&apos;s business products</u></a>.</p><div class="product"><a data-dimension112="f0b29204-449d-4226-befa-62f269c1a350" data-action="Deal Block" data-label="Reader Offer: Save 55% on NordPass Premium" data-dimension48="Reader Offer: Save 55% on NordPass Premium" href="https://go.nordpass.io/aff_c?offer_id=645&aff_id=39632&url_id=23213&aff_sub=trdpro-us-custom-tracking" target="_blank" rel="nofollow"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:400px;"><p class="vanilla-image-block" style="padding-top:85.50%;"><img id="QSPpX52qVevGT8QWi4NgzM" name="NordPass Logo.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/QSPpX52qVevGT8QWi4NgzM.png" mos="" align="middle" fullscreen="" width="400" height="342" attribution="" endorsement="" credit="" class=""></p></div></div></figure></a><p><a href="https://go.nordpass.io/aff_c?offer_id=645&aff_id=39632&url_id=23213&aff_sub=trdpro-us-custom-tracking" target="_blank" data-dimension112="f0b29204-449d-4226-befa-62f269c1a350" data-action="Deal Block" data-label="Reader Offer: Save 55% on NordPass Premium" data-dimension48="Reader Offer: Save 55% on NordPass Premium"><strong>Reader Offer: Save 55% on NordPass Premium</strong></a><strong><br></strong>NordPass provides an accessible, competent, easy-to-use solution that most people will love, according to TechRadar editors. Save 55% on NordPass Premium plus 3 months free.</p><p><em>Preferred partner (</em><a href="https://www.techradar.com/news/content-funding-on-techradar" target="_self"><em>What does this mean?</em></a><em>)</em> <a class="view-deal button" href="https://go.nordpass.io/aff_c?offer_id=645&aff_id=39632&url_id=23213&aff_sub=trdpro-us-custom-tracking" target="_blank" rel="nofollow" data-dimension112="f0b29204-449d-4226-befa-62f269c1a350" data-action="Deal Block" data-label="Reader Offer: Save 55% on NordPass Premium" data-dimension48="Reader Offer: Save 55% on NordPass Premium">View Deal</a></p></div><h2 id="what-is-credential-stuffing">What is credential stuffing?</h2><p>There are plenty of methods that hackers and criminals use to try and get access to your vital accounts, and many rely on the fact that lists of usernames and passwords are routinely stolen from companies and leaked on the normal internet and the dark web.</p><p>Those huge lists of usernames and passwords are the key to credential stuffing. It works because a hacker will take this information and use bots and other automation techniques to try every combination of username and password across different websites, services and social networks.</p><p>These bots will often attempt to use different sets of credentials on multiple sites simultaneously to speed up the process, and they&apos;re trained to grab sensitive personal data automatically if one of the login attempts works.</p><p>It can often be extremely productive, because a hacker already has a list of passwords that have been proven to work at some point in time – and because too many people never change their passwords and reuse their passwords across multiple services.</p><p>So, if a hacker is particularly lucky, they&apos;ll find a username and password combination that still works across loads of different websites. And if you&apos;re the unlucky person who&apos;s fallen foul of this approach, that could mean that they&apos;ve got access to your email accounts, social media pages, bank details and more.</p><p>It&apos;s a popular approach because credential hacks and leaks have rarely been more popular, with tens of billions of different usernames available online – and because the entire process can be automated.</p><p>It&apos;s a quicker and more effective process than a traditional brute force attack, which can take a long time because a hacker&apos;s equipment needs to power through every possible combination of letters, numbers and symbols. Because credential stuffing attacks use proven passwords, they&apos;re often more successful than a dictionary attack, too – just because that method uses common words, it doesn&apos;t mean it&apos;s going to work.</p><p>The combination of huge password leaks, sophisticated bot farms and people&apos;s lax password security means that credential stuffing is here to stay – unfortunately.</p><h2 id="how-to-avoid-credential-stuffing-attacks">How to avoid credential stuffing attacks</h2><p>It&apos;s almost inevitable that your usernames and passwords will find their way onto the dark web at some point, but there are sensible steps that anyone can take to avoid falling foul of credential stuffing attacks and other kinds of hacking attempts.</p><p>Your first step should be ensuring that you have strong passwords for all your accounts. You should use unique passwords for every service to ensure that a hacker can&apos;t use the same details to access different sites.</p><p>Alongside creating unique passwords for every service, you should develop longer passwords that use a combination of letters, numbers and special characters in upper and lower case. Avoid words, common phrases, proper nouns and sequential numbers, too, and you&apos;ll have a robust password.</p><p>That&apos;s a lot to remember, so we&apos;d also recommend using a password manager. Deploy one of these tools and you won&apos;t have to remember each username and password combination – it&apos;ll do it for you, and secure the data behind strong encryption. Don&apos;t worry if you&apos;re not sure where to start, either – we&apos;ve already rounded up the <a href="https://www.techradar.com/best/password-manager"><u>b</u></a><a href="https://www.techradar.com/best/password-manager"><u>est password managers</u></a>.</p><p>A top-notch password manager will also generate secure passwords. The best password managers and security tools also include dark web monitoring that will alert you if your credentials have been exposed in a breach. While that&apos;s undoubtedly annoying, alerts mean you&apos;ll be able to change your passwords before hackers can exploit the leak.</p><p>You might not be able to avoid leaks and hacks forever, but there are steps you can take to ensure your security if the worst happens. If websites, apps and services support it, deploy multi-factor authentication. This security feature demands that you provide extra proof of your identity if you try to log in – sometimes it&apos;s fingerprint or facial recognition, on other occasions it comes from external apps and other services text a unique code to your phone.</p><p>It&apos;s a crucial addition to your security arsenal. If you&apos;ve got multi-factor authentication turned on, a hacker won&apos;t be able to get into your account even if they&apos;ve used credential stuffing to find the right password – because they won&apos;t have the other bit of information or identification that grants access.</p><p>We&apos;d also recommend examining the settings on your apps and accounts, because you can often specify that an app demands a password change if you get it wrong a few times in a row. That&apos;s a neat way to stop bots from trying to guess your password repeatedly.</p><p>Beyond these worthwhile security tips, we also recommend changing your passwords every three or six months. Because while leaks and hacking attempts are inevitable, a credential stuffing bot won&apos;t get very far if they&apos;re using a password that you&apos;ve already changed. Many password managers will generate new passwords for you and provide reminders to change them, and lots of tools will also alert users if they&apos;ve got weak passwords in their database.</p><p>Credential stuffing is a nefarious and sophisticated hacking method, and it&apos;s not likely to go away any time soon – like brute force and dictionary attacks, they work too often for cybercriminals to leave them behind. But if you&apos;re aware of the dangers and you follow these tips, you&apos;ll keep your data safe and stop any hacks before they&apos;ve begun.</p><p><a href="https://www.techradar.com/news/best-internet-security-suites">We&apos;ve listed the best internet security suites</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>