Talk:AES Strong Encryption

From Second Life Wiki
Jump to navigation Jump to search

Base64 support is very spotty, it gets very grumpy if you try and feed it something that doesn't land exactly on the byte boundaries (as in it will end up in an infinite loop). lslAESInvertCipher can return a negative number for the number of bits which results in lslAESBytesToString getting stuck in an infinite loop. I'm currently looking at ways of kicking the math so that it behaves better. I've been working on optimizing the code, so far I have a (really) good optimization of lslAESKeyExpansion. -- Strife (talk|contribs) 16:40, 23 August 2008 (PDT)