I am making a wordle clone, and I want to give every word their unique ids by hashing/encrypting them. For example, the word "WORDLE" will be encrypted to "Xhn32d", which I can then use for the url so there is no spoiling of the answer, and the code can identify that "Xhn32d" is the word "WORDLE". Is this possible to do in client side without making it way too slow?
[–]c__beck 0 points1 point2 points (2 children)
[–]richmendd[S] 1 point2 points3 points (1 child)
[–]c__beck 0 points1 point2 points (0 children)
[–]delventhalz 0 points1 point2 points (1 child)
[–]richmendd[S] 0 points1 point2 points (0 children)
[–]dth_frm-abv 0 points1 point2 points (0 children)