Make more images to explain concept

This commit is contained in:
prism_breaker 2024-11-28 08:02:26 +00:00
parent d61d174c96
commit 62382fb7c9
9 changed files with 27 additions and 12 deletions

View file

@ -65,6 +65,7 @@
<p>If you make a lot of money in monero, and unluckily you are about to reach the end of your life, and again luckily you have someone you care and want them to have your money after your death, this tutorial is for you.</p>
<p>Let's do not ask why you do not handle them your coins or convert to fiat when you are still alive, maybe you want some sort of mysterious surprise for your relative who never heard of monero, and carries on to execute your evil plan with it.</p>
<img src="coffin.png" class="imgRz" style="width: 700px">
</div>
</div><!-- /row -->
@ -78,38 +79,52 @@
<div class="col-lg-8 col-lg-offset-2">
<h2><b>Theory and setup</b></h2>
<p>The plan is to setup a plan when your family find out you died, <b>they can recover your crypto</b>. You will need <b>2 lawyers</b> to setup this plan. But our plan will utilize some cryptography tools so <b>neither your lawyer or your family members</b> can access your crypto not as you intended.</p>
<p>We will use a cryptography tool called <b>veracrypt</b>, if you have never heard of this tool, familiarize it with this tutorial <a href="../veracrypt/index.html">veracrypt tutorial</a>. Familiarize with how this tool works and how to play with it.</p>
<img src="whole_process.png" class="imgRz">
<p>We will use a cryptography tool called <b>veracrypt</b>, if you have never heard of this tool, familiarize it with the official document <a href="https://www.veracrypt.fr/en/Beginner%27s%20Tutorial.html">veracrypt document</a>. Learn how this tool works and how to play with it. </p>
<p>We will setup a container with password and keyfile, for these kind of container you will need both password and keyfile to open, if one of them is lost, it is impossible to decrypt</p>
<img src="keyfile.png" class="imgRz" style="width: 500px">
<p>We will assume you already know to create veracrypt containers and how to mount them</p>
<p>The plan is to achieve a <b>2/3</b> multisig scheme. Which means we will have <b>3 keys</b>, and we should be able to access our wallet with <b>any 2 key</b>. </p>
<img src="Encryption.jpg" class="imgRz" style="width: 500px">
<p>The plan is to achieve a <b>2/3</b> multisig scheme. Which means we will have <b>3 keys</b>, and we should be able to access our wallet with <b>any 2 key</b>. It is like a council with 3 people, but you only need 2 people to agree to pass a law</p>
<img src="multi_sig.jpg" class="imgRz" style="width: 500px">
<p></p>
<p>Monero multi-sig feature is still experimental, and has vulnerability before, so we will use veracrypt to achieve this multi-sig feature. Veracrypt itself does not support multi-sig,so we have to use some little tricks to achieve that. In short, we will create <b>3 keys</b> and <b>3 containers</b>. </p>
<p>Let's do a simple math, there is 3 possible combinations for 3 keys</p>
<img src="key_combination.png" class="imgRz" style="width: 500px">
<p></p>
<p>First you need to thing about a <b>password</b>, and you need to <b>remember</b> this, and you should notify your family members about this and make sure they also remember it.</p>
<p>Then you create 3 containers with idential content, but encrypted with 3 keyfile combinations, thus you can achieve a 2/3 multi-sig</p>
<img src="containers.png" class="imgRz" style="width: 500px">
<p></p>
<p>Finally you need to thing about a <b>password</b>, since this is also required for veracrypt to operate. You need to <b>remember</b> this, and you should notify your family members about this and make sure they also remember it.</p>
<p>Then use veracrypt to generate <b>3 keyfiles</b>, keyfiles will be random files generated by veracrypt. They have size of 1024kb and is highly random, so your container is <b>impossible to open</b> without them. </p>
<p>We will use different <b>combination of keyfiles and the password</b> to encrypt the containers</p>
<p>Choose to create a new volume, click next until you see the keyfiles option</p>
<img src="10.png" class="imgRz" style="width: 600px">
<p>We will try to generate 3 random keyfiles</p>
<img src="11.png" class="imgRz" style="width: 600px">
<p>Move your mouse to collect enough entropy, this is very important! The protection from cryptography will be significantly weakened if there is not enough randomness. Then set the key file size to maximum which is <b>1048576</b>. This is the maximum size utilized by veracrypt and we should use that.</p>
<img src="12.png" class="imgRz" style="width: 600px">
<img src="12.png" class="imgRz" style="width: 800px">
<p>Name your keyfile as <b>key 1</b> and save it. And repeat this step to produce <b>key 2 and key 3</b>, we will use them later</p>
<p>Like the above image, you will create containers with the same password, but use a different combination of <b>2 keyfiles</b> for each container</p>
<p>Like previously stated, you will create containers with the same password, but use a different combination of <b>2 keyfiles</b> for each container</p>
<p style="color: red;">Volume 1 : password + key file 1 + key file 2</p>
<p style="color: red;">Volume 2 : password + key file 2 + key file 3</p>
<p style="color: red;">Volume 3 : password + key file 1 + key file 3</p>
<img src="16.png" class="imgRz" style="width: 600px">
<p><b>You will always save three containers together, this means your family member can unlock 1 of the 3 container even one keyfile is lost.</b></p>
<p>Then you need to try to unlock and copy the seed file to each of the container</p>
<p>Then you need to properly <b>distribute the keys</b></p>
<p>1.You will keep key file 1, and the local copies of containers <b>at home</b></p>
<p>2.Tell your family members about the plan, and most importantly <b>the password</b></p>
<p>3.Handle a physical copy of keyfile 2 and keyfile 3 to two different lawyers in different countries, and ask them to send it to your family members when you die officially.</p>
<p>4.Upload the containers to a <b>cloud storage</b> which is controlled by your family members as a backup</p>
<img src="KeyfileDistribution.jpg" class="imgRz" style="width: 600px">
<p></p>
<p>3.Upload the containers to a <b>cloud storage</b> which is controlled by your family members as a backup</p>
<img src="home_setup.png" class="imgRz" style="width: 600px">
<p>4.Handle a physical copy of keyfile 2 and keyfile 3 to two different lawyers in different countries, and ask them to send it to your family members when you die officially.</p>
<p>In short there are <b>6 factors</b> that determine the sucess of inheritance, only the <b>keyfiles</b> allow <b>1 fault to happen</b>, so you should be really careful and make sure every part work as expected</p>
<img src="notice.png" class="imgRz" style="width: 700px">
<p>In this setup your monero can be safely inherited, and it is resistant against accidents. Different things can happen:</p>
<p>1.The best case is you died, your family member grab your <b>local copy</b> of containers and keyfile1, and receive keyfile 2 from one lawyer. Then sucessfully decrypt to get the seed, and recovered your monero</p>
<p>2.<b>Your home is destroyed</b> in a disaster, but your family members and download the containers from the cloud. They wait until both lawyers deliver keyfile 2 and keyfile 3 to them. Then unlocked to recover your monero.</p>