I have been pondering on how to physically store a seed without relying on:
- Multisigs
- Wallet software (passwords work but relies on hardware)
- Hardware (can fail)
- Fragmenting phrases in multiple locations
The purpose is to create a cipher that isn't too complex to remember in decades from now, but simple enough to be able to break within your head or with paper if you know the cipher you created yourself.
This will be crackable by brute force, but the purpose here is ease of mind of having a seed phrase physically. If stolen, the user likely won't have a clue what it is and less than 0000025% of the worlds population can hack and 99.7% of the worlds population are not programmers.
There are two versions:
- Simple "shifting" cipher that outputs a "mnemonic seed phrase-like" list
- A similar to the previous but includes randomized Uppercase letters and numbers for spaces. Essentially, creating a hash-like output
This isn't a simple Caesar cipher and relies on the positions of both the password and the seed phrases letters in each index and calculates the delta between them and equates the output letter using that data. and also shifts in both directions.
Here's the code: https://www.online-python.com/htZBqL2Qa9
Do not input your actual seed phrase into this, this is a public website for online python code to share.
Anyways, what changes would you like to see from this?
This is a simple start to this and I only spent about one hour doing this as a start to something more innovative
[link] [comments]
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments