Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed572e21e5 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostr_quantum_preparation",
|
||||
"version": "0.0.32",
|
||||
"version": "0.0.33",
|
||||
"description": "A migration strategy for bringing post-quantum security to Nostr without breaking the social graph, without requiring consensus on a single post-quantum algorithm, and without forcing existing users to abandon their identities.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
+5
-5
@@ -369,11 +369,6 @@
|
||||
In case quantum computers break nostr, you can use your seed phrase to create a new nostr
|
||||
identity, and prove that your old nostr identity created this new one.
|
||||
</div>
|
||||
<div class="pq-info-text" style="font-size: 13px; color: var(--accent-color);">
|
||||
<strong>Warning:</strong> Don't enter a valuable existing seed phrase. This tool doesn't make
|
||||
your Nostr identity post-quantum secure on its own — it creates a public link your future self
|
||||
can prove is yours. Run through it once with a test identity before you use it on your real one.
|
||||
</div>
|
||||
<div class="pq-info-text" id="noSignerWarning" style="color: var(--accent-color); display: none;">
|
||||
No Nostr signer detected. Install a NIP-07 browser extension (like nos2x or Alby) and reload.
|
||||
</div>
|
||||
@@ -463,6 +458,11 @@
|
||||
|
||||
<!-- Bring your own mode -->
|
||||
<div id="pqSeedOwnPanel" style="display: none;">
|
||||
<div class="pq-info-text" style="font-size: 13px; color: var(--accent-color);">
|
||||
<strong>Warning:</strong> Don't enter a valuable existing seed phrase. This tool doesn't make
|
||||
your Nostr identity post-quantum secure on its own — it creates a public link your future self
|
||||
can prove is yours. Run through it once with a test identity before you use it on your real one.
|
||||
</div>
|
||||
<div class="pq-info-text">
|
||||
Paste your 12 or 24-word BIP39 seed phrase below. It will be validated and used to
|
||||
derive your post-quantum keys. Make sure you generated it offline or with a trusted tool.
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"VERSION": "v0.0.32",
|
||||
"VERSION_NUMBER": "0.0.32",
|
||||
"BUILD_DATE": "2026-07-26T15:52:35.987Z"
|
||||
"VERSION": "v0.0.33",
|
||||
"VERSION_NUMBER": "0.0.33",
|
||||
"BUILD_DATE": "2026-07-26T15:58:51.892Z"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user