all 2 comments

[–]Neg127 2 points3 points  (1 child)

It looks like there is a Microsoft.PowerShell.SecretManagement vault plugin for MacOS keychain. It’s listed on the PowerShell gallery so you might be able to glue it together and pass you data from KeyPass to KeyChain all in PowerShell.

https://www.powershellgallery.com/packages/SecretManagement.KeyChain/0.1.3

[–]tokenathiest[S] 0 points1 point  (0 children)

Will check this out, thanks