Security Problem: Insecure encryption in LSLSystemAPI.cs #105
Labels
bug
Something isn't working
good first issue
Good for newcomers
low hanging fruit
Tasks that should be good to get your feet wet, but might not be priority for the core devs.
During the days of InWorldz, I had added a multi-function string processing/encoding function called iwStringCodec. One of its capabilities was that it could perform AES encryption and decryption.
However, in rushing to get the function completed, I made a very amateur-hour mistake: never base your encryption on code that was copied & pasted from StackOverflow.
So, in order to ensure that the code is actually secure, the encryption functions need to be rewritten by someone who knows what they are doing [IE: not me].
The relevant functions are:
The text was updated successfully, but these errors were encountered: