• comfy@lemmy.ml
    link
    fedilink
    arrow-up
    13
    ·
    2 days ago

    Just make your IP addresses pronouncable words like feed:deaf:babe:beef:cafe:: problem solved ez (working 2023!)

        • some_kind_of_guy@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          20 hours ago

          Yeah, calculation of the amount of possible strings containing only a-f is trivial. But the idea is for addresses to be memorable. So I’m wondering how many strings which are valid IPv6 addresses are possible if you are limited to actual English (or, pick a language) 4-letter words containing only a-f. As someone mentioned, this could be expanded with 1337-speak.

          • Ghoelian@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            1
            ·
            7 hours ago

            Ahh right, that would be a bit more difficult to calculate.

            I guess you could make a script which just bruteforces all combinations of a-f against an English dictionary. I might try to do that tonight.