You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's more of a suggestion than a question, but how about instead of having a Get-KeePassEntry function having a switch to provide the password as plain text, we should provide the with a consistent PSObject having a secure string for a password, and a function which would convert the secure string as plain text ?
Dragging up an old-ish question, since it bothered me and I just recently started using the module.
As a quick-fix for my own copy of 2.0.4.0, I went and modified this line so I can keep the data secure in memory at the very least. The parts in bold are my addition.
It's more of a suggestion than a question, but how about instead of having a Get-KeePassEntry function having a switch to provide the password as plain text, we should provide the with a consistent PSObject having a secure string for a password, and a function which would convert the secure string as plain text ?
The syntax would be something like
$KeePassEntry.Password | ConvertFrom-KeepassPassword
The text was updated successfully, but these errors were encountered: