Remote Administration Tool encryption

For beginners, flames not allowed...(just by the staff :P)
Post Reply
User avatar
codejones
Newbie
Newbie
Posts: 1
Joined: 30 Jun 2007, 16:00
16

Remote Administration Tool encryption

Post by codejones »

I am writing my first RAT(for my personal lan) in vb 6.0 and am wondering about securing my application on the server-side. What is the best/fastest method for encrypting/decrypting all my applications traffic? as it stands now, all my traffic is an cleartxt.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

check here:
http://msdn2.microsoft.com/en-us/librar ... S.80).aspx
you also find info on how to use it (for VB too).

for the amount of data that is transfered by a RAT any encryption algorithm is ok, I recommend to use SHA ones like it's done by SSH connections.... :wink:

Post Reply