Skip to content
TG007 community snippet #21

show md5 hash of text

a user can do for example !md5 password and the script will respond with the md5 encrypted version of password

By Haggis Added Mar 2, 2010 Updated Mar 3, 2010
General IRC All snippets
mIRC script 1 line
About this snippet

Overview

a user can do for example

!md5 password

and the script will respond with the md5 encrypted version of password
Source code

mIRC script

1 line · 43 characters
on *:TEXT:!MD5 *:#: { msg $chan $MD5($2-) }
Community

Comments

Want to join the discussion? Sign in to TG007.
FanfareWednesday, 7 April, 2010
Aren't you supposed to enter the password in the PM? People will see the actual password and the hashed password at the same time.
HaggisWednesday, 3 March, 2010
hahah no i was going to put that first then realised there was no php option
err0rTuesday, 2 March, 2010
did you mean to type Connect to mySQL