Top

Nitrous Encryption


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  7.0
Scores Submitted  2
Date Added  Jan 01, 2005
Last Updated  Dec 03, 2006
  Bookmark and Share

Introduction

Uses two separate keys that work two different ways to transform the easily crackable $encode identifier into a medium-security encryption method.
To use the encryption, just copy and paste the script into your remotes and type "<B>/encrypt on [key] [MIME count]</B>". The key and the MIME count should both be whole numbers greater than 1, and MIME count should be less than key.
Anyone who you want to communicate with must also have this snippet and should use the same key and MIME count. Similarly you use "<B>/encrypt off</B>" to turn encryption off.<BR>Thanks to Sigh_ for helping me with this one.<BR>--Update--<BR>Added $nitrous alias as an easy way to encrypt and decrypt strings for use in other scripts. Usage is <B>$nitrous(string,key,mimecount)</B>. Without any properties it will encrypt the string, or you can specify dec or decrypt as the property to decrypt it.<BR>--Update Again 12/3/06--<BR>You will now see what you type, as requested.

Grab the Code

Comments

  (4)  RSS
ufo^hunter
Comments: 1
 
mIRC Snippet:  Nitrous Encryption
Posted on Sep 15, 2006 9:04 pm
We like this addon. We only can come up with two things you could add to it to make it better.

1. A way to toggle it on and off by pushing like F5

That way when you're on multiple networks, you can turn it off to chat normal.

and

2. A way to echo back what you type. You can see what someone types to you, but not a way to keep track of what you type. Not that that is a big thing, but it's still nice to know.

Like, echo back but still encrypt.

Thanks!

ufo^hunter

In lieu of contacting me on here, send me an email to:

conspiracyirc@hotmail.com

LIQUID_NiTrO
Comments: 113
 
mIRC Snippet:  Nitrous Encryption
Posted on Dec 3, 2006 4:06 pm
I've added functionality for your 2nd request. Enjoy :)
CakerX
Comments: 4
 
mIRC Snippet:  Nitrous Encryption
Posted on Feb 12, 2007 2:47 pm
I must say I am impressed. You've managed to provide read encryption, in a very short amount of code, without the use of a DLL.

Its not "good" or serious encryption, but its a great proof of concept(the concept being DLL-less encryption), and some inovative coding.
LightspeedDemon
Comments: 1
 
mIRC Snippet:  Nitrous Encryption
Posted on Sep 16, 2007 5:56 am
Greetings...Ive a snafu n wonder if you may have a solution or workaround for it.
I copied and pasted your encryption snippet into a script called P&Plus, a script with heavy safeguards againt such things as DCC and queries.
It works...half-way. Ii will decrypt text but cannot encrypt...text comes out plaintext...
I tried the alias command n still no encrypt...

Any tips, tricks or snippet alterations I can try to get it going properly will be greatly appreciated.
In any case I must say great snippet n hella fun in a chatroom even though Im only getting half the picture so to speak ;)

Please Register or Login to start posting comments.
Bottom