Difference between revisions of "CatEncryption"
Jump to navigation
Jump to search
(SHA-2) |
|||
Line 28: | Line 28: | ||
||Generate Random passwords based on String Length. | ||Generate Random passwords based on String Length. | ||
|- | |- | ||
||[[ | ||[[SHA-1|SHA-1 Hash]] | ||
||[[User:Strife Onizuka|Strife Onizuka]] | ||[[User:Strife Onizuka|Strife Onizuka]] | ||
||Performs a | ||Performs a SHA-1 Hash on an input text. Similar to MD5 only (slightly) more secure. | ||
|- | |||
||[[SHA-2|SHA-2 Hash]] | |||
||[[User:Strife Onizuka|Strife Onizuka]] | |||
||Performs a SHA-2 Hash on an input text. Similar to SHA-1 only (slightly) more secure. | |||
|- | |- | ||
||[[XTEA Strong Encryption Implementation]] | ||[[XTEA Strong Encryption Implementation]] |
Latest revision as of 08:39, 17 February 2012
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Encryption
Name | Creator | Description |
---|---|---|
ARCFOUR Strong Encryption Implementation | Nekow42 Zarf | An LSL implementation of ARCFOUR, the most popular stream cipher still in use. It is licensed under a Creative Commons Attribution 3.0 license. |
Basic Encryption Modules | Beverly Larkin | Basic encryption scripts, allows you to encrypt a float and shout it to another prim on a randomly chosen channel. |
Encrypted Region-wide chat | Kireji Haiku (talk|contribs) | Encrypted Region-wide chat |
Password Generator | Syntrax Canucci | This is an over-complicated, semi-complex password generator, which goes through multiple steps. |
Random Password Generator | Jor3l Boa | Generate Random passwords based on String Length. |
SHA-1 Hash | Strife Onizuka | Performs a SHA-1 Hash on an input text. Similar to MD5 only (slightly) more secure. |
SHA-2 Hash | Strife Onizuka | Performs a SHA-2 Hash on an input text. Similar to SHA-1 only (slightly) more secure. |
XTEA Strong Encryption Implementation | Morse Dillon | An LSL implementation of XTEA (eXtended Tiny Encryption Algorithm). This is the first known public release of a 'real' strong encryption implementation in LSL and is released under the GNU General Public License (GPL). |