TinyVault

2.2.3

A lightweight, encrypted password manager for PowerShell. Stores credentials in an AES-256 encrypted vault secured by a master password, with an optional local web interface for browser-based access.

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name TinyVault -RequiredVersion 2.2.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name TinyVault -Version 2.2.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) gianlucanadir. All rights reserved.

Package Details

Author(s)

  • gianlucanadir

Tags

password vault security encryption credentials

Functions

Import-TinyVaultCsv Add-TinyVaultEntry Get-TinyVault Copy-TinyVaultEntry Remove-TinyVaultEntry Edit-TinyVaultEntry Set-TinyVaultMasterPassword Install-TinyVaultWeb Start-TinyVaultWeb

Dependencies

This module has no dependencies.

Release Notes

           2.2.3: Fix Start-TinyVaultWeb function
           2.2.2: Minor fix
           2.2.1: Add ASCII splash screen and current/latest version info
           2.1.1: Add Start-TinyVaultWeb to easily start the web server
           2.0.1: Fixed Install-TinyVaultWeb error message on download failure.
           2.0.0: Initial release. AES-256 encrypted vault with master password, CSV import, and optional local web interface.

FileList

Version History

Version Downloads Last updated
2.2.5 9 3/19/2026
2.2.4 5 3/19/2026
2.2.3 (current version) 6 3/17/2026
2.2.2 5 3/17/2026
2.2.1 4 3/17/2026
2.1.1 6 3/12/2026
2.0.1 8 3/8/2026
2.0.0 5 3/8/2026
Show more