From a6c29c2262bebe87b7a958a5b76ec582eefcba06 Mon Sep 17 00:00:00 2001 From: cedrozor Date: Sat, 3 Nov 2018 19:12:00 +0100 Subject: [PATCH] updated changelog & documentation about the password hash retrieval from url --- CHANGELOG | 1 + DOCUMENTATION.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 21d9e23..5c607eb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ 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) 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) 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) + 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 resynced FreeRDP (2.0.0 RC3) 2018-10-21 Version 2.2.0 (stable) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index ae9e1f8..a590ad5 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -76,6 +76,8 @@ To generate a password hash, you can use the powershell script "password51.ps1" - Call the encrypt function: "Encrypt-RDP-Password -Password *password*" - Copy & Paste the result into your URL +From version 2.3.0, you can also generate a password hash from url (thanks jol64). syntax: https://server/myrtille/GetHash.aspx?password=password + 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. For further information, see https://docs.microsoft.com/en-us/dotnet/standard/security/how-to-use-data-protection