Created
September 1, 2018 23:42
-
-
Save chrdek/a5869a05a19157b84562e5bc5a951995 to your computer and use it in GitHub Desktop.
http address to ip address value script sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f=s=>{var t=[...s].reduce((c,i)=>i.charCodeAt(0)+c,0);return[1,2,3,4].map((n)=>n*t%256)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment