Skip to content

Commit

Permalink
updated changelog & documentation about the password hash retrieval f…
Browse files Browse the repository at this point in the history
…rom url
  • Loading branch information
cedrozor committed Nov 3, 2018
1 parent fa46e7c commit a6c29c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6c29c2

Please sign in to comment.