Quote: "A simple ROT system, will take the the string and shift each character by (amount) "
cool
Quote: "I must stress this is a very simplistic cypher so do not use this for sensitive data, you could build on top of it and ROT in many directions by variable amounts, this would be your secret cypher that only your code knows what series of rotations will decrypt."
Shifting in an IP might not need to be changed to be better confusion.
Leaving the numbers legible would cause a misdirection if someone tried to copy and use them manually.
So, this could be helpful in storage of IPs for blockchains or anything sharing IP information for basic obscuring of the addresses on the network.
The list of IP addresses could still look like IP addresses, but really send snoops in the wrong direction when trying to use them without the knowledge they were cyphered.
Of course, the decimals may need to be handled separately to retain a valid order, but...
Coding things my way since 1981 -- Currently using AppGameKit V2 Tier 1