Windows specific
Windows runs natively with Rnpgp and gnupg backend.
Backup your gnupg keys before converting from sqlite to kbx.
install software
-
install
gopasswinget install Git.Git winget install GnuPG.Gpg4win winget install gopass.gopasshttps://github.com/gopasspw/gopass/blob/master/docs/setup.md
-
initialize
gopasswithgopass setup -
list keys, and inspect store location and key format.
gpg --list-keys -
convert
gpg4winsqlitetokbxusinggpg-disable-keyboxd. -
use
gopassto create and edit a test document. -
Run NSIS installer executable
winget install Shemeshg.PassSimpleor manually Extract the deployed windows zip folder, and run
pass-simple.exefrom windows explorer. (application is not signed, so confirm security screen). -
Windows Os does not recognize
dotinitial ashidden, so at the root of the repository.
Get-ChildItem -Path . -Force -Filter ".*" | ForEach-Object { $_.Attributes = 'Hidden' }