View previous topic :: View next topic |
Author |
Message |
sdb
Joined: 21 Jan 2008 Posts: 11
|
Posted: Thu Oct 15, 2015 1:56 pm Post subject: Fun with openssl |
|
|
Playing a mud with imms that like to snoop? Give this a shot..
#var {EncKey} {Mind your own business}
#alias {etell %1 %2}{#script {encrypt}{echo "%2" | openssl enc -e -aes-256-cbc -a -A -salt -k "$EncKey"};tell %1 >>$encrypt[1]}
#gag {%1 tells you '>>%2'}
#action {%1 tells you '>>%2'}{#script {decrypt}{echo "%2" | openssl enc -d -aes-256-cbc -a -A -salt -k "$EncKey"};#showme %1 e-tells you '$decrypt[1]'}
Example;
etell ally irc channel key changed, try bloodngore
What people snooping you or other person see..
You tell Ally '>>U2FsdGVkX1+MFcG9GF65ejORJlO4Vz7IsyWNlY8d6PeLtHvMUSOCnAuK4Ftx3UxMtDSEPC7il34XgLORP0fDtw=='
Friend tells you '>>U2FsdGVkX1+MFcG9GF65ejORJlO4Vz7IsyWNlY8d6PeLtHvMUSOCnAuK4Ftx3UxMtDSEPC7il34XgLORP0fDtw=='
What your friend sees...
Friend e-tells you 'irc channel key changed, try bloodngore'
 |
|
Back to top |
|
 |
PowerGod
Joined: 04 Aug 2014 Posts: 352
|
Posted: Fri Oct 16, 2015 1:59 am Post subject: |
|
|
Cool
This way even the server logs can't be easily understood, so you can say every kind of nasty words without being banned !!  |
|
Back to top |
|
 |
|