Releases: SkyKick/PowerShell
Releases · SkyKick/PowerShell
v7.0.2-skykick.1 SkyKick Modified Release of PowerShell Core
v7.0.2-skykick.1 - 7/2/2020
Note: This build is based off the v7.0.2 tag.
Changes
- Swaps native windows crypto library calls for dotnet standard compatible calls in the session key exchange that is triggered on a
SecureString
serialization during remote command invocation. The new implementation continues to use CAPI-compatible key blob formats for key import/export to retain compatibility with older shells.
v6.2.3-skykick.1 SkyKick Modified Release of PowerShell Core
v6.2.3-skykick.1 - 11/30/2019
Note: This build is based off the v6.2.3 tag.
Changes
- Swaps native windows crypto library calls for dotnet standard compatible calls in the session key exchange that is triggered on a
SecureString
serialization during remote command invocation. The new implementation continues to use CAPI-compatible key blob formats for key import/export to retain compatibility with older shells.