Bitcoin Forum
May 03, 2024, 12:28:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: ColorSEED Or how to simply hide your seed phrase  (Read 260 times)
zasad@ (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 4271



View Profile WWW
September 11, 2023, 11:01:35 PM
Merited by Symmetrick (5), LoyceV (1)
 #1

Author of the idea
https://twitter.com/EnteroPositivo

Convert your BIP39 mnemonic to colors and viceversa
https://enteropositivo.github.io/bip39colors/#biptocolors

Let's say you have a seed phrase, but I generated it on this service
https://iancoleman.io/bip39/#english

radar start rally fault brain leopard entry travel pencil multiply vicious doctor


I do not trust any services other than Excel. Don't do this in Google Sheets, I'm doing this as an example.
You can do this on any PC that is disconnected from the Internet



1. Write our seed phrase in this order


2.Find word position in BIP39 word list:
https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

3.We need to get 4 digits. In lines with less than 4 digits, we add the required number of 0s at the beginning to make 4 digits


4.Combine all the digits into 1 large number and we get 48 digits.
141417021419067202161027060618531302116419490515   

5.Split this number into groups of 6 digits   
141417   021419   067202   161027   060618   531302   116419   490515    

6.A sequence number must be added to each group.
You can use a different step, for example 00 01 02 03 04 05 06 07  or 00 02 04 06 08 10 12 14  or 00 03 09 .... and so on, but the main thing is not to forget this step. This is necessary when decoding and the important thing is that the colors do not need to be stored in a certain order, because the sequence number is encrypted in the color.
I use 00 02 04 06 08 10 12 14  to make the colors as distinct as possible.


7.Next, convert the resulting 8-digit numbers to hexadecimal
8.If we have a 5-digit value, then add 0 in front


8.Now finally, after a lot of work, you can add colors to your table.



9. To check, you can use a converter and check the result. Use the script on a computer that is not connected to the Internet.

#022869 #1ED82B #3E0F82 #5E0283 #7AFECA #A0B1E6 #B8E1C3 #DD1B93

https://enteropositivo.github.io/bip39colors/#colorstobip39



compares phrase seed
radar start rally fault brain leopard entry travel pencil multiply vicious doctor


___
I'm tired for today, if you're interested, I'll show you in the same format how to decipher colors in Excel.

This is a very simple and safe way to store your seed phrase. You can add these colors to any painting and it won't be noticeable.









   

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

Posts: 1714739323

View Profile Personal Message (Offline)

Ignore
1714739323
Reply with quote  #2

1714739323
Report to moderator
1714739323
Hero Member
*
Offline Offline

Posts: 1714739323

View Profile Personal Message (Offline)

Ignore
1714739323
Reply with quote  #2

1714739323
Report to moderator
1714739323
Hero Member
*
Offline Offline

Posts: 1714739323

View Profile Personal Message (Offline)

Ignore
1714739323
Reply with quote  #2

1714739323
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
zasad@ (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 4271



View Profile WWW
September 11, 2023, 11:01:56 PM
Last edit: September 12, 2023, 10:32:59 AM by zasad@
 #2

color decoding
1. We use any convenient service
https://sanstv.ru/color#1ed82b


2 Convert to decimal
3. Add 0
4. Put the numbers in the correct order.
I didn't change the order of the colors, but if you swap the colors, you will need to write them in the correct order according to your step, which you can remember.
5. Remove the first 2 digits
6. We get a sequence of numbers
141417021419067202161027060618531302116419490515
7. Divide the sequence into groups of 4 numbers
   1414 1702 1419 0672 0216 1027 0606 1853 1302 1164 1949 0515
8. Remove 0 if it is in front
9. Find words in the BIP39 word list

radar start rally fault brain leopard entry travel pencil multiply vicious doctor



______
I agree with the forum participants that this is not an ideal way to save a seed phrase, but this method has the possibility of being used in practice with other options, such as a passphrase.
And secure storage should only be in digital format.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
hatshepsut93
Legendary
*
Offline Offline

Activity: 2968
Merit: 2145



View Profile
September 11, 2023, 11:10:51 PM
Merited by o_e_l_e_o (4), ABCbits (1)
 #3

Quote
Colors are everywhere

BIPColors gives you an additional layer of obfuscation because colors are widely present in various sources such as website source code, color palettes used by artists, images, and more. And it's not as obvious as finding a piece of paper with 12 words making them undetectable to hackers or thieves.

Problem number one - these colors are not standard, a fixed number of non-standard colors used together is already an easy to spot pattern. There more people use this method, the more hackers will look for this pattern. It's even trivial to write an algorithm that will analyze colors and find sets of these random colors and convert them back to seed.

Problem number two - colors can get corrupted. You draw a picture with these colors, save it in a lossy format, upload it somewhere and it might shift colors and render the seed unrecoverable.

I'm sure there's a lot of problems with this, like the most basic rule that there's no security by obscurity.

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

Activity: 742
Merit: 554


Top Crypto Casino


View Profile WWW
September 11, 2023, 11:12:57 PM
 #4

Isn't the same with what was presented in this thread? Storing Private Keys with Colors, how safe is this?

It might seem like a nice idea to you but as long as we're dealing with anything that has to do with my finance I'll never try something that has not been tested by others for a long period of time to see if it's reliable or not to store my Private Key, no offense but I'd rather store my Private Key in a steel plate and keep in a safe place rather than to try this.

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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
zasad@ (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 4271



View Profile WWW
September 11, 2023, 11:22:44 PM
 #5

Thanks for your opinion, I wanted to show how it works in Excel without unnecessary scripts.
I agree that if you know what to look for, you can find a pattern, although this is very, very difficult if there are a lot of photos. But we will use the passphrase in Trezor, Ledger or other hardware wallets.

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

Activity: 1540
Merit: 4837



View Profile
September 11, 2023, 11:23:37 PM
 #6

You can use passphrase to extend your seed phrase to generate different keys and addresses which will be the keys and addresses with the high amount of bitcoin.

You can fund the seed phrase addresses generated without passphrase with little amount of bitcoin. Like $10.

If a strong passphrase is used for the one geneted with passphrase where the keys and addresses that controls the main coins are well funded, that is secure. Having the seed phrase backup in two or three different locations is enough while the passphrase should have different backups.

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

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

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

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

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

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











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











▄▄▄▄█
zasad@ (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 4271



View Profile WWW
September 11, 2023, 11:36:31 PM
 #7

You can fund the seed phrase addresses generated without passphrase with little amount of bitcoin. Like $10.

I think this will be a mistake. Such coincidences are unlikely, and therefore the scoundrels will torture you to find out your passphrase.


Paintings by the Artist Kandinsky are ideal for encrypting seed phrases. Smiley

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
UchihaSarada
Full Member
***
Offline Offline

Activity: 434
Merit: 141



View Profile
September 12, 2023, 12:13:28 AM
Merited by o_e_l_e_o (4), NotATether (2)
 #8

Many problems with this method that is complicated than needed.

With a traditional method, write down seed phrase. If you make a typo, you can check it more easily than with color. With colors, you can not differentiate them with your eyes and even printing does not display a color exactly as it is.

Your table has many columns, what will happen if you lose one of those columns? The printed colors are not trusted because of ink and printing machines.

Using a traditional method, writing down a seed and save your backup safely is good enough.
If you are fearful of physical damage like water, fire, pressure, acid, use metal plates, ...
Securing Your Seed Phrase with Washers
Crypto Security - Additional Protection For Your Seed/Private Keys.
[LIST] Bitcoin Seed Backup Tools

J A C K B I T   |   FreeSpins & FreeBets      Welcome Bonus     Rakeback VIP Club
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄ ▄▄▄   C R Y P T O   C A S I N O   &   S P O R T S B O O K   ▄▄▄ ▄▄▄
NotATether
Legendary
*
Online Online

Activity: 1596
Merit: 6726


bitcoincleanup.com / bitmixlist.org


View Profile WWW
September 12, 2023, 04:47:48 AM
 #9

Many problems with this method that is complicated than needed.

With a traditional method, write down seed phrase. If you make a typo, you can check it more easily than with color. With colors, you can not differentiate them with your eyes and even printing does not display a color exactly as it is.

Your table has many columns, what will happen if you lose one of those columns? The printed colors are not trusted because of ink and printing machines.

Using a traditional method, writing down a seed and save your backup safely is good enough.
If you are fearful of physical damage like water, fire, pressure, acid, use metal plates, ...
Securing Your Seed Phrase with Washers
Crypto Security - Additional Protection For Your Seed/Private Keys.
[LIST] Bitcoin Seed Backup Tools

I would simply write the seed phrase too. Some daredevils among us would also make use of the BIP39 password but personally I am terrified at the prospect of losing the password to decrypt the seed.

I have already forgotten some shorter passwords to some smaller wallets with $5, $10 in them I made months ago, but fortunately I had written down the seed phrase beforehand so I just moved them elsewhere. The ones that I do remember are permanently burned into my brain. I never put my wallet passwords inside any password manager. I used to use a super strong GPG encryption with a long password but I deleted all of those because I had never used it and also for opsec reasons.


.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Charles-Tim
Legendary
*
Offline Offline

Activity: 1540
Merit: 4837



View Profile
September 12, 2023, 07:11:40 AM
 #10

I would simply write the seed phrase too. Some daredevils among us would also make use of the BIP39 password but personally I am terrified at the prospect of losing the password to decrypt the seed.
With BIP39 passphrase, you are not encrypting the seed phrase, you are only extending the seed phrase with additional characters, including space to generate different keys and addresses. It is only useful like encryption but it is not encryption.

I have already forgotten some shorter passwords to some smaller wallets with $5, $10 in them I made months ago, but fortunately I had written down the seed phrase beforehand so I just moved them elsewhere. The ones that I do remember are permanently burned into my brain. I never put my wallet passwords inside any password manager.
If you can backup the seed phrase in two or three different locations, you can also backup the passphrase in two or three different locations. Memorizing the extended word is not accurate at all, do not depend on your brain than offline backups, backup the extended words separately in different locations.

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

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

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

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

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

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











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











▄▄▄▄█
Catenaccio
Full Member
***
Offline Offline

Activity: 392
Merit: 116



View Profile
September 12, 2023, 08:10:25 AM
 #11

How to back up a seed phrase
Bitcoin Q&A: Why is Seed Splitting a Bad Idea?

If seed splitting is a bad idea, using color to back up seed is another bad idea or more terrible idea.

Yamane_Keto
Sr. Member
****
Offline Offline

Activity: 476
Merit: 486



View Profile WWW
September 12, 2023, 09:05:24 AM
 #12

But you will keep the names of the words of words digitally, and here you will risk, as the hackers can guess that they are wallet seeds or choose a color far from each other so that their output can be distinguished, but I do not think that is possible.
I tried to extract the colors from the image I attached and see what I found.





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

Activity: 742
Merit: 522



View Profile WWW
September 12, 2023, 09:06:33 AM
 #13

How to back up a seed phrase
Bitcoin Q&A: Why is Seed Splitting a Bad Idea?

If seed splitting is a bad idea, using color to back up seed is another bad idea or more terrible idea.
It's a very complex steps to follow with all those random colors to choose from and I do find the idea fascinating due to its aesthetic view when concluded but I don't think I will want to risk my assets for fascination.

A steel plate method of safe keeping my keys will just do fine as it's simple and at same time safe with it's durability as a steel plate method. But for those who will want to give it a try, they should try it with random key words after a mastery then they can make use but with little funds just to be sure they are good at time .

.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
o_e_l_e_o
In memoriam
Legendary
*
Offline Offline

Activity: 2268
Merit: 18509


View Profile
September 12, 2023, 09:07:03 AM
 #14

This has been talked about before, and it is an awful idea. It adds multiple steps of unnecessary complexity, where the mistyping of a single character could render your back up useless and mean you lose all your coins. You cannot save or print any images using the colors, since a change in format may change the color, and printing and scanning it back in will definitely change the color. This means you are limited to either backing it up electronically which is unsafe, or writing down the hex codes, which defeats the entire point and is riskier than just writing down a seed phrase.

In short, don't use this. If you need extra protection for your seed phrase, then your options are passphrases or multi-sig.
Jawhead999
Legendary
*
Online Online

Activity: 1652
Merit: 1156



View Profile
September 12, 2023, 09:13:05 AM
 #15

If you think this is a good idea, then give it a try Cheesy

Just create two or more back up plan, one is you save your seed phrase in HEX color and then the another one is a classic write down your seed phrase in a piece of paper, wait after 1 years or more when you're completely forget about your seed phrase.

Try by yourself, is the color still give a same HEX code? will you able to access your wallet?

Personally I wouldn't do this because it's risky.

.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16586


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 12, 2023, 10:47:56 AM
 #16

This seems like an overly complicated method with many chances of making a mistake, and no benefits at all. It's not as if you can print the colors and find back the exact HEX number later.



It reminds me of another project I started more than a year ago: "100 dots" ! I never completed it (due to the lack of clean sheet metal), but it's time to post it Smiley

Jon_Hodl
Member
**
Offline Offline

Activity: 218
Merit: 93

Humble Bitcoin Stacktivist


View Profile WWW
September 12, 2023, 11:27:46 AM
Merited by LoyceV (4), Halab (2)
 #17

An interesting concept but I feel like it adds a lot of complexity and use of a computer. I am reminded of a saying "complexity is the enemy of security" and this seems like a lot of complexity that will potentially lock you out of your wallet while also opening up a lot of attack vectors.

I think the best way is to stamp words into steel and use a passphrase. If you're super paranoid, you can use multisig.

I like to see fun projects like this and to better understand how encoding data works across multiple mediums but I think the best way is to reduce complexity and to me, the simplest way is stamped into stainless steel or titanium.

I'm here to chew bubblegum and stack sats....and I'm all out of bubblegum. - Learn More About Bitcoin: What Is Bitcoin?
ImThour
Copper Member
Legendary
*
Offline Offline

Activity: 1400
Merit: 1512


Bitcoin Bottom was at $15.4k


View Profile
September 12, 2023, 04:59:22 PM
 #18

I see what the author is trying to achieve with this however I like to keep things simple and less complicated, even though this is just a fun experiment, I would never try to convert my seed phrase to a piece of rainbow x 2. I will keep my phrases, as phrases and I recommend you all to do that too. And sure, you can enjoy this by trying it on a new wallet or a throwaway wallet. Also, someone recommended that the best way to keep your phrase save is steel and I can confirm that.
Gladitorcomeback
Hero Member
*****
Offline Offline

Activity: 658
Merit: 593


#SWGT CERTIK Audited


View Profile WWW
September 12, 2023, 06:09:36 PM
 #19

First time I hear about colorSeed , looking interesting but very complicated and we have to go through many step to get it. Not easy and not fir everyone especially when one have more more wallets than one. Multisig is best choice to save wallet safely. I am using this method for saving so that if my phrase leaked, I hope no one will able to access my wallet.

My own Method for Hiding key:

Let suppose This is key I want to hide
radar start rally fault brain leopard entry travel pencil multiply vicious doctor

I will add three extra words to make it 15. First one after three words, second after 4 words, third after three words.

radar start rally dutch fault brain leopard entry obey travel pencil multiply release vicious doctor

Now ti become more complex, I will change the place of one word

fault start rally dutch radar brain leopard entry obey travel pencil multiply release vicious doctor

I think , now it is safe and accessing to the fund will not easy, what do you think about this method?

LoyceMobile
Hero Member
*****
Offline Offline

Activity: 1655
Merit: 687


LoyceV on the road. Or couch.


View Profile WWW
September 12, 2023, 06:20:41 PM
 #20

what do you think about this method?
I've seen many topics from people who don't remember how to access their Bitcoins 10 years later. You may end up being one of them some day.

LoyceV on the road Advertise here for LN Don't deal with this account (exception)
Advertise here for LN Tip my kids Exchange LN (20 coins). 1% fee. No KYC <€50/month
My useful topics: Meritt & Trust & Moreee Art Advertise here for LN Foru[url=https://bitcointalk.org/m
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!