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
The idea is to send the broken 'encrypted token', removing 'MUIFA' from the beginning and when I receive the token back I add the 5 characters removed and decrypt.
This nonsense serves me for 3 things:
1 - Hide as much as possible that it is an encrypted text
2 - Hide what I use for this behind this, sodium and paragonie.
3 - If someone decides to play with the decryption, missing the first 5 characters will have a new problem.
The text was updated successfully, but these errors were encountered:
Can I trust that it will always be like this?
The idea is to send the broken 'encrypted token', removing 'MUIFA' from the beginning and when I receive the token back I add the 5 characters removed and decrypt.
This nonsense serves me for 3 things:
1 - Hide as much as possible that it is an encrypted text
2 - Hide what I use for this behind this, sodium and paragonie.
3 - If someone decides to play with the decryption, missing the first 5 characters will have a new problem.
The text was updated successfully, but these errors were encountered: