Bitcoin Forum
April 28, 2024, 06:21:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: SeedQR  (Read 324 times)
Unsaint32 (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 7


View Profile
February 19, 2024, 12:56:29 AM
Merited by hugeblack (2)
 #1

Can I find a wallet's seed phrases or private key, if I have the wallet's seedQR?
1714285294
Hero Member
*
Offline Offline

Posts: 1714285294

View Profile Personal Message (Offline)

Ignore
1714285294
Reply with quote  #2

1714285294
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Nwada001
Hero Member
*****
Offline Offline

Activity: 560
Merit: 624



View Profile
February 19, 2024, 12:58:35 AM
Merited by pooya87 (2)
 #2

If you have the QR that contains the wallet private key or seed phrase, then yes, you can.
 
But if it's a QR code that contains the wallet address or public key alone, then you can't have access to the keyphrase or private key. You can't generate a private key from a wallet address, but you can use the phrase or private key to get a wallet address.

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT
  CRYPTO   
FUTURES
 1,000x 
LEVERAGE
COMPETITIVE
    FEES    
 INSTANT 
EXECUTION
.
   TRADE NOW   
Hazink
Member
**
Offline Offline

Activity: 62
Merit: 22


View Profile
February 19, 2024, 01:04:41 AM
 #3

Can I find a wallet's seed phrases or private key, if I have the wallet's seedQR?
I think wallet seedQR is already all you need to get access to a wallet.
If you scan that SeedQR you can be able to review what the seed phrase is, and if they are correct on that QRcode then you can import it in any wallet good recommended wallet and generate private key with it.

All you need is a good QRcode reader or scan directly using any wallet you want to import it in on and you will be able to import that wallet successfully. That’s if what you mean by SeedQR is the same as seed phrase.
RickDeckard
Legendary
*
Offline Offline

Activity: 1008
Merit: 3006



View Profile
February 19, 2024, 01:13:43 AM
Merited by pooya87 (4), hugeblack (4), ABCbits (3)
 #4

If you have the QR that contains the wallet private key or seed phrase, then yes, you can.
Building on top of Nwada001 reply, SeedQR is a clever way of transforming your seed phrases into a single stream of digits (and then into a QR code). If you go over to the SeedQR documentation[1] you will quickly understand how it works, but to give you a quick idea:

  • The total worldlist for English seed phrases is 2048[2];
  • Assume that your first seed phrase is "banner", which occupies the 147 position in the English wordlist;
  • Your second one is "scatter", which occupies the 1540 position[2].
  • The SeedQR specifications uses the positions of both seed phrases (0147 for banner and 1540 for scatter) and combines them (01471540). You would have to continue do this exercise until you have combined all 12 or 24 seed phrases into a single stream of digits.

Using this knowledge you now understand that you basically have to group each 4 digit from the single stream of digits in order to obtain the first seed phrase. You would have to keep doing this until you have the complete seed phrase list in your possession.

[1]https://github.com/SeedSigner/seedsigner/blob/dev/docs/seed_qr/README.md
[2]https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Unsaint32 (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 7


View Profile
February 19, 2024, 01:35:39 AM
 #5

I should have provided the context. I am using Blockstream Jade. As a part of the setting up the Jade wallet, it gives me an option to "draw" the seedQR, which is used to login to this stateless wallet (which forgets the private key when power turned off). What I don't understand is, why would anybody want to create this seedQR, which is like a card with the 12 words written on it. Sure, you can write down the words and put it away somewhere safe, but you shouldn't be using the card everytime you log in to the wallet.
witcher_sense
Legendary
*
Offline Offline

Activity: 2310
Merit: 4313

🔐BitcoinMessage.Tools🔑


View Profile WWW
February 19, 2024, 04:08:57 AM
Merited by hugeblack (2), ABCbits (1)
 #6

I should have provided the context. I am using Blockstream Jade. As a part of the setting up the Jade wallet, it gives me an option to "draw" the seedQR, which is used to login to this stateless wallet (which forgets the private key when power turned off). What I don't understand is, why would anybody want to create this seedQR, which is like a card with the 12 words written on it. Sure, you can write down the words and put it away somewhere safe, but you shouldn't be using the card everytime you log in to the wallet.
If the benefits of using hand-written QR codes for unlocking a wallet are not obvious to you, then it is unlikely that you actually need at all a functionality of stateless airgapped hardware wallets. But in general, when you use SeedQR technology, you keep your QR in a safe place like a normal seed, you don't use a hardware wallet in public places to make transactions, and you don't share it with anyone unless it's people who you fully trust. Just use it in your home, and make transactions effortlessly and completely independently of third-party solutions; these transactions will be securely isolated from potentially dangerous environments. That's the idea.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Yamane_Keto
Sr. Member
****
Offline Offline

Activity: 462
Merit: 477



View Profile WWW
February 19, 2024, 04:48:07 AM
Merited by hugeblack (2), ABCbits (1)
 #7

I should have provided the context. I am using Blockstream Jade. As a part of the setting up the Jade wallet, it gives me an option to "draw" the seedQR, which is used to login to this stateless wallet (which forgets the private key when power turned off). What I don't understand is, why would anybody want to create this seedQR, which is like a card with the 12 words written on it. Sure, you can write down the words and put it away somewhere safe, but you shouldn't be using the card everytime you log in to the wallet.

Stateless wallet does not store any data locally after turning off the power. Thus, wallets are useful in case of physical attacks as If your wallet is stolen and the thief wants to brute force the wallet PIN or for those who have different seeds for a multisig wallet.

In this case, you will be required to enter the seed every time you use the wallet. To speed things up, instead of entering the words manually, you can simply scan the seedQR. If you do not need a Stateless wallet, do not use this option. the seedQR option may be bad, as everyone who accesses it accesses your money, so the option of manually writing the seed is better.

.BEST.CHANGE..███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Charles-Tim
Legendary
*
Offline Offline

Activity: 1526
Merit: 4816



View Profile
February 19, 2024, 08:45:53 AM
 #8

Can I find a wallet's seed phrases or private key, if I have the wallet's seedQR?
If you have generated a seed phrase or private key, the wallet you used can give you the option to backup the seed phrase or private key using QR code. You can use the QR code as backup. So that anytime you want to recover the wallet you can use the QR code backup to recover your wallet as it contains the seed phrase or the private key. But I will not advice you to use this method for backup. It is better you write down your seed phrase instead which is better and seem more secure in my opinion.

.
HUGE
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
satscraper
Hero Member
*****
Offline Offline

Activity: 714
Merit: 1308


Cashback 15%


View Profile
February 19, 2024, 09:51:40 AM
Last edit: February 19, 2024, 10:02:50 AM by satscraper
Merited by hugeblack (2), RickDeckard (2), ABCbits (1), apogio (1)
 #9

SeedQR is a clever way of transforming your seed phrases into a single stream of digits

Just to extend a bit your statement.

There are two formats of SeedQR: Standard SeedQR and CompactSeedQR. The first one transforms seed phrases into decimal digits stream while the second into the stream of binaries.

Whatever is the  flavor  of  SeedQR,  the online relevant readers must never be used to decode them into SEEDs.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
FatFork
Legendary
*
Offline Offline

Activity: 1582
Merit: 2584


Top Crypto Casino


View Profile WWW
February 19, 2024, 03:59:41 PM
 #10

I should have provided the context. I am using Blockstream Jade. As a part of the setting up the Jade wallet, it gives me an option to "draw" the seedQR, which is used to login to this stateless wallet (which forgets the private key when power turned off). What I don't understand is, why would anybody want to create this seedQR, which is like a card with the 12 words written on it. Sure, you can write down the words and put it away somewhere safe, but you shouldn't be using the card everytime you log in to the wallet.

So like you said, the SeedQR serves as a backup for that stateless hardware wallets -  like Jade.  It functions sort of like a seed phrase would, but it's custom-tailored in a way that specifically complements these stateless setups and their distinctive security features.

And that right there is the central advantage: because those wallets never save your seed or private keys locally, even someone snatching the physical device shouldn't pose a risk per se.  Not even theoretically! 

But then again that SeedQR still represents sensitive data in its own right. So in that sense, commonsense precautions apply.  You'll wanna handle that QR code document with the same care and discretion you would any other confidential info.  Keep it stored away safe and private just like you would your seed phrase.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
odolvlobo
Legendary
*
Offline Offline

Activity: 4298
Merit: 3209



View Profile
February 20, 2024, 10:06:05 PM
Last edit: February 20, 2024, 10:17:35 PM by odolvlobo
 #11

Can I find a wallet's seed phrases or private key, if I have the wallet's seedQR?

TL;DR: Yes. The seedQR contains the seed phrase and it is not encrypted.

In my opinion, if you are going to carry around a seedQR (or a seed phrase in any form), it should be extended (i.e., have a "passphrase"). This will ensure that a person who finds your seed phrase will still not be able to access your bitcoins.

Join an anti-signature campaign: Click ignore on the members of signature campaigns.
PGP Fingerprint: 6B6BC26599EC24EF7E29A405EAF050539D0B2925 Signing address: 13GAVJo8YaAuenj6keiEykwxWUZ7jMoSLt
RickDeckard
Legendary
*
Offline Offline

Activity: 1008
Merit: 3006



View Profile
February 20, 2024, 11:19:58 PM
 #12

SeedQR is a clever way of transforming your seed phrases into a single stream of digits

Just to extend a bit your statement.

There are two formats of SeedQR: Standard SeedQR and CompactSeedQR. The first one transforms seed phrases into decimal digits stream while the second into the stream of binaries.

Whatever is the  flavor  of  SeedQR,  the online relevant readers must never be used to decode them into SEEDs.
This is totally accurate and I am sorry for not bringing it up alongside my explanation for how a SeedQR works. Whatever the OP decides to do, he/she should ideally use a air gapped device to read whatever SeedQR code that he currently holds.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
satscraper
Hero Member
*****
Offline Offline

Activity: 714
Merit: 1308


Cashback 15%


View Profile
February 22, 2024, 02:20:17 PM
Last edit: February 22, 2024, 02:36:04 PM by satscraper
Merited by RickDeckard (1)
 #13

This is totally accurate and I am sorry for not bringing it up alongside my explanation for how a SeedQR works. Whatever the OP decides to do, he/she should ideally use a air gapped device to read whatever SeedQR code that he currently holds.

Don't be sorry, be happy.

Any thought on how to transfer Compact SeedQR to the steel plate? I'm asking because master SEED can be presented now in both SeedQR forms on the screen of Passport 2  which is device to manage my bitcoin stash. I thought about mapping the transparent film with the relevant image and use it for the further transfer to the metal plate. But maybe you have a better view on this matter.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
RickDeckard
Legendary
*
Offline Offline

Activity: 1008
Merit: 3006



View Profile
February 22, 2024, 11:05:23 PM
 #14

Any thought on how to transfer Compact SeedQR to the steel plate? I'm asking because master SEED can be presented now in both SeedQR forms on the screen of Passport 2  which is device to manage my bitcoin stash. I thought about mapping the transparent film with the relevant image and use it for the further transfer to the metal plate. But maybe you have a better view on this matter.
I wonder, does the new version of Passport allows you to magnify each area of the generated QR code? That would make it rather easy for you to zoom a certain section of the QR code, grab a metal plate, a steel hammer and a punch tool and just start hitting that steel plate. You can see that process in action here[1]. Could you please confirm if Passport has this functionality? (at first sight I would say that it doesn't, but I can't actually test it)

As an additional tip, in order to improve the readability of steel plates I would also follow these[2] recommendations as some users report having problems scanning from them.

[1]https://econoalchemist.github.io/SeedSigner/05_Seed-Backup.html
[2]https://seedhammer.com/article/how-to-scan-qr-codes-off-steel-plates

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
satscraper
Hero Member
*****
Offline Offline

Activity: 714
Merit: 1308


Cashback 15%


View Profile
February 23, 2024, 08:28:22 AM
 #15

Any thought on how to transfer Compact SeedQR to the steel plate? I'm asking because master SEED can be presented now in both SeedQR forms on the screen of Passport 2  which is device to manage my bitcoin stash. I thought about mapping the transparent film with the relevant image and use it for the further transfer to the metal plate. But maybe you have a better view on this matter.
I wonder, does the new version of Passport allows you to magnify each area of the generated QR code? That would make it rather easy for you to zoom a certain section of the QR code, grab a metal plate, a steel hammer and a punch tool and just start hitting that steel plate. You can see that process in action here[1]. Could you please confirm if Passport has this functionality? (at first sight I would say that it doesn't, but I can't actually test it)

As an additional tip, in order to improve the readability of steel plates I would also follow these[2] recommendations as some users report having problems scanning from them.

[1]https://econoalchemist.github.io/SeedSigner/05_Seed-Backup.html
[2]https://seedhammer.com/article/how-to-scan-qr-codes-off-steel-plates

Interesting suggestion which didn't strike my head yesterday at the test of  the new version of Passport. Today, after reading it, I have tested Passport ad hoc  and can confirm that it doesn't allow to magnify areas of SeedQR.

Thus my plot is the following: I would cover display with transparent film, using the fibre-tip pen with permanent ink  map to this film  the relevant Compact SeedQR and then, after placing this film on the steel plate hammer it with a punch tool.

I would     reluctantly  use any electronic based mediator (like Web cam) at SeedQR transfer as In my view it might potentially pose a threat for Seed safety.


.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
RickDeckard
Legendary
*
Offline Offline

Activity: 1008
Merit: 3006



View Profile
February 24, 2024, 09:42:53 AM
 #16

Thus my plot is the following: I would cover display with transparent film, using the fibre-tip pen with permanent ink  map to this film  the relevant Compact SeedQR and then, after placing this film on the steel plate hammer it with a punch tool.
I am unsure how efficient that idea would be considering the method. My main fear is that somehow your copied QR code isn't recognized and you are left with a metal plate that is not useful to your needs. I would tell you to test it before copying it to the metal plate but that would make you to use an exterior device (which I believe you don't want to).

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
satscraper
Hero Member
*****
Offline Offline

Activity: 714
Merit: 1308


Cashback 15%


View Profile
February 24, 2024, 10:35:28 AM
Last edit: February 24, 2024, 10:49:45 AM by satscraper
 #17

Thus my plot is the following: I would cover display with transparent film, using the fibre-tip pen with permanent ink  map to this film  the relevant Compact SeedQR and then, after placing this film on the steel plate hammer it with a punch tool.
I am unsure how efficient that idea would be considering the method. My main fear is that somehow your copied QR code isn't recognized and you are left with a metal plate that is not useful to your needs. I would tell you to test it before copying it to the metal plate but that would make you to use an exterior device (which I believe you don't want to).

