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. -
Remove previous
wingetexecutablewinget remove Shemeshg.PassSimpleinstall scoop if not installed
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser irm get.scoop.sh | iexadd the bucket
scoop bucket add extras scoop bucket add shemeshg https://github.com/shemeshg/scoop-bucketinstall
scoop install pass-simplekeep updated with
scoop update * -
Windows Os does not recognize
dotinitial ashidden, so at the root of the repository.
Get-ChildItem -Path . -Force -Filter ".*" | ForEach-Object { $_.Attributes = 'Hidden' }