mqlencrypt.com Open in urlscan Pro
2606:4700:3036::ac43:b1ca  Public Scan

Submitted URL: https://pay.mqlencrypt.com/
Effective URL: https://mqlencrypt.com/
Submission: On October 08 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST tasks

<form method="post" action="tasks">
  <input type="hidden" name="_token" value="04pQYsL3W9XOpNAL0lXoq3RcJvesCCVLeNtC0MsO">
  <div class="bg-gray-300 bg-opacity-25 grid grid-cols-1 md:grid-cols-4">
    <div class="col-span-3 p-6 pb-3">
      <div class="flex items-center">
        <svg style="display: flex" class="w-6 h-6 text-blue-600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
          <path d="M4 8V6a6 6 0 1 1 12 0h-3v2h4a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-8c0-1.1.9-2 2-2h1zm5 6.73V17h2v-2.27a2 2 0 1 0-2 0zM7 6v2h6V6a3 3 0 0 0-6 0z"></path>
        </svg>
        <div class="ml-4 text-lg color-main leading-7 font-semibold">Paste your MQL code (MT4 only)</div>
      </div>
      <div class="">
        <div class="mt-2 text-sm text-gray-500">
          <textarea class="border-gray-200 resize-none focus:outline-none focus:ring-0 focus:border-blue-300" id="code" name="code" style="width:100%" rows="16" placeholder="Paste your code here..."></textarea>
        </div>
        <div class="mt-2 pl-1 text-xs text-center text-gray-500"> By clicking Encrypt Code you agree to our <a class="text-blue-600" href="https://mqlencrypt.com/privacy-policy">Privacy
Policy</a> and <a class="text-blue-600" href="https://mqlencrypt.com/terms-and-conditions">Terms and Conditions</a>. </div>
      </div>
    </div>
    <div class="p-6 border-t border-gray-200 md:border-t-0 md:border-l">
      <div class="flex items-center">
        <svg class="w-5 h-5 text-blue-600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
          <path d="M11 9V5H9v4H5v2h4v4h2v-4h4V9h-4zm-1 11a10 10 0 1 1 0-20 10 10 0 0 1 0 20z"></path>
        </svg>
        <div class="ml-3 text-lg color-main leading-7 font-semibold">EA/indicator Name</div>
      </div>
      <div class="mt-2 mb-3 text-sm text-gray-500">
        <input type="text" class="border-gray-200 text-sm focus:outline-none focus:ring-0 focus:border-blue-300" style="width:100%;" id="ea_name" name="ea_name" placeholder="My Forex Robot">
      </div>
      <div class="flex items-center">
        <svg class="w-5 h-5 text-blue-600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
          <path d="M11 9V5H9v4H5v2h4v4h2v-4h4V9h-4zm-1 11a10 10 0 1 1 0-20 10 10 0 0 1 0 20z"></path>
        </svg>
        <div class="ml-3 text-lg color-main leading-7 font-semibold">Security Features</div>
      </div>
      <div class="mt-3 mb-2 text-sm text-gray-500">
        <input type="checkbox" id="locktoacc" name="locktoacc">
        <label for="locktoacc">Lock to specific MT4 account numbers</label>
      </div>
      <div class="mt-1 mb-2 text-sm text-gray-500">
        <style>
          .tag-editor {
            min-height: 100px !important;
          }
        </style>
        <textarea id="accno" name="accno" class="tag-editor-hidden-src text-sm" style="display: block;" readonly="readonly"></textarea>
        <ul class="tag-editor ui-sortable">
          <li style="width:1px">&nbsp;</li>
          <li class="placeholder">
            <div>Enter your account numbers (max:5)...</div>
          </li>
        </ul>
      </div>
      <div class="mt-1 mb-2 text-sm text-gray-500">
        <input type="checkbox" id="setexp" name="setexp">
        <label for="setexp">Set an expiry date</label>
      </div>
      <div class="mt-1 mb-2 text-sm text-gray-500">
        <input type="date" min="2023-10-08" class="border-gray-200 focus:outline-none focus:ring-0 focus:border-blue-300" style="width:100%;" id="expdate" name="expdate">
      </div>
      <div class="mt-4 mb-2 text-sm text-gray-500">
        <input type="checkbox" id="disablelive" name="disablelive">
        <label for="disablelive"> Dissable live trading</label>
      </div>
      <div class="mt-1 mb-2 text-sm text-gray-500">
        <input type="checkbox" id="disabledemo" name="disabledemo">
        <label for="disabledemo"> Dissable demo trading</label>
      </div>
      <div class="mt-1 mb-2 text-sm text-gray-500">
        <input type="checkbox" id="disableback" name="disableback">
        <label for="disableback"> Dissable backtesting</label>
      </div>
    </div>
  </div>
  <div class="bg-gray-300 bg-opacity-25 grid grid-cols-1">
    <div class="pt-2 pb-8 border-t border-gray-200">
      <div class="text-center mt-5">
        <div class="flex justify-center mb-3">
          <span class="pr-3 text-gray-400">Encryption Type:</span>
          <div class="form-check form-check-inline">
            <input
              class="form-check-input form-check-input appearance-none rounded-full h-4 w-4 border border-gray-300 bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-1 cursor-pointer"
              type="radio" name="encryption_type" id="radioFree" value="0" checked="">
            <label class="form-check-label inline-block text-gray-800" for="radioFree">Basic (Free)</label>
          </div>
          <div class="form-check form-check-inline ml-3">
            <input
              class="form-check-input form-check-input appearance-none rounded-full h-4 w-4 border border-gray-300 bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-1 cursor-pointer"
              type="radio" name="encryption_type" id="radioPro" value="1">
            <label class="form-check-label inline-block text-gray-800" for="radioPro">Advanced (Paid)</label>
          </div>
        </div>
        <button class="mt-3 bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow"> Encrypt Code </button>
        <div class="">
          <a class="mt-3 pl-1 text-xs text-center text-blue-600" href="#pricing">See our
