COMPANY INFO
QuSecure, Inc. is a post-quantum cybersecurity company founded in 2019 by Dave Krauthamer, Skip Sanzeri, Rebecca Krauthamer, and Kosta Vilk. The company has between 51 and 200 employees and is headquartered in San Mateo, California. QuSecure provides advanced quantum-resistant cryptography solutions designed to protect enterprise and government data from both quantum and classical cybersecurity threats. Their technology focuses on delivering future-proof, crypto-agile security that can be deployed on existing infrastructure to safeguard against emerging quantum computing risks. The official website is https://www.qusecure.com.
This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.
QuSecure, Inc. is a leading post-quantum cybersecurity company founded in 2019, operating in the cybersecurity industry. Headquartered in San Mateo, California, with an additional R&D center in Petaluma, QuSecure, Inc. offers advanced quantum-resistant cryptography solutions. These solutions are designed to protect enterprise and government data from both quantum and classical cybersecurity threats, focusing on delivering crypto-agile security that can be seamlessly deployed on existing infrastructures. With a workforce of 51 to 200 employees, QuSecure is at the forefront of defending critical data from emerging threats presented by quantum computing.
QuSecure, Inc. funding history highlights their strategic approach to scaling quantum-resistant cybersecurity technology. The company has raised a total of $28 million across three funding rounds—two Seed rounds and one Series A round. The most recent Series A round in February 2025 raised $28 million and marked a key milestone as QuSecure expanded its go-to-market efforts and product capabilities. Their investors include well-known venture capital firms and strategic industry partners, underscoring their momentum and industry validation. The QuSecure, Inc. funding strategy demonstrates a clear focus on product innovation, scaling operations, and targeting secure infrastructure opportunities across enterprise and government sectors.
This Series A funding round was led by Two Bear Capital, with participation from Accenture Ventures, and was aimed at advancing the delivery of crypto-agile, quantum-resistant cybersecurity solutions. The capital is being used for accelerating product development, go-to-market initiatives, and expanding QuSecure's customer base within government, financial, and critical infrastructure industries.
This Seed round, led by Accenture, provided resources to support QuSecure’s ongoing development and fuel business growth as the company began to scale its offering and partnerships.
The initial Seed funding, led by EvoNexus, supported early product development and enabled QuSecure to establish its initial presence in the market.
Two Bear Capital is a leading venture capital firm focused on high-impact technology companies in cybersecurity, health tech, and enterprise software. They led QuSecure, Inc.'s Series A round, providing not only capital but valuable expertise in scaling breakthrough security technologies.
Accenture is a global professional services company with deep expertise in digital, cloud, and security. As a lead investor in QuSecure, Inc.'s Seed round and a Series A participant, Accenture brings strategic industry partnerships, further validating QuSecure’s innovative approach to post-quantum cybersecurity.
EvoNexus is a nonprofit technology incubator headquartered in California. As the early lead investor, EvoNexus played a pivotal role in QuSecure, Inc.'s initial Seed round, supporting the company's early development, product innovation, and market launch.
Websets is a powerful natural language search and data enrichment tool that helps you discover comprehensive funding information for any company. Whether you're researching QuSecure, Inc. funding rounds or exploring investment data for other companies, Websets provides detailed insights into funding history, investors, and financial milestones.
With Websets, you can access detailed funding profiles, investor information, and financial data through intuitive natural language queries. Sign up now to enhance your funding research capabilities.
This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.
Exa searches the web, extracts relevant source content, and returns structured outputs with citations.
const run = await exa.agent.runs.create({
query: "Research Qusecure's funding rounds, key investors, total raised, and latest funding date. Return structured JSON with field-level citations.",
effort: "low",
outputSchema: {
// company, fundingRounds, keyInvestors, totalRaised
/* ... */
}
});
const result = await exa.agent.runs.pollUntilFinished(run.id);{
"status": "completed",
"output": {
"structured": {
"company": "Qusecure",
"fundingRounds": [
"..."
],
"keyInvestors": [
"..."
],
"totalRaised": "QuSecure has raised a total of $28 million over 3 funding rounds consisting of 2 Seed rounds and 1 Series A round. The latest funding was a Series A round held on February 12, 2025, raising $28 million led by Two Bear Capital with participation from Accenture Ventures. The Series A funding was aimed at product development, accelerating go-to-market initiatives, and expanding the customer base across government, financial, and critical infrastructure sectors. The two Seed rounds occurred on January 16, 2023, and January 22, 2025, with undisclosed amounts. Key investors include Two Bear Capital, Accenture Ventures, and EvoNexus. Overall, the funding rounds are: 1) Seed round on January 16, 2023, undisclosed amount, led by EvoNexus; 2) Seed round on January 22, 2025, undisclosed amount, led by Accenture; 3) Series A round on February 12, 2025, $28 million, led by Two Bear Capital for product development and market expansion."
},
"grounding": [
{
"field": "fundingRounds[0].amount",
"citations": [
{
"url": "..."
}
]
}
]
}
}