Lorex Verification Code

Lorex Verify

The Lorex-Verify Project is dedicated to the verification of lorex wallets to eliminate the occurrence of the following problems:

Double Address – The user creates an address for a hidden account, which has two addres, for example:

– One address is for an address of their “friends” which can be spent or forgotten.

– Another address is used when paying for a vendor fee from a hidden account.

The “friend” account belongs to a fictitious or unauthorized person, for example:

– A “friend” with two accounts, with the addresses 1 and 2. This will cause double addresses, especially in the case of a situation when someone borrows or sells their “friend’s” account and hides it to generate funds. The client will be using address 0 for their “friend” account, even if it’s a real account.

In some case:

The user or an employee shows a “friend” account, which belongs to an illegal organization and never accepted the payments. Therefore, the “friend” account contains two address, one of which belongs to the legal organization, the other to the illegal organization.

These problems can be addressed by the use of a random or a seed address.

Existing implementations of the Lorex code have serious flaws, often leaving vulnerabilities.

Fortunately, the proposed solution consists of a pair of modules:

Lorex Module : Core functions specific to each wallet and the main
function for the wallet as a whole, this module will be used to check a specific
functionality of our wallets, such as the usage of a specified memory pool or
the input generation of coins.
The LMWG Module : Module for reading and writing to the library
structure (Lorex wallet)
Lorex Verification Code

As you can see, the configuration are structured to have two modules that interact with the wallet (module for each wallet module: core, and

module for the whole wallet: LMWG). This structure makes it easy to compare these modules because all the functions are organized in one code structure, a set

of functions stored in memory.