You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2021. It is now read-only.
Otherwise they can be reversed through basic cryptanalysis
a > dd
b > de
c > df
d > d8
e > d9
f > da
g > db
A > fd
B > fe
C > ff
aa > dd50
bb > de53
etc.
Instead of using encoding, it's better to encrypt or at a minimum, hash the values using SHA-256 with a secret key known only to the server.
a + secretkey > 48ef5cd26261f69762c6a2636e3272e1fe5950e5fe4efde8b12350aca23737d7
b + secretkey > 35a3d6116e2efb06946ac9ce301696936b4a332df2eb7bbb7bbc01c161d3c743
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Otherwise they can be reversed through basic cryptanalysis
a > dd
b > de
c > df
d > d8
e > d9
f > da
g > db
A > fd
B > fe
C > ff
aa > dd50
bb > de53
etc.
Instead of using encoding, it's better to encrypt or at a minimum, hash the values using SHA-256 with a secret key known only to the server.
a + secretkey > 48ef5cd26261f69762c6a2636e3272e1fe5950e5fe4efde8b12350aca23737d7
b + secretkey > 35a3d6116e2efb06946ac9ce301696936b4a332df2eb7bbb7bbc01c161d3c743
The text was updated successfully, but these errors were encountered: