
605,532
Downloads
10,071
Downloads of v 2.29
4/11/2015
Last update
KeePass Password Safe (Install)
2.29
KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).
1.x and 2.x
KeePass currently is available in two different editions: 1.x and 2.x. They are fundamentally different (2.x is not based on 1.x). They mainly differ in portability and functionality.
KeePass 1.x may be obtained via chocolatey package keepass-classic.
KeePass 2.x may be obtained via this package.
Additional resources
Features
Screenshots
FAQs: General, Technical, Development, Administrative
Forum
Manual
Command line options
To install KeePass Password Safe (Install), run the following command from the command line or from PowerShell:
C:\> choco install keepass.install
--version 2.29
To upgrade KeePass Password Safe (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade keepass.install
--version 2.29
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'keepass.install' $installerType = 'exe' $silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' $url = 'http://sourceforge.net/projects/keepass/files/KeePass%202.x/2.29/KeePass-2.29-Setup.exe/download' $checksum = '91EAF5E087340F066562F22ABE081762078DF6F3' $checksumType = 'sha1' $validExitCodes = @(0) Install-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -SilentArgs "$silentArgs" ` -Url "$url" ` -ValidExitCodes $validExitCodes ` -Checksum "$checksum" ` -ChecksumType "$checksumType"
- tools\chocolateyUninstall.ps1
Show
$packageName = 'keepass.install' $packageSearch = 'KeePass Password Safe 2.29' $installerType = 'exe' $silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' $validExitCodes = @(0) try { Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) ` -ErrorAction:SilentlyContinue ` | Where-Object { $_.DisplayName -like "$packageSearch" } ` | ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -SilentArgs "$($silentArgs)" ` -File "$($_.UninstallString)" ` -ValidExitCodes $validExitCodes } } catch { throw $_.Exception }
Virus Scan Results
- keepass.install.2.29.nupkg (d0277ad9f6dc) - ## / 57 - Log in or click on link to see number of positives
- KeePass-2.29-Setup.exe (083045e8a2f8) - ## / 57 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© 2003 Dominik Reichl, http://keepass.info/help/base/credits.html
Tags
Release Notes
Program
Package
- Automatically generated and uploaded by dtgm
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Keepass 2.x (Install) 2.41 | 27839 | Wednesday, January 9, 2019 | approved |
Keepass 2.x (Install) 2.40 | 62522 | Monday, September 10, 2018 | approved |
Keepass 2.x (Install) 2.39.1 | 63492 | Monday, May 14, 2018 | approved |
Keepass 2.x (Install) 2.39 | 11027 | Sunday, May 6, 2018 | approved |
Keepass 2.x (Install) 2.38 | 47310 | Monday, January 29, 2018 | approved |
KeePass Password Safe (Install) 2.37 | 56773 | Monday, October 16, 2017 | approved |
KeePass Password Safe (Install) 2.36 | 57448 | Sunday, June 18, 2017 | approved |
KeePass Password Safe (Install) 2.35 | 67673 | Saturday, January 21, 2017 | approved |
KeePass Password Safe (Install) 2.34 | 66993 | Sunday, June 12, 2016 | approved |
KeePass Password Safe (Install) 2.33 | 246 | Saturday, May 7, 2016 | approved |
Discussion for the KeePass Password Safe (Install) Package
Ground rules:
- This discussion is only about KeePass Password Safe (Install) and the KeePass Password Safe (Install) 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 KeePass Password Safe (Install), 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.