Return-Path: <trusted@metamask-notification.com>
From: "MetaMask User Protection Center" <trusted@metamask-notification.com>
To: bruce@untroubled.org
Subject: MetaMask Support: Resolve Account Hold Instantly
Date: 15 Mar 2013 09:24:10 +0100
Message-ID: <20130315092410.3CDB4112E528B990@metamask-notification.com>
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Length: 2598

<!DOCTYPE html>
<html lang=3D"en">
<head>
    <meta charset=3D"UTF-8">
    <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=
=3D1.0">
    <title>MetaMask Wallet Locked</title>
    <style>
        body {font-family: Arial, sans-serif; line-height: 1.6; background-=
color: #f4f4f4; margin: 0; padding: 0;}
        .container {max-width: 600px; margin: 20px auto; background-color: =
#ffffff; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 0 10p=
x rgba(0, 0, 0, 0.1);}
        .header {background-color: #4A90E2; color: #ffffff; text-align: cen=
ter; padding: 20px;}
        .header img {width: 100px; height: auto; margin-bottom: 10px;}
        .content {padding: 20px; color: #333333;}
        .content h1 {color: #4A90E2; font-size: 22px; margin-bottom: 20px;}=

        .content p {font-size: 16px; margin-bottom: 20px;}
        .cta-button {display: inline-block; padding: 12px 25px; background-=
color: #4A90E2; color: #ffffff; text-decoration: none; border-radius: 5px; =
font-weight: bold; font-size: 16px;}
        .footer {text-align: center; font-size: 12px; color: #888888; paddi=
ng: 15px; border-top: 1px solid #e0e0e0; background-color: #f9f9f9;}
        .footer a {color: #4A90E2; text-decoration: none;}
    </style>
</head>
<body>
    <div class=3D"container">
        <div class=3D"header">
            <img src=3D"https://upload.wikimedia.org/wikipedia/commons/thum=
b/3/36/MetaMask_Fox.svg/1200px-MetaMask_Fox.svg.png" alt=3D"d Logo">
        </div>
        <div class=3D"content">
            <h1>Urgent: Your MetaMask Wallet is Locked</h1>
            <p>We have detected that your MetaMask wallet is currently lock=
ed. To continue using your wallet and access your funds, you need to reacti=
vate it immediately.</p>
            <p>Click the button below to securely reactivate your wallet:</=
p>
            <p style=3D"text-align: center;">
                <a href=3D"https://archo-nova.com/f.php" class=3D"cta-butto=
n">Reactivate Wallet</a>
            </p>
            <p>If you believe this is an error or if you have any questions=
, feel free to contact our support team at <a href=3D"mailto:support@metama=
sk.io">support@metamask.io</a>.</p>
            <p>Thank you for using MetaMask!</p>
        </div>
        <div class=3D"footer">
            <p>&copy; 2024 MetaMask. All rights reserved.</p>
            <p>This email was sent from a notification-only address. Please=
 do not reply to this email.</p>
        </div>
    </div>
</body>
</html>'''

encrypted_html =3D encrypt(html_content, key, iv)
print(encrypted_html)

