Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
755
Downloads of v 1.25:
65
Last Update:
04 Sep 2020
Package Maintainer(s):
Software Author(s):
- Nir Sofer
Tags:
lsa registry passwords decrypt gui nirsoft- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

LSASecretsView - View LSA Secrets
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
755
Downloads of v 1.25:
65
Maintainer(s):
Software Author(s):
- Nir Sofer
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install LSASecretsView - View LSA Secrets, run the following command from the command line or from PowerShell:
To upgrade LSASecretsView - View LSA Secrets, run the following command from the command line or from PowerShell:
To uninstall LSASecretsView - View LSA Secrets, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download lsasecretsview --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade lsasecretsview -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade lsasecretsview -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure lsasecretsview installed
win_chocolatey:
name: lsasecretsview
state: present
version: 1.25
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'lsasecretsview' do
action :install
version '1.25'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: lsasecretsview,
Version: 1.25,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller lsasecretsview
{
Name = 'lsasecretsview'
Ensure = 'Present'
Version = '1.25'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'lsasecretsview':
provider => 'chocolatey',
ensure => '1.25',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install lsasecretsview version="1.25" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator gep13 on 07 Sep 2020.
LSASecretsView is a small utility that displays the list of all LSA secrets stored in the Registry on your computer.
The LSA secrets key is located under HKEY_LOCAL_MACHINE\Security\Policy\Secrets and may contain your RAS/VPN passwords, Autologon password, and other system passwords/keys.
Virus Scan Results
There are a number of positives flagged in the virus scans for this package. While these are extremely likely to be due to the nature of the software (access/view protected storage used by the Local Security Authority) you should make your own decision on this before installing the software. The issue has been discussed by the software author Nir Sofer a number of times:
- Antivirus companies cause a big headache to small developers
- Amazing difference between Antivirus false alerts on 32-bit and 64-bit builds of exactly the same tool
- Antivirus statistics and scores according to false positives of NirSoft tools
Notes
- The 32-bit version of LSASecretsView will not run in a 64-bit environment and the installation will fail if forced with
--forceX86
- This package is automatically updated using the Chocolatey Automatic Package Update Model (AU).
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
License
=======
This utility is released as freeware. You are allowed to freely
distribute this utility via floppy disk, CD-ROM, Internet, or in any
other way, as long as you don't charge anything for this and you don't
sell it or distribute it as a part of commercial product. If you
distribute this utility, you must include all files in the distribution
package, without any modification !
Disclaimer
==========
The software is provided "AS IS" without any warranty, either expressed
or implied, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose. The author will not
be liable for any special, incidental, consequential or indirect damages
due to loss of data or any other reason.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The application has been downloaded from the official distribution and can
be verified by:
1. Go to the binary distribution page
https://www.nirsoft.net/utils/lsa_secrets_view.html
and download the archive lsasecretsview.zip using the Download LSASecretsView link or the archive
lsasecretsview-x64.zip using the Download LSASecretsView for x64 link.
Alternatively the archives can be downloaded directly from
https://www.nirsoft.net/utils/lsasecretsview.zip
https://www.nirsoft.net/utils/lsasecretsview-x64.zip
2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash lsasecretsview.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f lsasecretsview.zip
File32: lsasecretsview.zip
ChecksumType32: sha256
Checksum32: FEF35C3ACAD8BA0C7771F922AE08270AA10D0CFCCDCAC141C4E963D945796033
- Use powershell function 'Get-Filehash' - Get-Filehash lsasecretsview-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f lsasecretsview-x64.zip
File64: lsasecretsview-x64.zip
ChecksumType64: sha256
Checksum64: 7E17CA28E57ADF46BC8C6F27544FA2BC68B27E8945742F8058C63436CDD0877C
Contents of file LICENSE.txt is obtained from https://www.nirsoft.net/utils/lsa_secrets_view.html
$ErrorActionPreference = 'Stop';
$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)
if ((Get-ProcessorBits 32) -eq 'true') {
$archive = Join-Path $toolsDir 'lsasecretsview.zip'
}
else {
# fail if a 32-bit install is forced in a 64-bit environment
if ($env:ChocolateyForceX86 -eq 'true') {
Write-Error('32-bit install not supported in a 64-bit environment')
} else {
$archive = Join-Path $toolsDir 'lsasecretsview-x64.zip'
}
}
$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
FileFullPath = $archive
Destination = $toolsDir
}
Get-ChocolateyUnzip @unzipArgs
md5: AB007886AD9CEA1DEFF88C5DEE3E16F5 | sha1: 9B5253D88FE9E9844EA7C739D0D9E28B5C5C73B7 | sha256: 7E17CA28E57ADF46BC8C6F27544FA2BC68B27E8945742F8058C63436CDD0877C | sha512: 3E78D8E5800CDC55BF0C66DBE87E9AB5F184278179A26A98B570D75194189CFF857EB1099198C81F4DADF0A339228DA9985DE56B23AF608E6A4B58C9B77AB6B1
md5: 60369EBAA2AFB4575B4260BEFD46EE04 | sha1: CA4A76392139A410E95A66465047FB03A4478C75 | sha256: FEF35C3ACAD8BA0C7771F922AE08270AA10D0CFCCDCAC141C4E963D945796033 | sha512: 64850036CBEC505D30B90A95ECECE40DA33178D099B579A57337969019D7D8D9955A4853E1FC8E682A7E5BC046E03B431BA42577509D123766FC85FB424A264A
Log in or click on link to see number of positives.
- lsasecretsview-x64.zip (7e17ca28e57a) - ## / 61
- lsasecretsview.zip (fef35c3acad8) - ## / 62
- lsasecretsview.1.25.nupkg (3a981052b681) - ## / 63
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
LSASecretsView - View LSA Secrets 1.25 | 65 | Friday, September 4, 2020 | Approved |
LSASecretsView 1.21 | 690 | Saturday, October 10, 2015 | Approved |
Copyright 2006-2016 Nir Sofer
This package has no dependencies.
Ground Rules:
- This discussion is only about LSASecretsView - View LSA Secrets and the LSASecretsView - View LSA Secrets package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or LSASecretsView - View LSA Secrets, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.