├── Functions ├── Convert-SecureStringTo32ByteKey.ps1 ├── ConvertFrom-FipsSecureString.ps1 ├── ConvertFrom-PKISecureString.ps1 ├── ConvertTo-FIPSSecureString.ps1 ├── ConvertTo-PKISecureString.ps1 ├── Export-PSCredential.ps1 ├── Import-PSCredential.ps1 ├── New-PSCredential.ps1 ├── New-Password.ps1 └── Set-AzureCmdlets.ps1 ├── LICENSE ├── PSCredentialTools.psd1 ├── SECURITY.md ├── changelog.md ├── contributing.md ├── docs ├── ConvertFrom-FIPSSecureString.md ├── ConvertFrom-PKISecureString.md ├── ConvertTo-FIPSSecureString.md ├── ConvertTo-PKISecureString.md ├── Export-PSCredential.md ├── Import-PSCredential.md └── New-PSCredential.md └── readme.md /Functions/Convert-SecureStringTo32ByteKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/Convert-SecureStringTo32ByteKey.ps1 -------------------------------------------------------------------------------- /Functions/ConvertFrom-FipsSecureString.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/ConvertFrom-FipsSecureString.ps1 -------------------------------------------------------------------------------- /Functions/ConvertFrom-PKISecureString.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/ConvertFrom-PKISecureString.ps1 -------------------------------------------------------------------------------- /Functions/ConvertTo-FIPSSecureString.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/ConvertTo-FIPSSecureString.ps1 -------------------------------------------------------------------------------- /Functions/ConvertTo-PKISecureString.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/ConvertTo-PKISecureString.ps1 -------------------------------------------------------------------------------- /Functions/Export-PSCredential.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/Export-PSCredential.ps1 -------------------------------------------------------------------------------- /Functions/Import-PSCredential.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/Import-PSCredential.ps1 -------------------------------------------------------------------------------- /Functions/New-PSCredential.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/New-PSCredential.ps1 -------------------------------------------------------------------------------- /Functions/New-Password.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/New-Password.ps1 -------------------------------------------------------------------------------- /Functions/Set-AzureCmdlets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/Functions/Set-AzureCmdlets.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/LICENSE -------------------------------------------------------------------------------- /PSCredentialTools.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/PSCredentialTools.psd1 -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/SECURITY.md -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/changelog.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/contributing.md -------------------------------------------------------------------------------- /docs/ConvertFrom-FIPSSecureString.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/docs/ConvertFrom-FIPSSecureString.md -------------------------------------------------------------------------------- /docs/ConvertFrom-PKISecureString.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/docs/ConvertFrom-PKISecureString.md -------------------------------------------------------------------------------- /docs/ConvertTo-FIPSSecureString.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/docs/ConvertTo-FIPSSecureString.md -------------------------------------------------------------------------------- /docs/ConvertTo-PKISecureString.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/docs/ConvertTo-PKISecureString.md -------------------------------------------------------------------------------- /docs/Export-PSCredential.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/docs/Export-PSCredential.md -------------------------------------------------------------------------------- /docs/Import-PSCredential.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/docs/Import-PSCredential.md -------------------------------------------------------------------------------- /docs/New-PSCredential.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/docs/New-PSCredential.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/PSCredentialTools/HEAD/readme.md --------------------------------------------------------------------------------