Keeper-Security/keeper-sdk-dotnet

Connect-Keeper does not support secure string password

Project2022Energy opened this issue · 3 comments

The following code does not work

$tmp = Read-Host "Enter Password" -AsSecureString

Connect-Keeper -Username "use@domain.com" -Password $tmp

I wonder whether the PS module supports "System.Security.SecureString"

Thank you for reporting this issue. It will be fixed in the next release.

Any ETA on this? Would also like to see this implemented.

The fix is pushed to master.
e4acfb9
Thanks