CredentialsManager
1.2
The module Credentials Manager provides you with convenient and safe way to store your credentials to file system and effectively re-use them in your scripts.
List of commands:
Write-Credential
Read-Credential
Convert-Credential
Credentials are saved in file with encrypted content. Only user that saved them, can decrypt them.
Compared to other PowerShell c
List of commands:
Write-Credential
Read-Credential
Convert-Credential
Credentials are saved in file with encrypted content. Only user that saved them, can decrypt them.
Compared to other PowerShell c
The module Credentials Manager provides you with convenient and safe way to store your credentials to file system and effectively re-use them in your scripts.
List of commands:
Write-Credential
Read-Credential
Convert-Credential
Credentials are saved in file with encrypted content. Only user that saved them, can decrypt them.
Compared to other PowerShell credentials managers available to download this one has following advantages:
- it is written purely in PowerShell, without compiled binaries, or C# modules
- credentials are saved in simple files which can be easily managed (move, backup, etc.)
- usernames are also stored as encrypted data, which eliminates another layer of privacy and security concerns
- there is no need for create credentials command, as return objects are already in proper format, ready to be used in other commands.
All commands have documented help system. Type Get-Help about_CredentialsManager, or Get-Command -Module CredentialsManager for more info.
Show more
List of commands:
Write-Credential
Read-Credential
Convert-Credential
Credentials are saved in file with encrypted content. Only user that saved them, can decrypt them.
Compared to other PowerShell credentials managers available to download this one has following advantages:
- it is written purely in PowerShell, without compiled binaries, or C# modules
- credentials are saved in simple files which can be easily managed (move, backup, etc.)
- usernames are also stored as encrypted data, which eliminates another layer of privacy and security concerns
- there is no need for create credentials command, as return objects are already in proper format, ready to be used in other commands.
All commands have documented help system. Type Get-Help about_CredentialsManager, or Get-Command -Module CredentialsManager for more info.
Minimum PowerShell version
4.0
Installation Options
Owners
Copyright
(c) 2016 Igor Iric. All rights reserved.
Package Details
Author(s)
- Igor Iric Iric.Igor@Gmail.com
Tags
Functions
Read-Credential Write-Credential Convert-Credential
Dependencies
This module has no dependencies.
Release Notes
Bugfix to enable PS 7 compatibility
FileList
- CredentialsManager.nuspec
- about_CredentialsManager.help.txt
- Convert-Credential.ps1
- CredentialsManager.psd1
- CredentialsManager.psm1
- PSGetModuleInfo.xml
- Read-Credential.ps1
- README.md
- Write-Credential.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.2 (current version) | 961 | 11/14/2021 |
1.1 | 1,384 | 2/1/2017 |
1.00 | 149 | 10/1/2016 |
0.90 | 244 | 11/17/2015 |