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
Can you also add SHA-? MD5 is no good for encryption, and SHA barely gets by but at least it's slightly better. I've made the option an optional parameter in the hashing function, so that if you ran with normal Sphere 1.5 it'll always be MD5, but in your implementation it could be SHA-
In fact Sphere is so old it was used for encryption! I even used it for encryption in an MMO tech demo, though I used a salt on the final string. I think the addition of SHA is not so bad if it's not too hard for you. For me, there was a good system library that had all manner of encryption algorithms in it.
MD5 hashing is not implemented for either the rawfile or bytearray object, even though TurboSphere ships with md5 reference libraries.
The text was updated successfully, but these errors were encountered: