Skip to content

Instantly share code, notes, and snippets.

View sbibek086's full-sized avatar
🎯
Focusing

GOLDEN BUDDHA3W83W8⬆️ᵒⁿˡʸᵖʸ﹠ᵖʸᶠʳᵃᵐᵉʷᵒʳᵏ sbibek086

🎯
Focusing
View GitHub Profile
@Suleman-Elahi
Suleman-Elahi / SearchMD5HASH.ps1
Last active March 27, 2024 16:03
English Translation of the PowerShell, XAML script to search files in a folder by providing its MD5 hash - Original script by https://github.com/spymobilfon/SearchHashMD5
[void][System.Reflection.Assembly]::LoadWithPartialName('presentationframework')
[xml]$XAML = @'
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="Search for files by MD5 hash function" Height="350" Width="500" WindowStartupLocation="CenterScreen" Background="White">
<Grid>
<Label Content="Folder or file for search:" HorizontalAlignment="Left" Margin="20,20,0,0" VerticalAlignment="Top"/>

How to get a JSON wallet from MetaMask

Unfortunately, MetaMask does not support the option to export your key in JSON format. The following guide will show you a workaround on how to do it.

Step 1

Go on the MetaMask browser extension and click the three-dotted settings icon.

Main screen

Click on ‘Export Private Key’, confirm with your password and ‘Export as file’. You will download your private key as a CSV file.