Topic: mac address

hello friends... how to convert mac address into (integer or real) numbers... like 464613131313144 or etc

Re: mac address

Hello.


mac address contains too many numbers to convert it to integer. Why you need convert mac address to integer?

Dmitry.

Re: mac address

I want to make registration key using mac address.
can we convert mac address into serial key like ge38bdvs79cbbd63bk19ng or another format..

Re: mac address

DriveSoft wrote:

mac address contains too many numbers to convert it to integer.

By the way, the MVD uses Int32 like Integer, but in SQLite integer values can be up to 8 bytes. Thus, only 4 byte integers can be stored in the SQLite with MVD App. Right?

Визуальное программирование: блог и телеграм-канал.

Re: mac address

blackpearl8534 wrote:

I want to make registration key using mac address.
can we convert mac address into serial key like ge38bdvs79cbbd63bk19ng or another format..

unfortunately I don't have ready algorithm to convert mac address to key and back.

Dmitry.

6 (edited by blackpearl8534 2019-03-20 15:03:25)

Re: mac address

its ok.. another way to generate key.. or any way to convert mac address into any type...
and another question...
some days ago you upload a project {Autorun}.. its perfect but i want that autorun project execute automatically after 1 hour or my  given time limit.. is this possible???