{"id":49240,"date":"2026-08-06T18:43:13","date_gmt":"2026-08-06T18:43:13","guid":{"rendered":"https:\/\/cryptomag.finance\/?p=49240"},"modified":"2026-08-06T18:43:13","modified_gmt":"2026-08-06T18:43:13","slug":"the-end-of-the-closed-source-era-is-at-hand-obscurity-was-never-security","status":"publish","type":"post","link":"https:\/\/cryptomag.finance\/?p=49240","title":{"rendered":"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security"},"content":{"rendered":"<p><a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/\">Bitcoin Magazine<\/a><br \/>\n<img decoding=\"async\" src=\"https:\/\/bitcoinmagazine.com\/wp-content\/uploads\/2026\/07\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014.jpg\" \/><br \/>\n<a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/technical\/the-end-of-the-closed-source-era-is-at-hand-obscurity-was-never-security\">The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security<\/a><\/p>\n<div><\/div>\n<p class=\"wp-block-paragraph\">Over the last few days, people who were trying to do everything right lost their Bitcoin. They bought a respected hardware signer, generated a seed offline using that device, and trusted the device to do the one thing a signer exists to do: produce a number no one else can guess. The Coldcard did not. A <a href=\"https:\/\/engineering.block.xyz\/blog\/predictable-rng-fallback-and-32-bit-reseed-in-coldcard-firmware\" target=\"_blank\" rel=\"noopener\">preprocessor guard that checked the wrong thing<\/a> had quietly routed seed generation to a weak software PRNG (pseudorandom number generator), MicroPython\u2019s Yasmarang, instead of the hardware entropy source. On some models the effective entropy <a href=\"https:\/\/blog.coinkite.com\/entropy-technical-backgrounder\/\" target=\"_blank\" rel=\"noopener\">collapsed to around 40 bits<\/a>. The flaw <a href=\"https:\/\/blog.coinkite.com\/coldcard-mk3-seed-generation-warning\/\" target=\"_blank\" rel=\"noopener\">shipped in March 2021<\/a> and sat in publicly readable firmware for more than five years. Attackers swept <a href=\"https:\/\/decrypt.co\/374766\/38m-in-bitcoin-drained-by-coldcard-key-flaw-its-maker-thinks-ai-found\" target=\"_blank\" rel=\"noopener\">500 addresses<\/a> before anyone understood why; within days <a href=\"https:\/\/x.com\/glxyresearch\/status\/2083181683067506899\">Galaxy Research\u2019s tally<\/a> reached 4,585 addresses and nearly $90 million; the attack is ongoing as of the date of this article.<\/p>\n<p class=\"wp-block-paragraph\">Coinkite\u2019s working assumption, with wide agreement on X, is that <a href=\"https:\/\/blog.coinkite.com\/entropy-technical-backgrounder\/\" target=\"_blank\" rel=\"noopener\">someone used AI<\/a> to comb the publicly available firmware to find the bug. Whether or not that\u2019s how this attacker found it, the next one will. While <a href=\"https:\/\/decrypt.co\/374766\/38m-in-bitcoin-drained-by-coldcard-key-flaw-its-maker-thinks-ai-found\" target=\"_blank\" rel=\"noopener\">an AI-assisted audit<\/a> was run weeks before the theft, it found nothing (potentially due to the capabilities of the model, <a href=\"https:\/\/x.com\/utxoclub\/status\/2083837995300618625\">potentially due to the specific construction of the search<\/a>). Since the attack started, <a href=\"https:\/\/protos.com\/coldcard-attack-25-minutes-500-wallets-38m-in-btc-gone\/\" target=\"_blank\" rel=\"noopener\">researchers<\/a> have shown several frontier models <a href=\"https:\/\/x.com\/MedusaOnchain\/status\/2083903710506504548\">locating the same flaw<\/a> in minutes <a href=\"https:\/\/x.com\/MedusaOnchain\/status\/2083987806943432847\">from a single prompt<\/a>. The code sat open to human review for five years and no human caught it.<\/p>\n<p class=\"wp-block-paragraph\">Coinkite had moved its firmware from a free-software license to source-available terms, <a href=\"https:\/\/github.com\/Coldcard\/firmware\/blob\/master\/COPYING-CC\" target=\"_blank\" rel=\"noopener\">MIT with a Commons Clause<\/a>, after <a href=\"https:\/\/x.com\/zherbert\/status\/2082993276324319713\">Foundation Devices used the code in a competing product<\/a>. You could read the source but not build a business on it. It changed nothing. The bug lived in code a machine could read regardless of what the license permitted; it entered the tree, in fact, in <a href=\"https:\/\/coldcard.com\/docs\/version-history\/\" target=\"_blank\" rel=\"noopener\">the very rewrite that stripped out the last of the GPL code<\/a>. The license change didn\u2019t increase protection; it merely changed the economics of finding the bug.<\/p>\n<p class=\"wp-block-paragraph\">In the age of highly skilled AI, everything that is distributed is readable, or soon will be. Strip a binary of its symbols, run it through a decompiler, and out comes the pseudo-C that greets anyone who has opened Ghidra: nameless variables, flattened control flow, functions labeled FUN_00401a20. Unreadable to most people. That high barrier to human understanding was the entire security premium of \u201cclosed source.\u201d<\/p>\n<p class=\"wp-block-paragraph\">A compiled program has no choice but to tell the truth. Code that stays encrypted cannot run. At the moment of execution the processor must receive the actual instructions, so whatever the program does, it hands the machine a complete and exact account of how to do it. The information is all there in the machine code. Obfuscation does not, and cannot, remove it.<\/p>\n<p class=\"wp-block-paragraph\">If reading a binary sounds too hard for a machine to master soon, weigh it against what machines are already doing to problems far harder. Reading a binary is analysis: every fact you need is in front of you, and the work is extraction. Mathematical invention is another order of difficulty, because it demands an object no one has ever seen. At 02:19 UTC on July 20th, Levent Alp\u00f6ge, a mathematician working with Anthropic\u2019s Claude Fable 5, <a href=\"https:\/\/x.com\/__alpoge__\/status\/2079028340955197566\">posted a counterexample<\/a> to <a href=\"https:\/\/terrytao.wordpress.com\/2026\/07\/21\/a-digestion-of-the-jacobian-conjecture-counterexample\/\" target=\"_blank\" rel=\"noopener\">Keller\u2019s Jacobian conjecture<\/a>, a problem open since 1939 and hard enough to sit on Stephen Smale\u2019s list of challenges for the twenty-first century. Generations had tried it. The disproof is three polynomials in three variables. <a href=\"https:\/\/github.com\/google-deepmind\/formal-conjectures\/pull\/4474\" target=\"_blank\" rel=\"noopener\">Lean verified it within hours<\/a>, and it is short enough for anyone to <a href=\"https:\/\/sbseminar.wordpress.com\/2026\/07\/20\/the-new-counterexample-to-the-jacobian-conjecture\/\" target=\"_blank\" rel=\"noopener\">confirm in a computer-algebra system in about a minute<\/a>.<\/p>\n<p class=\"wp-block-paragraph\">The Jacobian fell in an afternoon, while the questioner was apparently watching the final match of the FIFA World Cup. In May an <a href=\"https:\/\/openai.com\/index\/model-disproves-discrete-geometry-conjecture\" target=\"_blank\" rel=\"noopener\">OpenAI model toppled the Erd\u0151s unit-distance conjecture<\/a>, a question open since 1946; in late July a 30-year-old graph-theory conjecture <a href=\"https:\/\/x.com\/DmitryRybin1\/status\/2079904005652893709\">fell to four prompts<\/a>; between them came the Jacobian disproof and <a href=\"https:\/\/www.quantamagazine.org\/why-the-legendary-erdos-problems-are-falling-to-ai-20260803\/\" target=\"_blank\" rel=\"noopener\">a run of other results that had stood for decades<\/a>.<\/p>\n<p class=\"wp-block-paragraph\">Set that pace beside the modest task of reading machine code already sitting out there on the Internet. Today\u2019s models handle source and decompiler output better than raw bytes, so a fully closed binary keeps a thin margin. That margin is a cost speedbump, and it is eroding at the speed you are watching everywhere else. Betting security on how long it lasts means betting against a clock that is only speeding up.<\/p>\n<p class=\"wp-block-paragraph\">The same capability that finds your entropy bug reads your proprietary method. This is the quieter casualty, and it impacts companies that never thought of themselves as exposed to open-source anything. Trade secrecy in shipped software was always just obscurity in a suit. <a href=\"https:\/\/supreme.justia.com\/cases\/federal\/us\/416\/470\/\" target=\"_blank\" rel=\"noopener\">The law has said so for as long as trade-secret law has existed<\/a>: reverse engineering <a href=\"https:\/\/www.law.cornell.edu\/uscode\/text\/18\/1839\" target=\"_blank\" rel=\"noopener\">a product you lawfully possess is fair play<\/a>, and therefore a secret survives only while that reverse engineering stays expensive. When the cost of extraction falls to a subscription and a prompt, the secret embodied in the code you hand your customers stops being one. Your clever algorithm, your undocumented format, your edge in the binary: legible to anyone who cares to look, on a timeline increasingly measured in minutes.<\/p>\n<p class=\"wp-block-paragraph\">None of this necessarily makes open source safe. <a href=\"https:\/\/heartbleed.com\/\" target=\"_blank\" rel=\"noopener\">Heartbleed<\/a> hid in the most widely deployed TLS library on earth for two years, because visibility without funded attention finds nothing. The <a href=\"https:\/\/www.openwall.com\/lists\/oss-security\/2024\/03\/29\/4\" target=\"_blank\" rel=\"noopener\">xz backdoor<\/a> showed that the open contribution model is itself an attack surface, one a patient adversary can walk through with a friendly face and two years of good commits. While openness once was a shield, it is no longer. What it <em>does<\/em> buy is reviewers who are permitted to look, builds which can be independently reproduced and verified, an exit when a vendor dies or turns, and acknowledgment that this all will happen whether you like it or not.<\/p>\n<p class=\"wp-block-paragraph\">Now we must assume every line shipped will be read by someone who wishes harm,<em> because it will be.<\/em> The defender holds one structural advantage the attacker never will: time. You can turn the same frontier models on your own code before release, in the space between commit and ship, while the attacker waits for a binary that does not yet exist. <a href=\"https:\/\/reproducible-builds.org\/\" target=\"_blank\" rel=\"noopener\">Make your builds reproducible<\/a>, so it ties back to the source and the source can be checked. Design to fail closed, and keep the trusted core small enough that one bug cannot take everything. For the specific business of holding Bitcoin, learn the lesson Coldcard is teaching in real time: own the entropy you cannot afford to have guessed, keep the secure element minimal and behind a published interface, and spread your keys across independent implementations, so that no single device, and no single vendor\u2019s mistake, is the whole of your exposure.<\/p>\n<p class=\"wp-block-paragraph\">For Bitcoin the stakes are unforgiving in a way they are not elsewhere, since mere knowledge of the private keys grants possession. The entropy bug has left permanent scars. Patching the generator does nothing for the seeds it already produced; a weak keyspace stays sweepable forever, and disclosure hands the attacker the recipe. We have watched this before. The <a href=\"https:\/\/milksad.info\/\" target=\"_blank\" rel=\"noopener\">Milk Sad vulnerability<\/a> in the libbitcoin explorer tool, bx, seeded private keys from a <a href=\"https:\/\/nvd.nist.gov\/vuln\/detail\/CVE-2023-39910\" target=\"_blank\" rel=\"noopener\">32-bit value<\/a>, and attackers were draining the wallets it produced before the flaw was ever made public. Attackers keep their own schedule, invited or not. For money that cannot be clawed back, \u201cfindable eventually\u201d is a synonym for \u201cgone eventually.\u201d<\/p>\n<p class=\"wp-block-paragraph\">Bitcoin never trusted obscurity. The protocol is open, its rules checkable by anyone, its security resting not on secrets but on mathematics and incentives that hold in full view. The hardware and software we build around it deserve the same standard, because the alternative is no longer on the table. The choice was never open or closed. It was disciplined or exposed.<\/p>\n<p class=\"wp-block-paragraph\">The broader lesson of this Coldcard situation is that having closed source software is like having a seed generated by a broken Coldcard; it looks good but it\u2019s fundamentally built on sand. Everyone can read the code \u2014 the only question left is whether you acknowledge that fact, or you and your users learn it the way Coldcard\u2019s users did, one drained address at a time.<\/p>\n<p class=\"wp-block-paragraph\"><em>This is a guest post by Colin Crossman, who is a content producer at Fedi. Opinions expressed are entirely their own and do not necessarily reflect those of BTC Inc or Bitcoin Magazine.<\/em><\/p>\n<p>This post <a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/technical\/the-end-of-the-closed-source-era-is-at-hand-obscurity-was-never-security\">The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security<\/a> first appeared on <a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/\">Bitcoin Magazine<\/a> and is written by <a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/authors\/colin-crossman\">Colin Crossman<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Bitcoin Magazine The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security Over the last few days, people who were trying to do everything right lost their Bitcoin. They bought a respected hardware signer, generated a seed offline using that device, and trusted the device to do the one thing a signer [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":49241,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-49240","post","type-post","status-publish","format-standard","has-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security - Cryptomag<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cryptomag.finance\/?p=49240\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security - Cryptomag\" \/>\n<meta property=\"og:description\" content=\"Bitcoin Magazine The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security Over the last few days, people who were trying to do everything right lost their Bitcoin. They bought a respected hardware signer, generated a seed offline using that device, and trusted the device to do the one thing a signer [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryptomag.finance\/?p=49240\" \/>\n<meta property=\"og:site_name\" content=\"Cryptomag\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-06T18:43:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bitcoinmagazine.com\/wp-content\/uploads\/2026\/07\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014.jpg\" \/>\n<meta name=\"author\" content=\"Crypto Magazine\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cryptomagz\" \/>\n<meta name=\"twitter:site\" content=\"@cryptomagz\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Crypto Magazine\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240\"},\"author\":{\"name\":\"Crypto Magazine\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#\\\/schema\\\/person\\\/f749cd846c4f13ef717c12a20ce9d040\"},\"headline\":\"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security\",\"datePublished\":\"2026-08-06T18:43:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240\"},\"wordCount\":1464,\"image\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cryptomag.finance\\\/wp-content\\\/uploads\\\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014-9BrfFg.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240\",\"url\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240\",\"name\":\"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security - Cryptomag\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cryptomag.finance\\\/wp-content\\\/uploads\\\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014-9BrfFg.jpg\",\"datePublished\":\"2026-08-06T18:43:13+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#\\\/schema\\\/person\\\/f749cd846c4f13ef717c12a20ce9d040\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cryptomag.finance\\\/?p=49240\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240#primaryimage\",\"url\":\"https:\\\/\\\/cryptomag.finance\\\/wp-content\\\/uploads\\\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014-9BrfFg.jpg\",\"contentUrl\":\"https:\\\/\\\/cryptomag.finance\\\/wp-content\\\/uploads\\\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014-9BrfFg.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=49240#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cryptomag.finance\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#website\",\"url\":\"https:\\\/\\\/cryptomag.finance\\\/\",\"name\":\"Cryptomag\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cryptomag.finance\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#\\\/schema\\\/person\\\/f749cd846c4f13ef717c12a20ce9d040\",\"name\":\"Crypto Magazine\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g\",\"caption\":\"Crypto Magazine\"},\"sameAs\":[\"https:\\\/\\\/cryptomag.finance\",\"https:\\\/\\\/x.com\\\/cryptomagz\"],\"url\":\"https:\\\/\\\/cryptomag.finance\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security - Cryptomag","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cryptomag.finance\/?p=49240","og_locale":"en_US","og_type":"article","og_title":"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security - Cryptomag","og_description":"Bitcoin Magazine The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security Over the last few days, people who were trying to do everything right lost their Bitcoin. They bought a respected hardware signer, generated a seed offline using that device, and trusted the device to do the one thing a signer [&hellip;]","og_url":"https:\/\/cryptomag.finance\/?p=49240","og_site_name":"Cryptomag","article_published_time":"2026-08-06T18:43:13+00:00","og_image":[{"url":"https:\/\/bitcoinmagazine.com\/wp-content\/uploads\/2026\/07\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014.jpg","type":"","width":"","height":""}],"author":"Crypto Magazine","twitter_card":"summary_large_image","twitter_creator":"@cryptomagz","twitter_site":"@cryptomagz","twitter_misc":{"Written by":"Crypto Magazine","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cryptomag.finance\/?p=49240#article","isPartOf":{"@id":"https:\/\/cryptomag.finance\/?p=49240"},"author":{"name":"Crypto Magazine","@id":"https:\/\/cryptomag.finance\/#\/schema\/person\/f749cd846c4f13ef717c12a20ce9d040"},"headline":"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security","datePublished":"2026-08-06T18:43:13+00:00","mainEntityOfPage":{"@id":"https:\/\/cryptomag.finance\/?p=49240"},"wordCount":1464,"image":{"@id":"https:\/\/cryptomag.finance\/?p=49240#primaryimage"},"thumbnailUrl":"https:\/\/cryptomag.finance\/wp-content\/uploads\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014-9BrfFg.jpg","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cryptomag.finance\/?p=49240","url":"https:\/\/cryptomag.finance\/?p=49240","name":"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security - Cryptomag","isPartOf":{"@id":"https:\/\/cryptomag.finance\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cryptomag.finance\/?p=49240#primaryimage"},"image":{"@id":"https:\/\/cryptomag.finance\/?p=49240#primaryimage"},"thumbnailUrl":"https:\/\/cryptomag.finance\/wp-content\/uploads\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014-9BrfFg.jpg","datePublished":"2026-08-06T18:43:13+00:00","author":{"@id":"https:\/\/cryptomag.finance\/#\/schema\/person\/f749cd846c4f13ef717c12a20ce9d040"},"breadcrumb":{"@id":"https:\/\/cryptomag.finance\/?p=49240#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryptomag.finance\/?p=49240"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptomag.finance\/?p=49240#primaryimage","url":"https:\/\/cryptomag.finance\/wp-content\/uploads\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014-9BrfFg.jpg","contentUrl":"https:\/\/cryptomag.finance\/wp-content\/uploads\/AIs-Bitcoin-Moment-Why-the-Open-Source-Fight-Looks-Like-Crypto-Back-in-2014-9BrfFg.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/cryptomag.finance\/?p=49240#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryptomag.finance\/"},{"@type":"ListItem","position":2,"name":"The End of the Closed-Source Era Is at Hand: Obscurity Was Never Security"}]},{"@type":"WebSite","@id":"https:\/\/cryptomag.finance\/#website","url":"https:\/\/cryptomag.finance\/","name":"Cryptomag","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cryptomag.finance\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cryptomag.finance\/#\/schema\/person\/f749cd846c4f13ef717c12a20ce9d040","name":"Crypto Magazine","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g","caption":"Crypto Magazine"},"sameAs":["https:\/\/cryptomag.finance","https:\/\/x.com\/cryptomagz"],"url":"https:\/\/cryptomag.finance\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/posts\/49240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49240"}],"version-history":[{"count":0,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/posts\/49240\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/media\/49241"}],"wp:attachment":[{"href":"https:\/\/cryptomag.finance\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=49240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=49240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}