A
A
Alexey Bentley2020-06-25 18:10:38
Computer networks
Alexey Bentley, 2020-06-25 18:10:38

Can an IP be in this format?

Can an IP be in this format −

8sk46z2vJX76
?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
CityCat4, 2020-06-25
@ImperatorGreasy

IP is four consecutive hexadecimal numbers. For convenience, they are written in the format DDD.DDD.DDD.DDD, where DDD is a decimal number from 0 to 255.
Of course, it can be written in any form - if you know how it is encoded in this form. Here, for example, the address 10.0.0.1 is encoded:
MTAuMC4wLjEK
(check:

# echo MTAuMC4wLjEK | mimencode -u
10.0.0.1

Ask this lamer, who imagines himself a "cool hacker" - how he encoded the address :)

A
Alexey Tsarapkin, 2020-06-25
@Dreamka

No. Where does this come from?

A
Alexander Pikeev, 2020-06-25
@Baryon

No, of course, the form of representing an IPv4 address is to write it as four numbers representing the values ​​of each byte in decimal form and separated by dots (the same 127.0.0.1). In IPv6, the separator is a colon and is 128-bit (whereas IPv4 is 32-bit). Localhost IPv6 - 0:0:0:0:0:0:0:1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question