Difference between revisions of "CatEncryption"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "==Encryption== {| class="sortable" {{Prettytable}} |- {{Hl2}} ! '''Name''' ! '''Creator''' ! '''Description''' |- ||ARCFOUR Strong Encryption Implementation ||[[User:Nekow42…")
 
(SHA-2)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{LSL Header|ml=*}}{{RightToc}}
==Encryption==
==Encryption==


Line 27: Line 28:
||Generate Random passwords based on String Length.
||Generate Random passwords based on String Length.
|-
|-
||[[SHA1|SHA1 Hash]]
||[[SHA-1|SHA-1 Hash]]
||[[User:Strife Onizuka|Strife Onizuka]]
||[[User:Strife Onizuka|Strife Onizuka]]
||Performs a SHA1 Hash on an input text. Similar to MD5 only (slightly) more secure.  
||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]]
Line 36: Line 41:
|-
|-
|}
|}
{{LSLC|}}

Latest revision as of 09:39, 17 February 2012

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).