Difference between revisions of "User:Niaht Nakamichi"
Jump to navigation
Jump to search
(Create page) |
m (use wikipedia template... no-credit) |
||
Line 15: | Line 15: | ||
Code references used: | Code references used: | ||
* | * {{Wikipedia|XXTEA}} | ||
* [http://www.movable-type.co.uk/scripts/tea-block.html JS Implementation (Chris Veness)] | * [http://www.movable-type.co.uk/scripts/tea-block.html JS Implementation (Chris Veness)] | ||
* [http://www.pear.php.net/package/Crypt_XXTEA PHP Implementation (PEAR)] | * [http://www.pear.php.net/package/Crypt_XXTEA PHP Implementation (PEAR)] | ||
* [[XTEA_Strong_Encryption_Implementation|XTEA SL Implementation]] | * [[XTEA_Strong_Encryption_Implementation|XTEA SL Implementation]] | ||
'''Note: I can not take any real credit for this work. I just made the pre-existing code function in LSL.''' | |||
<lsl> | <lsl> | ||
// Code coming later... I just needed a wiki-break | // Code coming later... I just needed a wiki-break | ||
</lsl> | </lsl> |
Revision as of 10:17, 16 March 2008
About Me
I am a generalist. I was once a systems engineer and the head of an IT department.
Boredom comes easily to me.
Every now and again I build a website for someone; I do not have my own.
I like SecondLife.
XXTEA Cipher
This is something I decided to do for no good reason. It probably isn't optimal, and it probably needs work, but it works. At some point it might want to be integrated into the XTEA page, or get its own page. Feel free to comment on my discussion page User_talk:Niaht_Nakamichi
Code references used:
Note: I can not take any real credit for this work. I just made the pre-existing code function in LSL.
<lsl>
// Code coming later... I just needed a wiki-break
</lsl>