Sure, I will test more than once both  transparent film mapped with Compact SeedQR and  its copy on the metal plate until get the    satisfactory results. Regardless, this plate will serve as the second-class backup for my SEED. The stainless-steel washers  with the stamped seed-words are nights and days in my garage.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
m2017
Legendary
*
Offline Offline

Activity: 1792
Merit: 1299


keep walking, Johnnie


View Profile
February 24, 2024, 01:16:54 PM
Merited by Findingnemo (1)
 #18

If you have generated a seed phrase or private key, the wallet you used can give you the option to backup the seed phrase or private key using QR code. You can use the QR code as backup. So that anytime you want to recover the wallet you can use the QR code backup to recover your wallet as it contains the seed phrase or the private key. But I will not advice you to use this method for backup. It is better you write down your seed phrase instead which is better and seem more secure in my opinion.
You can always restore a simply written seed phrase (on paper, metal or any other way) without third-party applications. In the case of QR-code backups, you will need some kind of application that converts from one format to another. This moment is the most unsafe. Why create an extra (dangerous) intermediary between you and cryptocurrencies?


Any thought on how to transfer Compact SeedQR to the steel plate? I'm asking because master SEED can be presented now in both SeedQR forms on the screen of Passport 2  which is device to manage my bitcoin stash. I thought about mapping the transparent film with the relevant image and use it for the further transfer to the metal plate. But maybe you have a better view on this matter.
This brought up another thought. Transfer the bitcoin address into QR code format and apply it (laser engraving) to a small metal plate (like an army badge or medallion) and show it to receive payment or donations. Fast (QR code is always on your neck / pocket), convenient (takes up little space) and cool. Smiley Well, or wear it as a keychain.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Findingnemo
Hero Member
*****
Offline Offline

