Skip to content

Commit a6c29c2

Browse files
committed
updated changelog & documentation about the password hash retrieval from url
1 parent fa46e7c commit a6c29c2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
the Myrtille.PDF virtual printer now opens the browser print dialog, removing the need to install a PDF viewer on the end user machine and providing direct access to local (or network) printers (not working with the built-in Firefox PDF.js, option to open/download the pdf instead)
66
added swipe up/down gesture management for touchscreen devices (useful to scroll the display in applications that need it; can be disabled into the toolbar) * experimental feature! * not working on IE/Edge (see below)
77
emulating mouse events for IE/Edge on touchscreen devices (touchscreen is disabled by default into IE/Edge and use pointer events instead of touch when enabled into about:flags)
8+
for easier auto-connect / start program from url management, you can generate a password hash from url (thanks jol64). syntax: https://server/myrtille/GetHash.aspx?password=password
89
resynced FreeRDP (2.0.0 RC3)
910

1011
2018-10-21 Version 2.2.0 (stable)

DOCUMENTATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ To generate a password hash, you can use the powershell script "password51.ps1"
7676
- Call the encrypt function: "Encrypt-RDP-Password -Password *password*"
7777
- Copy & Paste the result into your URL
7878

79+
From version 2.3.0, you can also generate a password hash from url (thanks jol64). syntax: https://server/myrtille/GetHash.aspx?password=password
80+
7981
The password hash is only valid on the machine which generated it (the myrtille gateway); it won't work on another machine. Its length is 492 chars.
8082

8183
For further information, see https://docs.microsoft.com/en-us/dotnet/standard/security/how-to-use-data-protection

0 commit comments

Comments
 (0)