pricing.</a>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

New Task
All Tasks
Payments
Login
Register

New Task
All Tasks
Payments
Login
Register


THE MQL CODE OBFUSCATOR

How it works Documentation

Do you need to prevent decompilation or rebranding of your EA, Indicator, or
Script?

Here is the solution...

We encrypt and obfuscate your forex Metatrader 4 EA, Indicator, or Script source
code so that someone cannot read, edit, or understand.

Just paste your MQL code and click on Encrypt Code to get started...
How to copy and paste the source code from your EA or indicator?  Read the full
guide.
Paste your MQL code (MT4 only)
By clicking Encrypt Code you agree to our Privacy Policy and Terms and
Conditions.
EA/indicator Name

Security Features
Lock to specific MT4 account numbers
 *  
 * Enter your account numbers (max:5)...

Set an expiry date

Dissable live trading
Dissable demo trading
Dissable backtesting
Encryption Type:
Basic (Free)
Advanced (Paid)
Encrypt Code
See our pricing.
Main Features


WHAT IS MQLENCRYPT?

mqlEncrypt is a tool developed for encrypting the Metatrader 4 EA, Indicator
source codes automatically.

Encrypt your code within a few minutes

Advanced AES encryption technique

Additional security features available

No need to share code with developers
Advanced encryption


SEE HOW YOUR
ENCRYPTED CODE LOOKS.

We encrypt everything in your code including strings, variables, and functions

Although it has encrypted or doesn't look like MQL code, it works perfectly as
same as your original EA, indicator, or script.

Read the documentation
How it works...


SECURE YOUR
TRADING SYSTEM WITH A FEW CLICKS.

You can copy and paste your MQL4 source code to get started. Please read the
guide that shows how to correctly copy the source code of your EA or indicator.

After the task is completed successfully, it's possible to download the
encrypted EX4 or MQ4 file.

Get Started Now...
1


PASTE THE MQL CODE OF YOUR EA, INDICATOR, OR SCRIPT.

Copy and paste the MQL source code, provide the EA/indicator name, and select
the Encryption type to get started.

2


CLICK "ENCRYPT CODE" AND WAIT FOR THE TASK TO COMPLETE.

Clicking the "Encrypt Code" button will create a task for your job on the All
Task page.

3


DOWNLOAD THE ENCRYPTED EX4 OR MQ4 FILES.

After the task is complete, you can download the encrypted EX4 or MQ4 files. If
you select the advanced encryption plan, the download will be activated after
payment.

Pay as you go


SEE OUR PRICING

You can select the package suitable for you...

BASIC

Free

Basic encryption for EA, Indicator, or Script. This will protect your trading
system from cracking with HEX editors. However, still vulnerable to
decompilation with C ++ decompilers.

 * Encrypt Strings
 * Encrypt Constants
 * Encrypt Variables
 * Encrypt Fucntions
 * Code Obfuscation
 * Encrypted Source File

Get Started

PROFESSIONAL

$20 / per encryption

Advanced encryption for your EA, Indicator, or Script. This will protect your
trading system from cracking with HEX editors as well as decompiling with C++
decompilers.

 * String Encryption
 * Encrypt Constants
 * Encrypt Variables
 * Encrypt Fucntions
 * Code Obfuscation
 * Encrypted Source File

Get Started

ULTIMATE

$40 / per encryption

Advanced encryption for your EA, Indicator, or Script. This will protect your
trading system from cracking with HEX editors as well as decompiling with C++
decompilers.

 * String Encryption
 * Encrypt Constants
 * Encrypt Variables
 * Encrypt Fucntions
 * Code Obfuscation
 * Encrypted Source File

Get Started
We have Encrypted 429 files so far...
Supported around 49 clients to keep their trading systems safe!
Get Started Now...
Meet our developers


WHO WE ARE...

SANDARUWAN CHAMEERA

Software Developer

Web development (PHP | HTML5 | CSS | JS | Vue.js ), EA Development (MQL4 |
MQL5), Desktop Application Development (Java | C++), Mobile App development
(Android), Web Server Administration (Linux | Nginx | Apache | MySQL | MariaDB),
High Performance Cloud Based Applications.

HASITHA DAYARATHNA

Software Developer

Web development (PHP | HTML5 | CSS | JS | Vue.js), EA Development (MQL4 | MQL5),
Desktop Application Development (VB .Net | C# | C++), Mobile App development
(Android | iOS), Web Server Administration (Linux | Nginx | Apache | MySQL |
MariaDB), Data Encryption & Security | Windows API | Data Science

About mqlEncrypt
MQL Encrypt prevents rebranding forex Metatrader 4 EAs, Indicators, and Scripts
written in MQL4 language by obfuscating the code with the latest encryption
techniques.
 * Home
 * All Tasks
 * Payments
 * Documentation
 * Privacy policy
 * Terms & conditions

Need Our Support?
Feel free to contact us if you have any questions. We reply to your queries
within 24 hours.
Telegram- t.me/pipsopedia
Email- info@pipsopedia.com
Copyright © by Pipsopedia (2021)