473,698 Members | 2,086 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Password encryption in .rdp Files

Hi all,

Ok what I do is an application that starts Remote Desktop Connection
automatically. I do this by generating a temporary .rdp file this looks like
this:

----------------------------------------------------------------------------------------------
screen mode id:i:1
desktopwidth:i: 1280
desktopheight:i :1024
session bpp:i:16
winposstr:s:0,1 ,-26,0,774,341
auto connect:i:1
full address:s:marse illeb1
compression:i:1
keyboardhook:i: 2
audiomode:i:0
redirectdrives: i:0
redirectprinter s:i:1
redirectcomport s:i:0
redirectsmartca rds:i:1
displayconnecti onbar:i:1
autoreconnectio n enabled:i:1
username:s:admi nalw
domain:s:SNB
alternate shell:s:
shell working directory:s:
disable wallpaper:i:1
disable full window drag:i:1
disable menu anims:i:1
disable themes:i:0
disable cursor setting:i:0
bitmapcachepers istenable:i:1
password
51:b:01000000D0 8C9DDF0115D1118 C7A00C04FC297EB 010000001FBAB28 48F07D048869DC9 EA8761772F00000 000080000007000 730077000000036 60000A800000010 0000002296B6290 5606BA256A31292 4705797A0000000 004800000A00000 00100000005B9A3 15FAD0894B33C8C 8362435835D3080 200002ABFFF6FFC B46C8C008EECB26 E41B23951438BCB 5DC4F1F0D74B1E2 2FA4ED1F63B0206 74DF32F04B0645F D3652241DA01456 6280C7C928ABC9F A2466C8F95108FC FDA2010A295ABD6 6658AA06F468F32 1E6499C811E0EEB BCF40640FC82465 F2E1E02038CE09E AC672AE4D8FB0B0 68F5053DF1FD5F0 AB05589C52A03BD 9FAFCB854192D3E 7507F36FA8D9DBA DAAA6F071D14098 2FE0685526AB521 6051071E6B2DC0F 1BCF7C3BE966D6F D3BB97BA202B576 B00C55640BCFD2D A08D0426E39306F DA21766D6C0D81A C71C1C9A5F49681 70E79D1ACC38A3A E830486ED193A80 F9926452D4E5E1D 27731CDD31A37FC 3C45F24DA6169F7 48FE768DF8C4E52 3B2EA8C503EE93F 6E602BEA5A45759 25E04D72FAFD96E 3861343987BC676 F9E3E61A39933B5 1DFD815C0054581 5C7EF771BD9F121 5AD20E6A321495D 875B84C1684E020 E4F257BFF0D91D3 5AE11A34B1537A9 BCBA63BBBD75C56 A986685B5FB8639 D0A4AB0F7AF30DA CF9048258AE7F5E D24CEF09DB077A2 51A027D63F66395 ED8E84898AF8267 20D387B36989CC0 25309944AFAA561 1C7ABF5CD15F9FF 8B020BEAC76055D C883150FFFA837C F6918E3BF4BDB43 2286775C42D1333 12CE3333B4E7645 9CA3872D591765E F0B8D86981F817A 5BE629E60F5906E A4AE8C8B27A2D43 66522A385638165 3C80F5A7A3D8F06 4F2995D0BE1177A F205876D86EEB03 6929C0ED3E75883 E57BCEAAD314000 000B43D07CA5F05 AD03445F70A0ECF 3CE0D6FB0A8BB
------------------------------------------------------------------------------------------------
As you can see, the password is encrypted. But which Algorithm is used for
this? MD5?-dont't think so, value is too long. The password I used for this
example is "test".

Any Ideas, links, suggestions? I don't know if this is the right newsgroup
for this topi....

Regards Alexander
Nov 16 '05 #1
0 1994

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
7518
by: Ian Davies | last post by:
Hello I would like to query the user table of the mysql database from my VB application to check that a user's password entered in a text field on a form corresponds to that users password in the mysql database. However, when I retreive the password using an sql statement into a recordset, it is encrypted. How can I decrypt it so I can make the comparison. Ian
5
4508
by: Guadala Harry | last post by:
What are my options for *securely* storing/retrieving the ID and password used by an ASP.NET application for accessing a SQL Server (using SQL Server authentication)? Please note that this ID and password would be different than the one the user enters for ASP.NET forms authentication. The ID/password in question is used by the application, itself, for accessing the SQL Server. Thanks in advance.
4
5547
by: PJones | last post by:
I am looking for the best way to one way encrypt a password for storage in a database using (asp.net / vb.net) basically I need some functions or examples that I can freely use in a commercial project anyone got any good functions or links I can look at ? I was looking at MD5 hash .. the examples I saw confused me as I didn't see a key ? Does MD5 not used a key ?
5
2800
by: nick | last post by:
I need to create a simple asp.net application that use password protect some html pages. The html page provider doesn't know asp.net. And the host doesn't allow me to create user accounts. What's the best way to store users/password except database tables? and to store html files?
3
3765
by: Miro | last post by:
Why Password protect an MDB when someone can google and get a hack? Wondering if anyone else has thought of this and just said "oh well"... I plan to password protect an MDB where I have some system/program variables and data. But looking in google, there are plenty of programs a user can download to hack and crack that password.
12
11080
by: =?Utf-8?B?am9uaWdy?= | last post by:
I wrote a simple VB.NET application that imports and edits CSV files. Now I’d like to “lock” the raw (pre-import) CSV files so these cannot be opened separately. It is not high-sensitive data, I just don’t want folks to peek in the files. So time-consuming encryption is not necessary, just a simple password-to-open that I can program in my application so it internally opens the imported CSV file would be perfect, but I can’t...
2
2482
by: Jeff Williams | last post by:
I am developing an application which will allow users (students) to run applications on PC's with elevated rights. This is necessary for some applications which require Administrator rights on the PC. I now need to store the local administrator username and password somewhere where my application can read this from. I am looking for comments on 1. Recommend place to store this data
20
3018
by: _mario.lat | last post by:
hallo, I use PHP and I'd like to not write in hardcoded way password and login to access to mysql. how to not write password in code for access to mysql? How can I do? I'd like that who see my code don't see my paswords. there is a solution? Thank you in advance. Mario.
4
2790
by: Gilles Ganault | last post by:
Hello I'd like to encrypt a customer's organization name to use this as their password to launch our application, and decrypt it within our VB5 application. We will then use this information to print it on every page that the application prints out. That way, even if some other user gives out his password, it won't do any good, since the organization name will be the original user's.
0
2192
by: Jon.Hakkinen | last post by:
Hi all, I'm on DB2 9.5 fp 0 on Windows. I have a simple SQL stored procedure which uses the Encrypt() function to insert data in a table. I do not set the encryption password inside the procedure, I plan to issue an Set Encryption statement at the beginning of every database session from our middle layer. But for now I use clp or db2ce to run something like
0
9157
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8895
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8861
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4369
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3046
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2330
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.