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
We need to make our current encryption algorithm better, but how?
We have a keygen that works and creates a 256 key, so we need to use that in an encrypt algor to make it work somehow.
Idk, maybe just a complicated charswitcher using rand(), and then including a key after a dash to decrypt the string? Or place a character every once in a while and then find that character. Either way, developments on that will be put out at some point.
The text was updated successfully, but these errors were encountered:
We need to make our current encryption algorithm better, but how?
We have a keygen that works and creates a 256 key, so we need to use that in an encrypt algor to make it work somehow.
Idk, maybe just a complicated charswitcher using rand(), and then including a key after a dash to decrypt the string? Or place a character every once in a while and then find that character. Either way, developments on that will be put out at some point.
The text was updated successfully, but these errors were encountered: