README.md
1RDP Encrypt/Decrypt Utility
2===================
3
4This utility was created by Remko Weijnen as part of his research into how RDP passwords are encrypted. It is included here for posterity. I do not own the source code, and the utility itself is licensed under the Mozilla public license:
5
6Original README
7---------------
8 Author: Remko Weijnen (www.remkoweijnen.nl)
9 Version: 1.0
10 Date: 19-10-2007
11
12 License:
13 The contents of this file are subject to
14 the Mozilla Public License Version 1.1 (the "License"); you may
15 not use this file except in compliance with the License. You may
16 obtain a copy of the License at
17 http://www.mozilla.org/MPL/MPL-1.1.html
18
19 Software distributed under the License is distributed on an
20 "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
21 implied. See the License for the specific language governing
22 rights and limitations under the License.
23
24 How to Encrypt:
25 Type in a password in the Password box and click Encrypt it.
26
27 How to Decrypt:
28 Type or paste a password hash (as saved in an rdp file but
29 without "password 51:b:" and press the Decrypt button.
30
31