Top

encryptR


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  2.0
Scores Submitted  1
Date Added  Jul 03, 2006
Last Updated  Jul 03, 2006
Tags  crypt  enc  encode  encrypt 
  Bookmark and Share

Introduction

text encrypter. insert into remotes

Grab the Code

Comments

  (7)  RSS
CaRe_Taker
Comments: 134
 
mIRC Snippet:  encryptR
Posted on Jul 4, 2006 4:09 am
* /msg: insufficient parameters (line 7, enc)
CaRe_Taker
Comments: 134
 
mIRC Snippet:  encryptR
Posted on Jul 4, 2006 4:09 am
* /msg: insufficient parameters (line 7, enc)
hhmmmm
Wats up with it ?
QuickStep
Comments: 123
 
mIRC Snippet:  encryptR
Posted on Jul 4, 2006 6:11 am
An encypter is useless with a decrypter (except in the case of a 1-way encryption, which this clearly is not), so you should code that also.
sean
Comments: 99
 
mIRC Snippet:  encryptR
Posted on Jul 4, 2006 10:17 am
@CaRe_Taker: no clue bro, works on my end + w/ others as well
@QuickStep: this was my first attempt at an encrypter, guess a decrypter would come in handy.
sean
Comments: 99
 
mIRC Snippet:  encryptR
Posted on Jul 6, 2006 12:44 am
okay i\'ve come to the conclusion that this particular method cannot be decoded lol. if anyone wants to give it a shot, by all means go ahead.
QuickStep
Comments: 123
 
mIRC Snippet:  encryptR
Posted on Jul 6, 2006 9:41 am
You might want to change:
var %a = $asc($left($1-,%i))
To:
var %a = $asc($mid($1-,%i,1))

Now you got a usefull encoding that actually CAN be decoded :)
QuickStep
Comments: 123
 
mIRC Snippet:  encryptR
Posted on Jul 6, 2006 9:48 am
But you will end up with a decoding method that can output multiple decodations of one string, there is not one definite decoded string. If you want to fully understand how $asc and $chr works, you should find out why this happens.

Please Register or Login to start posting comments.
Bottom