Copyright (C) 2001, 2002 Gustavo Picon
Table of contents:
TETAS is a dll for the Windows IRC client mIRC. It has some encryption/hashing functions for mIRC. Nothing special. TETAS is a recursive acronym for TETAS Encryption Tools And Stuff.
Please note that I'm _not_ giving support for this dll. If you don't know how something works here, you're on your own. Study the source, even if you don't know C, you'll be able to figure out things.
I'll say that again, if you need help with this dll, don't email me, don't msg me, i'm NOT giving support for this dll. I wrote this thing because I needed the functions. I release it because some other people may find it useful. I release the source because other guys can learn from it. But I WILL NOT help you with it. I'm sorry, I just don't have enough time, and I'm not very helpful anyway, I always confuse people...
The functions should be called with $dll(), not with /dll, because all the functions have return values.
All functions will return:
"+<code> [string]" on a success or
"-<code> [string]" on a failure
blowfish encrypt <key> <string>
blowfish decrypt <key> <encryptedstring>
blowfish encpass <password>
$dll(tetas.dll, blowfish, encrypt my_key some string)
$dll(tetas.dll, blowfish, decrypt my_key iZiW0/n9vYN0SU3qq.4h4PT1)
$dll(tetas.dll, blowfish, encpass foo)
md5 <string>
$dll(tetas.dll, md5, mypass)
$dll(tetas.dll, md5, Hi Bunni! how are you?)
dllinfo
$dll(tetas.dll, dllinfo, -)