Activity: 2310
Merit: 757


Bitcoin = Financial freedom


View Profile
February 24, 2024, 07:45:35 PM
 #19

If you have generated a seed phrase or private key, the wallet you used can give you the option to backup the seed phrase or private key using QR code. You can use the QR code as backup. So that anytime you want to recover the wallet you can use the QR code backup to recover your wallet as it contains the seed phrase or the private key. But I will not advice you to use this method for backup. It is better you write down your seed phrase instead which is better and seem more secure in my opinion.
You can always restore a simply written seed phrase (on paper, metal or any other way) without third-party applications. In the case of QR-code backups, you will need some kind of application that converts from one format to another. This moment is the most unsafe. Why create an extra (dangerous) intermediary between you and cryptocurrencies?


I always go by the old school method of writing on paper but to answer the question QR code should convert the format in completely offline so if someone using an air-gapped device then it's same level of secured as writing on paper, but if the device can expose to internet while reading or even after we done we can't say for sure that our seed is completely safe with us.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
View ArchiveReport to moderator
JiiBs
Member
**
Offline Offline

Activity: 98
Merit: 38


View Profile
February 25, 2024, 02:16:22 AM
 #20

I always go by the old school method of writing on paper but to answer the question QR code should convert the format in completely offline so if someone using an air-gapped device then it's same level of secured as writing on paper, but if the device can expose to internet while reading or even after we done we can't say for sure that our seed is completely safe with us.
With particular emphasis on safe,
Just how safe can this method to wallet key security be?

The idea about keys to a wallet of this nature is how it could be completely secure and then, having it in a QR code formate might be a very simple means but, its just a scan away from being hacked.

Meanwhile, most  the mobile devices these days don't need an icon to be clicked for searching out the program behind a code. Just a flash of the device camera and the code is linked.

Now, does this automatically suggest you a wallet for download for you or itould just error out if you aren't scanning from a specific wallet.
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!