<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Xiphera</title>
	<atom:link href="https://xiphera.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://xiphera.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 10:40:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://xiphera.com/wp-content/uploads/2023/05/xiphera-favicon.svg</url>
	<title>Xiphera</title>
	<link>https://xiphera.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Why Hardware Root of Trust Matters</title>
		<link>https://xiphera.com/why-hardware-root-of-trust-matters/</link>
		
		<dc:creator><![CDATA[Reija Stenroos]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 08:22:50 +0000</pubDate>
				<category><![CDATA[Cryptography news & updates]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=13677</guid>

					<description><![CDATA[Trust is the foundation of any secure computing system, but that trust has to start somewhere. This article explores the role of a Hardware Root of Trust, why that starting point must be built into hardware, and why it matters more than ever as device lifecycles grow longer, the EU Cyber Resilience Act introduces new security requirements, and the transition to quantum-resistant cryptography moves forward.]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading"><strong>1. Introduction: where does trust begin?</strong></h2>



<p class="wp-block-paragraph">Modern computing systems rely on multiple layers of security. Encryption protects data, authentication verifies users, and applications enforce security policies. Yet before any of these mechanisms can be relied upon, the underlying platform itself must be trusted.</p>



<p class="wp-block-paragraph">This raises a basic question: where does trust begin?</p>



<p class="wp-block-paragraph">When a device powers on, something must be trusted without being verified, because there is nothing to verify it. This is the root of trust. To ensure its integrity, a strong root of trust is built directly into hardware, making it significantly harder for an attacker to alter or bypass its security functions.</p>



<p class="wp-block-paragraph">NIST defines roots of trust as highly reliable hardware, firmware and software components that perform specific, critical security functions. Because they are inherently trusted, they must be secure by design, so that they can be trusted without verification.</p>



<p class="wp-block-paragraph">A Hardware Root of Trust is where the trust chain starts. The root of trust checks the bootloader&#8217;s signature before letting it run. The bootloader checks the operating system the same way. The operating system can verify the components it loads next, such as drivers. If any check fails, the sequence stops. No stage trusts the next one blindly, so trust is passed forward rather than assumed. This is known as secure boot. Measured boot takes a different approach: it records measurements of components loaded during startup so that the device&#8217;s boot state can later be assessed through attestation.</p>



<h2 class="wp-block-heading"><strong>2. The challenge: software cannot establish its own trust</strong></h2>



<p class="wp-block-paragraph">Security software runs on top of the operating system. The operating system runs on top of firmware. Each layer trusts the one below it.</p>



<p class="wp-block-paragraph">LoJax, discovered by ESET in 2018, was the first UEFI rootkit found in the wild. It was written into the UEFI firmware of Windows computers and survived operating system reinstalls and even hard drive replacement. This made it difficult to detect or remove with security tools running in the operating system. On every boot, it put the attacker&#8217;s malware back into the system. According to ESET, properly enabled Secure Boot would have blocked it, because its firmware module was not validly signed.</p>



<p class="wp-block-paragraph">Controls in or above a compromised layer may be unable to establish independently whether the platform beneath them can be trusted. Hardware-based security mechanisms can provide a protected foundation for determining whether firmware has been modified and whether software loaded during startup is authentic.</p>



<h2 class="wp-block-heading"><strong>3. What a resilient platform must do</strong></h2>



<p class="wp-block-paragraph">A device without these protections cannot easily detect or recover from attacks. If its firmware is compromised, recovery usually requires manual, often physical, intervention, which is impractical across a large number of devices.</p>



<p class="wp-block-paragraph">A secure platform exhibits the following capabilities:</p>



<ul class="wp-block-list">
<li>The firmware cannot be changed by unauthorised parties. A new version is installed only if its signature is valid, and the settings the firmware relies on are also protected against unauthorised changes. Older, vulnerable versions cannot be reinstalled either.</li>



<li>The platform notices if the firmware has been changed without authorisation or corrupted. Protection is never 100% complete, and some parts of a system are harder to fully protect than others.</li>



<li>The platform can repair itself. If the firmware in use has been altered, the device restores a known good copy, either from protected memory that software cannot write to or from another trusted source that the compromised firmware cannot interfere with. This enables recovery without requiring manual reprogramming of the device.</li>
</ul>



<p class="wp-block-paragraph">These capabilities depend on roots of trust that cannot themselves be modified or bypassed by the firmware they are intended to protect. NIST describes distinct roots of trust for functions such as update, detection and recovery.</p>



<h2 class="wp-block-heading"><strong>4. What a Hardware Root of Trust enables</strong></h2>



<p class="wp-block-paragraph">Once a trusted hardware foundation is in place, higher-level security services can be built on it. Many platform protections that look like separate features in fact rely on the same underlying root of trust. Which services are needed depends on the system and its requirements. Some common examples are:</p>



<ul class="wp-block-list">
<li><a>a unique and verifiable device identity</a></li>



<li>protection of cryptographic keys against unauthorised access</li>



<li>verification of firmware before execution through secure boot</li>



<li>measurement of platform integrity during startup</li>



<li>remote attestation</li>
</ul>



<p class="wp-block-paragraph">Together, these allow a system not only to start securely, but also to prove its integrity to a remote party.</p>



<h2 class="wp-block-heading"><strong>5. Trust throughout the device lifecycle</strong></h2>



<p class="wp-block-paragraph">Before a device reaches the customer, it has been assembled, shipped and handled by several companies. After that it stays in use for years. A component can be swapped during manufacturing. Firmware can be changed in transit. Both can be changed again during service.</p>



<p class="wp-block-paragraph">The device needs an identity built into the hardware, and the buyer or operator needs a way to check that identity later: is this the device we ordered, and is it still running what it should be?</p>



<p class="wp-block-paragraph">This matters most where one device with altered firmware affects a whole service. Cloud and edge infrastructure, industrial automation and telecommunications networks, satellite systems and defence technologies are security-critical environments where the integrity of core elements is crucial.</p>



<p class="wp-block-paragraph">Regulation is moving in the same direction. From 11 December 2027, products with digital elements placed on the EU market will have to meet the cybersecurity requirements of the Cyber Resilience Act. Manufacturers&#8217; obligations to report actively exploited vulnerabilities and severe incidents have already applied since 11 September 2026. The requirements cover design, development and maintenance, and manufacturers have to handle vulnerabilities throughout the product&#8217;s support period. They also include protecting the integrity of software and configuration against unauthorised changes. A Hardware Root of Trust is one way to meet these integrity requirements.</p>



<h2 class="wp-block-heading"><strong>6. Why is Hardware Root of Trust becoming more important now?</strong></h2>



<p class="wp-block-paragraph">Three things have changed.</p>



<p class="wp-block-paragraph">There are far more devices. A system that once ran on a few machines in a locked room now runs on thousands, spread across geographically distant sites and unsecured environments. Physical security no longer covers them, so each device has to be able to prove its integrity.</p>



<p class="wp-block-paragraph">Devices stay in service for a long time. A device sold today may still be receiving firmware updates many years from now. The component that verifies those updates has to remain trustworthy for as long as the device is in use.</p>



<p class="wp-block-paragraph">There is an ongoing transition in the public-key cryptographic algorithms used for functions such as digital signatures. A sufficiently powerful quantum computer could break widely used public-key algorithms such as RSA and elliptic-curve cryptography. The timeline for such a computer remains uncertain, but long-lived devices deployed today may still be in service when current public-key algorithms are no longer considered secure.</p>



<p class="wp-block-paragraph">This matters for Hardware Root of Trust implementations that rely on digital signatures to authenticate firmware. Long-lifecycle systems therefore need to plan for quantum-resistant algorithms from the start. One way to do this is to support both classical and quantum-resistant signatures in the hardware, allowing the system to transition to quantum-resistant signatures when needed without replacing the platform.<br></p>



<h2 class="wp-block-heading"><strong>7. Conclusion</strong></h2>



<p class="wp-block-paragraph">A Hardware Root of Trust is not one more security feature added to a platform. It is the foundation that lets every other security mechanism do its job in a trusted manner.</p>



<p class="wp-block-paragraph">Depending on its implementation, a Hardware Root of Trust can anchor firmware verification, protect cryptographic keys, establish device identity and support platform integrity measurement and attestation.</p>



<p class="wp-block-paragraph">Firmware attacks keep improving and systems keep getting more connected. Building trust into the hardware needs to be a foundational design decision, not an afterthought.</p>



<div class="wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75px">
<figure class="wp-block-image size-full has-custom-border"><img fetchpriority="high" decoding="async" width="1008" height="1055" src="https://xiphera.com/wp-content/uploads/3E4A9559.jpg" alt="Reija Stenroos, Marketing Director, Xiphera" class="wp-image-13237" style="border-style:none;border-width:0px;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://xiphera.com/wp-content/uploads/3E4A9559.jpg 1008w, https://xiphera.com/wp-content/uploads/3E4A9559-287x300.jpg 287w, https://xiphera.com/wp-content/uploads/3E4A9559-978x1024.jpg 978w, https://xiphera.com/wp-content/uploads/3E4A9559-768x804.jpg 768w" sizes="(max-width: 1008px) 100vw, 1008px" /></figure>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-87b99b2d wp-block-column-is-layout-flow" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:300px"><div style="color:#0047ab;font-size:18px;font-style:normal;font-weight:700;padding-top:25;padding-right:0;padding-bottom:0;padding-left:0;margin-top:25" class="has-link-color wp-elements-1 wp-block-post-author-name has-text-color">Reija Stenroos</div>

<div style="font-size:14px" class="wp-block-post-author-biography">Marketing Director, Xiphera</div></div>
</div>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"><strong>Sources:</strong></p>



<ol start="1" class="wp-block-list">
<li>NIST, Roots of Trust project. <a href="https://csrc.nist.gov/projects/hardware-roots-of-trust" target="_blank" rel="noopener">https://csrc.nist.gov/projects/hardware-roots-of-trust</a></li>



<li>NIST SP 800-193, Platform Firmware Resiliency Guidelines, May 2018. <a href="https://doi.org/10.6028/NIST.SP.800-193" target="_blank" rel="noopener">https://doi.org/10.6028/NIST.SP.800-193</a></li>



<li>ESET Research, LoJax: First UEFI rootkit found in the wild, courtesy of the Sednit group, September 2018. <a href="https://www.welivesecurity.com/2018/09/27/lojax-first-uefi-rootkit-found-wild-courtesy-sednit-group/" target="_blank" rel="noopener">https://www.welivesecurity.com/2018/09/27/lojax-first-uefi-rootkit-found-wild-courtesy-sednit-group/</a></li>



<li>NIST CSWP 36B, Using Hardware-Enabled Security to Ensure 5G System Platform Integrity, March 2026. <a href="https://www.nccoe.nist.gov/5g-cybersecurity" target="_blank" rel="noopener">https://www.nccoe.nist.gov/5g-cybersecurity</a></li>



<li>NIST IR 8320, Hardware-Enabled Security: Enabling a Layered Approach to Platform Security for Cloud and Edge Computing Use Cases, May 2022. <a href="https://doi.org/10.6028/NIST.IR.8320" target="_blank" rel="noopener">https://doi.org/10.6028/NIST.IR.8320</a></li>



<li>Trusted Computing Group, TPM 2.0 Library Specification. <a href="https://trustedcomputinggroup.org/resource/tpm-library-specification/" target="_blank" rel="noopener">https://trustedcomputinggroup.org/resource/tpm-library-specification/</a></li>



<li>Trusted Computing Group, DICE Layering Architecture, Version 1.0, Revision 0.19, 2020. <a href="https://trustedcomputinggroup.org/wp-content/uploads/DICE-Layering-Architecture-r19_pub.pdf" target="_blank" rel="noopener">https://trustedcomputinggroup.org/wp-content/uploads/DICE-Layering-Architecture-r19_pub.pdf</a></li>



<li>Trusted Computing Group, DICE Attestation Architecture, Version 1.0, Revision 0.22, December 2020. <a href="https://trustedcomputinggroup.org/resource/dice-attestation-architecture/" target="_blank" rel="noopener">https://trustedcomputinggroup.org/resource/dice-attestation-architecture/</a></li>



<li>NIST SP 1800-34, Validating the Integrity of Computing Devices, December 2022. <a href="https://doi.org/10.6028/NIST.SP.1800-34" target="_blank" rel="noopener">https://doi.org/10.6028/NIST.SP.1800-34</a></li>



<li>Regulation (EU) 2024/2847 (Cyber Resilience Act). <a href="https://eur-lex.europa.eu/eli/reg/2024/2847/oj" target="_blank" rel="noopener">https://eur-lex.europa.eu/eli/reg/2024/2847/oj</a></li>



<li>NIST IR 8547, Transition to Post-Quantum Cryptography Standards, Initial Public Draft, November 2024. <a href="https://doi.org/10.6028/NIST.IR.8547.ipd" target="_blank" rel="noopener">https://doi.org/10.6028/NIST.IR.8547.ipd</a></li>
</ol>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Xiphera Achieves ISO/IEC 27001:2022 Certification</title>
		<link>https://xiphera.com/xiphera-achieves-iso-iec-270012022-certification/</link>
		
		<dc:creator><![CDATA[Reija Stenroos]]></dc:creator>
		<pubDate>Thu, 06 Aug 2026 07:22:19 +0000</pubDate>
				<category><![CDATA[Company news & updates]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=13336</guid>

					<description><![CDATA[Espoo, Finland, 6 August 2026– Xiphera has achieved ISO/IEC 27001:2022 certification, the internationally recognised standard for information security management, following an independent audit conducted by Into Certification Oy, an accredited certification body and subsidiary of Into Security Oy.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The certification confirms that Xiphera follows independently audited processes to protect customer information, engineering data, source code, and other sensitive information. It covers the company&#8217;s system engineering, research &amp; development, and their support services.</p>



<p class="wp-block-paragraph">For Xiphera, information security is a key part of developing hardware-based cryptographic IP for FPGAs, ASICs and SoCs. The certification gives customers and partners additional confidence that information is handled securely and according to internationally recognised standards.</p>



<p class="wp-block-paragraph"><em>&#8220;Information security is at the core of everything we do. Achieving ISO/IEC 27001 certification shows that we have strong processes in place to protect our information, our customers&#8217; information, and our business. It also supports our commitment to continuous improvement,&#8221;</em> says Timo Lilja, IT Manager at Xiphera.</p>



<p class="wp-block-paragraph">The certification supports Xiphera&#8217;s work with customers in industries where security is critical, including defence, space, telecommunications and industrial systems.</p>



<p class="wp-block-paragraph"><em>&#8220;Our customers trust us to develop security technologies for some of the world&#8217;s most demanding applications. ISO/IEC 27001 certification is an important milestone that demonstrates our commitment to secure engineering, operational excellence and continuous improvement,&#8221;</em> says Matti Tommiska, CEO of Xiphera.</p>



<p class="wp-block-paragraph"><strong>For more information:</strong><br>Matti Tommiska<br>CEO<br>Xiphera Ltd.<br>matti.tommiska@xiphera.com</p>



<p class="wp-block-paragraph"><strong>About Xiphera</strong></p>



<p class="wp-block-paragraph">Xiphera provides hardware-based security solutions with strong cryptographic expertise. By implementing cryptographic algorithms directly in hardware, Xiphera reduces security risks, protects critical data, and ensures systems function as intended in demanding environments. Xiphera&#8217;s portfolio includes over 30 IP cores used across industrial, telecommunications, data centres, defence, space, and other security-critical applications.<br><br></p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Xiphera Strengthens Its Presence in Japan with the Appointment of Yasuhiro Okumura as Country Manager</title>
		<link>https://xiphera.com/xiphera-strengthens-its-presence-in-japan-with-the-appointment-of-yasuhiro-okumura-as-country-manager/</link>
		
		<dc:creator><![CDATA[Reija Stenroos]]></dc:creator>
		<pubDate>Wed, 01 Jul 2026 05:36:36 +0000</pubDate>
				<category><![CDATA[Company news & updates]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=13251</guid>

					<description><![CDATA[Japan is a focus market for Xiphera’s cryptographic hardware security solutions, and we are pleased to welcome Yasuhiro Okumura as our new Country Manager for Japan. His appointment strengthens our local presence and supports our continued growth in the region.

]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">Yasuhiro Okumura brings to Xiphera 39 years of extensive experience in the high-tech industry, with over 30 years in senior leadership roles at global technology firms, where he successfully served as Country Manager for Japan and VP of Sales for Asia. He has a proven track record of driving business growth, developing new markets, and delivering strong sales results through strategic leadership and deep technology expertise.</p>



<p class="wp-block-paragraph">As demand for cybersecurity and secure semiconductor technologies continues to grow, Japan continues as a strategically important market for Xiphera. Strengthening our local presence enables us to offer security solutions that meet local requirements, support our customers and partners with close collaboration – and to expand our business in the region.</p>



<p class="wp-block-paragraph">“We are pleased to welcome Okumura-san to the Xiphera team,” said Tommi Lampila, CRO of Xiphera. “His experience, industry network, and market knowledge will play an important role as we continue to build our presence and serve critical industry sectors in Japan.”</p>



<p class="wp-block-paragraph">&#8220;I am thrilled to join the team and take on the role of Country Manager in Japan. Japan remains a dynamic and vital market, and I look forward to leveraging my experience to build strong partnerships, support our clients, and drive our growth here,&#8221; said Okumura, Country Manager for Japan at Xiphera.</p>



<p class="wp-block-paragraph"><strong><br>For more information:</strong><br><br>Yasuhiro Okumura<br>Country Manager, Japan</p>



<p class="wp-block-paragraph"><a href="mailto:yasuhiro.okumura@xiphera.com">yasuhiro.okumura@xiphera.com</a><br>+81-90-8893-8224<br><br>Tommi Lampila<br>CRO<br><a href="mailto:tommi.lampila@xiphera.com">tommi.lampila@xiphera.com</a><br>+358 40 162 2503</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Xiphera Selected for ESA ARTES Project to Advance Secure High-Speed Satellite Communications</title>
		<link>https://xiphera.com/xiphera-selected-for-esa-artes-project-to-advance-secure-high-speed-satellite-communications/</link>
		
		<dc:creator><![CDATA[Reija Stenroos]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 07:38:00 +0000</pubDate>
				<category><![CDATA[Company news & updates]]></category>
		<category><![CDATA[Cryptography news & updates]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=13247</guid>

					<description><![CDATA[Xiphera has been selected for a new project under the European Space Agency’s (ESA) ARTES programme. The project will focus on developing a high-speed security IP core for optical satellite communications, further strengthening Xiphera’s position as a provider of advanced hardware-based cybersecurity solutions for the space sector.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The project will develop a high-speed security IP core for optical satellite links, enabling secure data transfer at speeds of up to 100 Gbit/s. The technology is intended to support future satellite constellations and space systems that require both high-performance communications and strong cybersecurity.</p>



<p class="wp-block-paragraph">As satellites generate and transfer increasing amounts of data, communications infrastructure must evolve to support higher bandwidths without compromising security. The project addresses this challenge by combining high-speed data protection with the performance requirements of next-generation space systems.</p>



<p class="wp-block-paragraph">The project builds on Xiphera’s experience in developing hardware-based cryptographic IP and security solutions for demanding applications in the space, defense, telecommunications, and industrial sectors.</p>



<p class="wp-block-paragraph">“<em>We are excited to work with ESA on this project and contribute our expertise in hardware-based cybersecurity to future space systems,</em>” said<strong> Petri Jehkonen, Director of Strategic Programs at Xiphera. </strong>“<em>Future satellite constellations will rely on high-speed optical links capable of transferring massive amounts of data. Security must be built into these systems without compromising performance. This project gives us an opportunity to develop technologies that help address exactly that challenge</em>.”<br><br>“<em>The ARTES programme strengthens European sovereignty in core technologies for our space infrastructures, including cybersecurity and high-speed hardware cryptography. We look forward to contributing Xiphera’s subject-matter expertise in these fields to the European space ecosystem</em><strong>,” said Tommi Lampila, Chief Revenue Officer at Xiphera.</strong><br><br>The project supports the development of technologies needed for future satellite constellations, where both ultra-high data rates and strong cybersecurity are essential requirements.<br></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Xiphera collaborates with Agile Analog for Post-Quantum Cryptography challenge</title>
		<link>https://xiphera.com/xiphera-collaborates-with-agile-analog/</link>
		
		<dc:creator><![CDATA[Reija Stenroos]]></dc:creator>
		<pubDate>Wed, 17 Jun 2026 05:00:00 +0000</pubDate>
				<category><![CDATA[Company news & updates]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=13123</guid>

					<description><![CDATA[17 June 2026. Espoo, Finland. Xiphera, the hardware-based cryptographic solutions expert, has announced a collaboration with Agile Analog, the analog security IP specialist. The integration of Xiphera’s digital cryptographic cores and Agile Analog’s agileSecure anti-tamper sensor IP creates a unified defense solution for the next generation of semiconductor security. This is particularly important as the industry transitions to Post-Quantum Cryptography (PQC).]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">“Customers look for trusted technology partners that can provide solutions for multiple layers of security architecture,” says Tommi Lampila, CRO at Xiphera. He continues, “By combining our expertise, we are able to help our customers build comprehensive cryptographic and fault protection solutions for their semiconductor designs.”</p>



<p class="wp-block-paragraph">According to Chris Morrison, VP Product Marketing at Agile Analog: &#8220;As the industry prepares for the post-quantum era, we can no longer afford to view digital cryptography and physical security as separate silos. SoC designers face an increasingly complex threat landscape, demanding security solutions that are both secure and easy to integrate. Our collaboration with Xiphera addresses this challenge. By pairing their cryptographic modules with our configurable process-portable analog security IP, we are giving customers a comprehensive defense solution and meeting the growing security and system-level protection requirements in modern semiconductor designs.”</p>



<p class="wp-block-paragraph">Xiphera&#8217;s PQC algorithms offer essential, mathematically robust protection against future quantum threats. While cryptographic algorithms protect data and communications, semiconductor devices must also be protected against physical attacks and tampering. Combining Xiphera&#8217;s quantum-resistant cryptographic IP with Agile Analog&#8217;s anti-tamper sensor IP provides comprehensive security approach for modern semiconductor designs. Integrating Xiphera&#8217;s quantum-resistant digital logic with Agile Analog&#8217;s real-time analog glitch and tamper detection helps strengthen protection at both the digital and physical levels.</p>



<p class="wp-block-paragraph">Chris Morrison from Agile Analog concludes: &#8220;A truly secure semiconductor design requires safeguarding both the digital and physical domains. Robust digital cryptography is the foundation of data protection, but further protections are needed against physical manipulation of the underlying silicon. &nbsp;&nbsp;By combining Xiphera’s world-class cryptographic IP with our advanced analog glitch and tamper detectors, we eliminate these vulnerabilities. Together, we provide designers with a complete, multi-layered security subsystem that protects chips from both remote cyber threats and direct physical attacks.&#8221;</p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"><strong>About Xiphera</strong></p>



<p class="wp-block-paragraph">Xiphera provides hardware-based security solutions with strong cryptographic expertise. By implementing cryptographic algorithms directly in hardware, Xiphera reduces security risks, protects critical data, and ensures systems function as intended in demanding environments. Xiphera&#8217;s portfolio includes over 30 IP cores used across industrial, telecommunications, data centres, defence, space, and other security-critical applications. As a Finnish-founded, European-owned company, Xiphera delivers trusted security designed and developed in Europe.</p>



<p class="wp-block-paragraph"><strong><br>About Agile Analog</strong></p>



<p class="wp-block-paragraph">Agile Analog is transforming the world of analog IP with Composa™, its innovative, highly configurable, multi-process analog IP technology.Headquartered in Cambridge, UK, with a growing number of customers across the globe, Agile Analog has developed a unique way to automatically generate analog IP that meet the customer’s exact specifications, for any foundry and on any process, from legacy nodes right up to the leading edge.</p>



<p class="wp-block-paragraph">The company provides a wide-range of novel analog IP and subsystems for data conversion, power management, IC monitoring, security and always-on IP, with applications including; data centers/HPC, IoT, AI and security. The digitally wrapped and verified solutions can be seamlessly integrated, significantly reducing complexity, time and costs, helping to accelerate innovation in semiconductor design. For more information visit: <a href="http://www.agileanalog.com" target="_blank" rel="noopener">www.agileanalog.com</a></p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Xiphera contributes to SecureSoC, strengthening Finland’s cybersecurity, security of supply, and semiconductor expertise</title>
		<link>https://xiphera.com/xiphera-joins-securesoc/</link>
		
		<dc:creator><![CDATA[Reija Stenroos]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 15:19:04 +0000</pubDate>
				<category><![CDATA[Cryptography news & updates]]></category>
		<category><![CDATA[Secure Satellite Communications]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=13115</guid>

					<description><![CDATA[Tampere University has launched the SecureSoC project that aims to develop secure system-on-chip (SoC) technologies for future critical systems in Finland. This collaborative development initiative is funded by Business Finland and involves Insta, Nokia, VLSI Solution Oy, Wapice, Xiphera and TTTech Flexibilis Oy as industry partners]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The total budget for the three-year SecureSoC project is €6.7 million. Nokia’s share of the funding is provided through Business Finland’s Leading Companies programme.</p>



<h3 class="wp-block-heading">Advancing European semiconductor self-sufficiency and secure technologies</h3>



<p class="wp-block-paragraph">The SecureSoC project focuses on the development of system-on-chip (SoC) solutions that will provide a foundation for secure, high-performance products across industry, defence, automation and other critical sectors. The project is based on a security-by-design approach, incorporating AI-assisted verification methods and building on the outcomes of the earlier SoC Hub initiative.</p>



<p class="wp-block-paragraph">The new project is launched in response to a significant change in the operating environment. Under the EU Cyber Resilience Act (CRA), all network-connected products placed on the European market will be required to meet hardware-level cybersecurity requirements by 2027.</p>



<p class="wp-block-paragraph">“Cybersecurity is becoming increasingly important in light of the current climate of global uncertainty and advances in quantum computing, which threaten the integrity of existing cryptographic algorithms.The SecureSoC project, coordinated by Tampere University, represents a natural continuation of the SoC Hub community’s efforts to strengthen expertise in secure chip technologies. Within this project, the University will undertake research that will, for example, support the advancement of our digital and analogue components towards commercial readiness.SecureSoC is also the first initiative under SoC Hub in which Tampere University engages in close collaboration with OpenTitan, an open-source silicon Root of Trust (RoT) project, as an official research partner,” says <strong>Pekka Jääskeläinen</strong>, Professor of Computer Sciences at Tampere University.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="577" src="https://xiphera.com/wp-content/uploads/image-1024x577.png" alt="" class="wp-image-13116" srcset="https://xiphera.com/wp-content/uploads/image-1024x577.png 1024w, https://xiphera.com/wp-content/uploads/image-300x169.png 300w, https://xiphera.com/wp-content/uploads/image-768x432.png 768w, https://xiphera.com/wp-content/uploads/image.png 1300w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">SecureSoC kick-off meeting in May 2026.</figcaption></figure>



<h3 class="wp-block-heading">Industry partners contribute specialist expertise</h3>



<p class="wp-block-paragraph">The industry partners involved in SecureSoC bring strong specialist expertise to the project, spanning hardware-level cybersecurity, software development and system-level design. This university-industry collaboration enables a comprehensive approach in which security, performance and usability are integrated into a coherent whole from the earliest stages of the design process.</p>



<p class="wp-block-paragraph">“A key strength of the SecureSoC project lies in the complementary expertise of the partners. VLSI Solution contributes specialist expertise in compact system-on-chip (SoC) design and RISC‑V-based processing, reinforced by the capabilities of the other consortium members in hardware-based cybersecurity, cryptography and system-level security. VLSI Solution aims to leverage the expertise generated through the project in the development of both next-generation secure, network-connected SoCs and customer-specific solutions,” says <strong>Teppo Karema</strong>, CEO of VLSI Solution.</p>



<p class="wp-block-paragraph">“Security must be built into technology from the chip level upwards.SecureSoC provides Xiphera with an opportunity to integrate our hardware-based cybersecurity and cryptographic IP solutions into next-generation Finnish semiconductor architectures, while strengthening national expertise in the development of secure digital systems,” says <strong>Petri Jehkonen</strong>, Director of Strategic Programs at Xiphera.</p>



<p class="wp-block-paragraph">The significance of safety extends from technical solutions to broader societal goals, including digital sovereignty and security of supply.</p>



<p class="wp-block-paragraph">“In the future, secure system-on-chip solutions will be as important to digital sovereignty and security of supply as networks, software and communications systems.Through the SecureSoC project, Insta is contributing to the development of expertise and technologies that strengthen both Insta’s and Finland’s ability to develop domestically produced, high-assurance hardware-based systems, with security extending across the entire supply chain,” says <strong>Tatu Männistö</strong>, Senior Director of Technology at Insta Advance Oy.</p>



<p class="wp-block-paragraph">In practical applications, safety also encompasses the manageability and reliability of systems throughout their entire life cycle.</p>



<p class="wp-block-paragraph">“Wapice works with its customers to develop systems that are integrated into critical societal infrastructure. Increasing system connectivity, growing software complexity and the resulting maintenance demands require a seamless chain of trust extending from the chip level to application software. Within the SecureSoC project, Wapice is developing next-generation, quantum-secure cybersecurity solutions to protect edge devices and their software, ensuring end-to-end security throughout the system lifecycle”, says <strong>Sakari Junnila</strong> from Wapice.</p>



<p class="wp-block-paragraph">“Secure SoC provides Nokia with a powerful co-innovation environment to advance next-generation system-on-chip design and talent. We are applying artificial intelligence to accelerate design and verification, while progressing virtual environments and digital twins to enable earlier software development and validation. This work strengthens our expertise and drives faster, more efficient SoC development,” said<strong> Derek Urbaniak</strong>, Head of RAN RD SoC at Nokia.</p>



<h3 class="wp-block-heading">SecureSoC lays the foundation for long-term semiconductor development in Finland</h3>



<p class="wp-block-paragraph">The evaluation framework developed within the SecureSoC project will also serve as a foundation for Finland’s emerging semiconductor IP roadmap and marketplace. It will provide a platform for integrating, testing and validating reusable IP blocks, subsystems and future SoC derivatives.</p>



<p class="wp-block-paragraph">SecureSoC is therefore not only an individual research project but also lays the groundwork for the sustained development of semiconductor technologies in Finland.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Rise of Physical AI and Robotics: Why Hardware-Based Security is Non-Negotiable</title>
		<link>https://xiphera.com/the-rise-of-physical-ai-and-robotics-why-hardware-based-security-is-non-negotiable/</link>
		
		<dc:creator><![CDATA[Sara Brax]]></dc:creator>
		<pubDate>Thu, 07 May 2026 11:41:35 +0000</pubDate>
				<category><![CDATA[Cryptography news & updates]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=11814</guid>

					<description><![CDATA[Whether you’re a technologist, business leader, or simply curious, physical AI is reshaping how we live, work, and interact with the world. Its potential to augment human capabilities, solve global challenges, and create new industries is why physical AI is dominating conversations today. But how do we secure these systems against cyber threats that could have real-world consequences?]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph"><strong>Introduction</strong></p>



<p class="wp-block-paragraph">As artificial intelligence moves beyond the digital realm and into our physical world, it brings unprecedented opportunities and risks. These systems power everything from autonomous vehicles to smart infrastructure, and they’re no longer just processing data. They’re interacting with environments, making real-time decisions, and handling sensitive data.</p>



<p class="wp-block-paragraph">From agriculture to surgery and transportation, physical AI and robotics are transforming industries. Robots assist in planting, harvesting, and crop health monitoring, while AI-driven systems revolutionize surgery and Unmanned Aerial Vehicles (UAVs) play a strategic role in logistics, environmental monitoring, public safety and mission-critical operations. As their role expands, so does the urgency to secure them effectively.</p>



<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-medium-font-size wp-block-paragraph"><strong>The Risks of Unsecured Physical AI and Robotics</strong></p>



<p class="wp-block-paragraph">AI and robotics are not immune to security risks. As these systems move from digital environments into the physical world, the attack surface expands dramatically, turning every component into a potential target. Without robust cryptographic security solutions, physical AI systems become vulnerable to unauthorized access and tampering.</p>



<p class="wp-block-paragraph">Attacks on physical AI and robotics platforms fall into two categories: physical attacks and digital attacks. Physical attacks involve the act of physically manipulating hardware with the aim of either disrupting function or obtaining unauthorized access. Digital attacks mainly concern software-related attacks that aim to exploit the vulnerabilities within the physical AI system’s software components. Both may lead to serious consequences for data and safety in the physical world.</p>



<p class="wp-block-paragraph">Xiphera’s hardware-based security protects critical functions at the hardware level, reducing exposure to these threats.</p>



<div style="height:34px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-medium-font-size wp-block-paragraph"><strong>Physical Attacks</strong></p>



<p class="wp-block-paragraph">Robust cryptographic solutions and hardware-based security are crucial in mitigating physical attacks (<em>Security Considerations in AI-Robotics: A Survey of Current Methods, Challenges, and Opportunities, 2023</em>). These include physically damaging sensors, spoofing, jamming, and manipulation.</p>



<p class="wp-block-paragraph">Spoofing involves manipulating sensor data, communication signals, or environmental inputs to deceive the AI system into perceiving false reality. One example is LiDAR spoofing, which entails injecting fake laser returns to make a robot “see” obstacles or paths that don’t exist. This can disrupt the robot’s navigation system.</p>



<p class="wp-block-paragraph">Hardware-based cryptography can significantly reduce the risk of spoofing in robotic systems by ensuring the authenticity, integrity, and confidentiality of sensor data, communication, and control signals. In the LiDAR example, hardware-based solutions can prevent attackers from injecting fake sensor data by using cryptographic data verification.</p>



<p class="wp-block-paragraph">Another physical attack method is jamming, which refers to overwhelming a physical AI system’s sensors or communication channels with noise, false signals, or excessive data. The goal is to deny service, degrade performance, or force the physical AI system into unsafe operating conditions. Examples of jamming attacks include disrupting military drones with RF noise to force them to land or return to base.</p>



<p class="wp-block-paragraph">While hardware-based cryptography cannot directly affect physical vulnerabilities of physical AI systems, it can mitigate the impact of jamming and improve overall system resilience by verifying the integrity and origin of received data. By implementing hardware-based encryption (e.g. AES-GCM or AES-XTS) for secondary communication channels, the physical AI system can switch to a secure channel if the primary channel is compromised. Cryptographic keys remain secure for establishing trusted connections post-jamming.</p>



<p class="wp-block-paragraph">Finally, let’s talk manipulation. Some studies have brought to light the vulnerability of Inertial Measurement Unit sensors (IMUs) employed in robotic systems. Targeted attacks aim to disrupt velocity measurement, which can cause physical AI systems to lose control, leading to accidents and malfunctions.</p>



<p class="wp-block-paragraph">Hardware-based cryptography can detect tampering, ensure data integrity, and mitigate the impact of physical attacks. If an attacker manipulates IMU data (e.g. by injecting false signals or altering readings), the cryptographic signature will fail verification, and the system rejects tampered data. Hardware-based secure boot ensures that only authenticated firmware runs on both the IMU and the physical AI system’s control unit.</p>



<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-medium-font-size wp-block-paragraph"><strong>Other Attacks</strong></p>



<p class="wp-block-paragraph">Physical AI and robotics systems can also suffer from other common cybersecurity attacks, such as backdoor attacks, malware and ransomware.</p>



<p class="wp-block-paragraph">A backdoor attack is a stealthy technique of bypassing normal authentication methods to gain unauthorized access to a system and remotely control it. Malware can target systems such as surgical robots, enabling the attacker to track the movements of the robot’s arm and trigger the attack payload during important tasks. Ransomware attacks in the context of industrial robots attempt to lock them to extort ransom from the manufacturer.</p>



<p class="wp-block-paragraph">Hardware-based cryptography can mitigate these risks by preventing unauthorized or malicious firmware (containing backdoors, malware or ransomware) from executing and authorizing only authenticated, unaltered code runs.</p>



<p class="wp-block-paragraph">The consequences of unsecured physical AI and robotics are severe. Compromised systems in autonomous vehicles, surgical robots, or industrial machinery can lead to accidents, injuries, or even fatalities. Sensitive data breaches expose users and organizations to harm, while critical infrastructure disruptions result in downtime, financial losses, or safety hazards.</p>



<p class="wp-block-paragraph">These examples are just a glimpse of the risks posed by unsecured physical AI and robotics. They highlight the urgent truth: cryptographic security solutions are essential to safeguarding the integrity, reliability, and safety of AI-driven systems in our physical world.</p>



<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-medium-font-size wp-block-paragraph"><strong>More on Why Hardware-Based Security is a Game Changer</strong></p>



<p class="wp-block-paragraph">We’ve explored how hardware-based cryptography protects physical AI systems and touched some of its advantages along the way. Let’s bring these benefits together to see why it’s a true game changer.</p>



<p class="wp-block-paragraph">Hardware-based cryptography addresses the challenge of keeping physical AI and robotics systems secure by embedding security directly into the physical components of a device. Hardware-based security is more resistant <em>to tampering, reverse engineering, and malicious modifications, making it ideal for physical AI applications where unauthorized access could have catastrophic consequences.</em></p>



<p class="wp-block-paragraph">Trust in physical AI and robotics systems needs to be founded on consistent reliability, which is something updatable software cannot provide. Security architectures like <strong>hardware root of trust</strong> and <strong>secure boot</strong> are not only designed as inherently trusted foundations, but they also make sure that after initiation, the integrity and authenticity of firmware and configuration of a device is verified, which counters logical attacks. Additionally, a secure update mechanism ensures that when logical vulnerabilities are identified, they can be mitigated.</p>



<p class="wp-block-paragraph">Security isn’t just about protection; it’s also about performance. Physical AI and robotics often demand real-time decision-making, where even milliseconds of delay can make the difference between safety and disaster. Software-based cryptography often introduces latency, creating bottlenecks that compromise real-time responsiveness. Hardware-based cryptography offers optimised latency and ensures consistent, predictable execution of security operations. By offloading these tasks to dedicated hardware, systems can maintain the precision, speed and reliability required for life-critical applications.</p>



<p class="wp-block-paragraph">Hardware security IP is optimized for specific cryptographic tasks, consuming significantly less power compared to software. This efficiency is critical for battery-powered robots, drones, and edge AI devices, where energy consumption directly affects operational lifespan.</p>



<p class="wp-block-paragraph">Hardware-based cryptography doesn’t just secure physical AI and robotics. It enables them to operate at their full potential, delivering both trust, energy efficiency, and real-time performance.</p>



<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-medium-font-size wp-block-paragraph"><strong>Conclusion</strong></p>



<p class="wp-block-paragraph">In the age of physical AI and robotics, security is everything. Digital attacks and physical attacks like spoofing, jamming, and manipulation threaten not only the functionality of these systems but also the safety and security of environments and people they interact with.</p>



<p class="wp-block-paragraph">Hardware-based cryptography provides a robust foundation for securing physical AI and robotics. By embedding security directly into hardware, we can authenticate sensor data, protect communication channels, and ensure the integrity of critical systems. Hardware-based solutions offer resilience against tampering, real-time performance for life-critical applications, and energy efficiency for battery powered devices.</p>



<p class="wp-block-paragraph">Xiphera specialises in hardware-based security, addressing the unique challenges of physical AI and robotics with solutions that are as innovative as they are reliable. As these technologies continue to evolve, so must our commitment to safeguarding them. The future of AI and robotics isn’t just about what they can do; it’s about ensuring they can do it securely, efficiently, and without compromise.</p>



<p class="wp-block-paragraph">By prioritizing hardware-based security today, we pave the way for a safer, more trustworthy integration of physical AI and robotics into our daily lives. This way we’re protecting not just the systems themselves, but the people and industries that depend on them.</p>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph"><strong>Sources:</strong></p>



<p class="wp-block-paragraph"><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10423748" data-type="link" data-id="https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10423748" target="_blank" rel="noopener">Neupane et al. (2023): “Security Considerations in AI-Robotics: A Survey of Current Methods, Challenges, and Opportunities”. IEEE Access (Peer-reviewed journal by the Institute of Electrical and Electronics Engineers).</a></p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75px">
<figure class="wp-block-image size-full has-custom-border"><img decoding="async" width="1924" height="1924" src="https://xiphera.com/wp-content/uploads/Sara_BW-e1778152288405.jpg" alt="" class="wp-image-11580" style="border-style:none;border-width:0px;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://xiphera.com/wp-content/uploads/Sara_BW-e1778152288405.jpg 1924w, https://xiphera.com/wp-content/uploads/Sara_BW-e1778152288405-300x300.jpg 300w, https://xiphera.com/wp-content/uploads/Sara_BW-e1778152288405-1024x1024.jpg 1024w, https://xiphera.com/wp-content/uploads/Sara_BW-e1778152288405-150x150.jpg 150w, https://xiphera.com/wp-content/uploads/Sara_BW-e1778152288405-768x768.jpg 768w, https://xiphera.com/wp-content/uploads/Sara_BW-e1778152288405-1536x1536.jpg 1536w" sizes="(max-width: 1924px) 100vw, 1924px" /></figure>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-87b99b2d wp-block-column-is-layout-flow" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:300px"><div style="color:#0047ab;font-size:18px;font-style:normal;font-weight:700;padding-top:25;padding-right:0;padding-bottom:0;padding-left:0;margin-top:25" class="has-link-color wp-elements-2 wp-block-post-author-name has-text-color">Sara Brax</div>

<div style="font-size:14px" class="wp-block-post-author-biography">Marketing Coordinator, Xiphera</div></div>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>One Year in: Reija Stenroos Reflects on Her Role as Xiphera’s Marketing Director</title>
		<link>https://xiphera.com/one-year-in-reija-stenroos-reflects-on-her-role-as-xipheras-marketing-director/</link>
		
		<dc:creator><![CDATA[Sara Brax]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 09:13:30 +0000</pubDate>
				<category><![CDATA[Company news & updates]]></category>
		<category><![CDATA[Artikkelilla on kirjoittaja]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Cryptographic solutions]]></category>
		<category><![CDATA[Hardware-based security solutions]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Marketing solutions]]></category>
		<category><![CDATA[Visual identity]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=11557</guid>

					<description><![CDATA[Reija Stenroos, our Marketing Director, joined Xiphera in March 2025. This spring, she celebrated her first anniversary with the company. We sat down with Reija to hear her insights and reflections on her first year at Xiphera. ]]></description>
										<content:encoded><![CDATA[
<p class="has-text-color has-link-color wp-elements-3 wp-block-paragraph" style="color:#757575"><em>Reija hiking through the vast landscapes of Mongolia. When she&#8217;s not working, you&#8217;ll find her exploring different corners of the world.</em></p>



<p class="wp-block-paragraph">“When I joined the team, Xiphera’s marketing already had a strong foundation. That made it easier to develop new, measurable strategies”, she states when asked, how Xiphera’s marketing strategy has changed in the past year. “For me, measurability is key. It’s essential to track what works and what doesn’t, using data to guide our actions.”</p>



<p class="wp-block-paragraph">With a strong background in sales, Reija emphasizes the importance of aligning marketing and sales within a company. “It’s been great to see how closely sales and marketing work together here at Xiphera,” she says. “I believe it’s important that marketing and sales communicate openly. Everything we do in marketing helps move the business forward, whether the results come quickly or over time. To me, it doesn’t make sense to keep the two separate.”</p>



<p class="wp-block-paragraph">Beyond strengthening Xiphera’s industry presence, Reija focuses on keeping a steady flow of inbound leads. “Because of my sales background, I focus on bringing in new opportunities and keeping the pipeline active. At the end of the day, marketing helps drive revenue.”</p>



<p class="wp-block-paragraph">Reija began her career at Xiphera working remotely from home, which made it harder to break into the industry. Without her colleagues nearby, she struggled to get into cryptography. During her first year at Xiphera, a positive change has been the company’s expansion to Tampere, where we now have an office.</p>



<p class="wp-block-paragraph">For Reija, one of the best things in her role at Xiphera, is that marketing is truly valued. She feels trusted in her expertise and has the freedom to explore different ways of doing marketing.</p>



<p class="wp-block-paragraph">“Cryptography isn’t the easiest subject for sure, but from day one I’ve been supported by experts and am learning something new every day. That’s what makes this role so interesting,” Reija says.</p>



<p class="wp-block-paragraph">“We want to be one of the world-recognized experts and leaders in hardware-based security and cryptography, and to achieve that, we need to systematically build our brand image on all platforms. Since I started at Xiphera, we have continued to develop our marketing capabilities and strengthen our visibility across key channels. This creates opportunities to make our marketing even more impactful and better support the company’s growth.”</p>



<p class="wp-block-paragraph">Xiphera’s marketing focuses on further developing our brand, website, and user experience, while also strengthening our visual identity. By closely tracking user flows, we ensure every interaction is intuitive, helping people find exactly what they need, faster and with ease.</p>



<p class="wp-block-paragraph">Why? Because we believe that great design is not just about aesthetics. It’s about creating seamless experiences that connect with our audience.</p>



<p class="wp-block-paragraph">Reflecting on the past year, Reija pauses for a moment before smiling and summing it up:</p>



<p class="wp-block-paragraph">“A year of stepping outside of my comfort zone and embracing constant learning. Cryptography is a field where there’s always more to discover and accepting that I can’t know everything has been tough. The challenges are real, but so are the rewards. It’s exciting to market Xiphera’s world-class solutions, especially at a time when cybersecurity is more important than ever.”</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Satellite communications are no longer as secure as assumed</title>
		<link>https://xiphera.com/satellite-communications-are-no-longer-as-secure-as-assumed/</link>
		
		<dc:creator><![CDATA[Reija Stenroos]]></dc:creator>
		<pubDate>Thu, 19 Mar 2026 07:49:45 +0000</pubDate>
				<category><![CDATA[Cryptography news & updates]]></category>
		<category><![CDATA[Secure Satellite Communications]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=11234</guid>

					<description><![CDATA[Satellite links are often considered inherently secure due to their distance and specialised infrastructure. In reality, this assumption no longer holds.

Sensitive data from critical infrastructure, enterprises, in-flight connectivity, and even government systems is increasingly transmitted over satellite networks without sufficient protection. At the same time, satellite communications are becoming a target for both cyber and geopolitical actors.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The “Don’t Look Up” study reveals just how significant these gaps are. By analysing 39 satellites, 25 orbital positions, and 411 transponders using low-cost equipment, researchers were able to map real satellite traffic at an unprecedented scale.</p>



<p class="wp-block-paragraph">The findings highlight a clear concern. Around 50% of GEO satellite links still transmit unencrypted IP traffic. While encryption has long been standard for satellite TV, many IP-based communications lack sufficient link- and network-layer protection. As a result, sensitive data can be exposed.</p>



<h3 class="wp-block-heading"><strong>Encryption gaps in satellite networks</strong></h3>



<p class="wp-block-paragraph">The study further shows that network-layer encryption, such as IPSec, is rarely used in private satellite networks. Unlike the public internet, where TLS is standard, internal satellite communications often remain unprotected.</p>



<p class="wp-block-paragraph">At the same time, this is not just a theoretical risk. According to Financial Times, Russian satellites have maneuvered close to European communication satellites and may have intercepted or monitored their data traffic, in some cases remaining nearby for weeks. The situation is particularly concerning because some older satellites still rely on unencrypted links, including control and command channels, increasing the risk of exposure.</p>



<h3 class="wp-block-heading"><strong>What this means for organisations and how to secure satellite communications</strong></h3>



<p class="wp-block-paragraph">Taken together, these findings highlight a clear reality: satellite communications are both vulnerable and actively targeted. Organisations relying on GEO satellites may be exposing sensitive data, from operational systems to internal communications, without realising it. The long-standing assumption that satellite links are inherently secure no longer holds.</p>



<p class="wp-block-paragraph">This is where Xiphera can make a real difference. With hardware-based, quantum-resistant cryptographic solutions, Xiphera helps satellite operators secure their networks from the ground up.</p>



<p class="wp-block-paragraph">Xiphera’s portfolio covers the full spectrum of satellite security from Secure Boot and TRNG to AES-256-GCM and post-quantum cryptography, enabling protection across both link and network layers.</p>



<p class="wp-block-paragraph">Fully hardware-based designs reduce attack surface and ensure reliable operation in space. With Xiphera, satellite operators can protect sensitive data, prevent leaks, and strengthen their systems against current and future threats.</p>



<h3 class="wp-block-heading"><strong>Conclusion</strong></h3>



<p class="wp-block-paragraph">Satellite links can no longer be assumed secure. In a world where both technical vulnerabilities and geopolitical threats are increasing, security must be built in by design, from the ground up. <br><a href="https://xiphera.com/industries/space-satellites/" data-type="page" data-id="8703">Learn more about how Xiphera secures satellite systems.</a></p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"><em>Read the full research here: <a href="https://doi.org/10.1145/3719027.3765198" target="_blank" rel="noopener">Don’t Look Up: There Are Sensitive Internal Links in the Clear on GEO Satellites</a><br>Read Financial Times article </em><a href="https://www.ft.com/content/cd08c49c-658e-49c9-9a15-234f2bfc2074" target="_blank" rel="noopener"><em>here</em>. </a></p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75px">
<figure class="wp-block-image size-full has-custom-border"><img loading="lazy" decoding="async" width="907" height="898" src="https://xiphera.com/wp-content/uploads/Reija_author_image.jpg" alt="" class="wp-image-11746" style="border-width:100px;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://xiphera.com/wp-content/uploads/Reija_author_image.jpg 907w, https://xiphera.com/wp-content/uploads/Reija_author_image-300x297.jpg 300w, https://xiphera.com/wp-content/uploads/Reija_author_image-150x150.jpg 150w, https://xiphera.com/wp-content/uploads/Reija_author_image-768x760.jpg 768w" sizes="(max-width: 907px) 100vw, 907px" /></figure>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-87b99b2d wp-block-column-is-layout-flow" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:300px"><div style="color:#0047ab;font-size:18px;font-style:normal;font-weight:700;padding-top:25;padding-right:0;padding-bottom:0;padding-left:0;margin-top:25" class="has-link-color wp-elements-4 wp-block-post-author-name has-text-color">Reija Stenroos</div>

<div style="font-size:14px" class="wp-block-post-author-biography">Marketing Director, Xiphera</div></div>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why Post-Quantum Cryptography Doesn’t Replace Classical Cryptography</title>
		<link>https://xiphera.com/why-post-quantum-cryptography-doesnt-replace-classical-cryptography/</link>
		
		<dc:creator><![CDATA[Reija Stenroos]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 09:32:32 +0000</pubDate>
				<category><![CDATA[Cryptography news & updates]]></category>
		<guid isPermaLink="false">https://xiphera.com/?p=11221</guid>

					<description><![CDATA[As quantum computing advances, discussions around the future of cryptography are becoming increasingly common. In many conversations, one message is often heard: in the future, only quantum-safe cryptography will be needed.

While quantum computing does introduce real risks to certain cryptographic systems, the reality is more nuanced. Future secure systems will not solely on a single “quantum-safe” algorithm. Instead, they will continue to combine multiple cryptographic technologies.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">To understand why, we spoke with <strong>Kimmo Järvinen, Co-founder and CTO of Xiphera </strong>and a long-time researcher in cryptographic engineering.</p>



<p class="wp-block-paragraph">Kimmo Järvinen is a hardware cryptography engineer and researcher with nearly 20 years of experience in the field. He has authored more than 60 scientific publications on cryptography, cryptographic engineering, and secure embedded systems, and holds a PhD in electrical engineering from Helsinki University of Technology.</p>



<p class="wp-block-paragraph">According to Järvinen, post-quantum cryptography will be an important part of the future, but it will not replace the rest of the cryptographic toolbox.</p>



<h2 class="wp-block-heading"><strong>Why quantum computers threaten some cryptography</strong></h2>



<p class="wp-block-paragraph">The main risk posed by quantum computing targets public-key cryptography. Algorithms such as RSA and elliptic curve cryptography rely on mathematical problems that are extremely difficult for classical computers to solve. However, if sufficiently powerful quantum computers become available, Shor’s algorithm could solve these problems significantly faster.</p>



<p class="wp-block-paragraph">This means an attacker could derive private keys from public keys, breaking the security assumptions behind widely used cryptographic systems.</p>



<p class="wp-block-paragraph">“This is why post-quantum cryptography is being developed,” Järvinen explains. “If large-scale quantum computers become available, the mathematical foundations of current public-key systems would no longer provide sufficient security.”</p>



<p class="wp-block-paragraph">As a result, new algorithms such as ML-KEM and ML-DSA are being standardized to replace vulnerable public-key methods.</p>



<h2 class="wp-block-heading"><strong>Not all cryptography is vulnerable to quantum attacks</strong></h2>



<p class="wp-block-paragraph">Despite the attention given to post-quantum cryptography, quantum computing does not threaten all cryptographic algorithms. Secure systems also rely on symmetric encryption, hash functions, and random number generation, which remain essential even in the post-quantum era.</p>



<p class="wp-block-paragraph">For example, symmetric encryption algorithms such as AES are not broken by known quantum algorithms. The theoretical advantage provided by Grover’s algorithm can be mitigated by increasing key sizes, for example, by using AES-256.</p>



<p class="wp-block-paragraph">This means that much of the cryptographic infrastructure used today will continue to play a key role in secure systems.</p>



<h2 class="wp-block-heading"><strong>Cryptography is a system, not a single algorithm</strong></h2>



<p class="wp-block-paragraph">Modern security protocols combine multiple cryptographic components, each serving a specific purpose. A good example is HTTPS. When a browser connects to a server, the TLS handshake uses public-key cryptography to authenticate the server and establish a shared secret. Once the secure session has been established, the actual data exchange is protected using symmetric encryption, typically AES.</p>



<p class="wp-block-paragraph">“In real systems, cryptography always works as a combination of algorithms,” Järvinen says. “Public-key cryptography is just one part of the overall security architecture.”</p>



<h2 class="wp-block-heading"><strong>Why hybrid cryptography is emerging</strong></h2>



<p class="wp-block-paragraph">Another reason the transition will take time is the relative novelty of post-quantum algorithms.<ins> </ins>Although they have been carefully studied and standardized, classical algorithms such as RSA and elliptic curve cryptography have been analyzed for decades. Because of this, many experts recommend to use hybrid approaches.</p>



<p class="wp-block-paragraph">Hybrid cryptography combines traditional public-key algorithms with post-quantum algorithms. This ensures security even if weaknesses are discovered in newly introduced PQC methods.</p>



<h2 class="wp-block-heading"><strong>Conclusion</strong></h2>



<p class="wp-block-paragraph">Post-quantum cryptography will play an important role in preparing for a future where quantum computers may exist. One of the key concerns is the so-called “harvest now, decrypt later” threat, where encrypted data is collected today and stored in the hope that future quantum computers could eventually break the encryption.</p>



<p class="wp-block-paragraph">But post-quantum cryptography will not replace the full set of cryptographic technologies used today. Instead, future systems will rely on layered security architectures, combining classical and post-quantum cryptography. “Quantum-safe algorithms are essential for the future,” Järvinen concludes. “But secure systems will always require more than just one type of cryptography.”</p>



<p class="wp-block-paragraph">At Xiphera, we design hardware-based cryptographic IP cores that support both classical and post-quantum algorithms for FPGA and ASIC designs. If you are evaluating how to build quantum-safe systems or planning your cryptographic transition, our team is <a href="https://xiphera.com/contact/" data-type="page" data-id="8607">happy to discuss</a> secure architecture options.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
