Difference between revisions of "Talk:Basic Encryption Modules"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
I am suspect of the math involved in this function and would at some point like to fix it. In the current state it is possible for the randomizer to cause the output to change between runs on the same input. This could be solved by reverse sorting the letters in the decrypter or by properly distributing the characters on powers of two. [[User:Strife Onizuka|Strife Onizuka]] 18:31, 5 March 2007 (PST)
I am suspect of the math involved in this function and would at some point like to fix it. In the current state it is possible for the randomizer to cause the output to change between runs on the same input. This could be solved by reverse sorting the letters in the decrypter or by properly setting the characters on powers of two in the hash table. [[User:Strife Onizuka|Strife Onizuka]] 18:31, 5 March 2007 (PST)

Revision as of 19:32, 5 March 2007

I am suspect of the math involved in this function and would at some point like to fix it. In the current state it is possible for the randomizer to cause the output to change between runs on the same input. This could be solved by reverse sorting the letters in the decrypter or by properly setting the characters on powers of two in the hash table. Strife Onizuka 18:31, 5 March 2007 (PST)