> No it wasn't, I'm talking about from the VERY beginning
of the connection,
> you know...
Yes, I do - I've made an mus/mux compatible Xtra a couple of
years ago.
Though some of the things you are mentioning are not 100%
accurate, I do
know that mus has security issues, but I'd never discuss them
over a public
forum.
> As for my actual encryption... ...i made the encryption
myself what are
> they gunna do with it?
Didn't you say you are concerned about security? Handing out
the key makes
it an easy task to break even the strongest cipher, for
someone who knows
what he 's doing. Just sniffing a couple of short messages
and examining the
patterns should do it.
Changing the key makes it even easier, long as the key is
known.
There is a good reason why noone transmits encryption keys.
I'd highly
suggest to consider changing your approach. If anything, use
a fixed key,
that you won't be including in the message.
Regards,
Harris.
P.S.
Kudos for building your own server, btw.
"justinjkdr" <webforumsuser@macromedia.com> wrote in
message
news:fhd4gt$rsd$1@forums.macromedia.com...
> No it wasn't, I'm talking about from the VERY beginning
of the connection,
> you
> know that connection key you use? #all or
#23894782934hasdfj and it has to
> be
> the same in the server config.... it gets encrypted and
put at the end of
> the
> logon packet... when you first log in you send a message
with the subject
> "logon" (You don't see this in the MUS server because it
handles it and
> logs
> you in accordingly and adds you to a group, but like I
said I made my own
> server so I had to code the part to check the key...)
And what I was
> saying is,
> I don't know how to decrypt the key that is put at the
end of the logon
> packet,
> so what I did was just stored the encrypted text in the
server and checked
> it
> against the one people use when logging in, it's
actually not even a big
> deal,
> I should just accept all connections whether the key is
right or not,
> because
> if they aren't using my client they aren't going tobe
able to send
> messages to
> me anyways because of my custom encryption and if they
don't send a
> LoadChar
> message within 5 seconds of logon it boots them.
>
> That stupid logon key doesn't really do anything
actually, I could log
> into
> any server with any key and start sending and receiving
messages...
>
> As for my actual encryption I encrypt the recipient,
subject and content
> strings before sending the message and I use the
timestamp that is sent
> with
> the message as a key so that EVERY message is different
and NEVER the same
> (It's pretty tricky) and i dont gotta worry about people
realizing that
> the
> timestamp is the key because like I said, i made the
encryption myself
> what are
> they gunna do with it? =P
>