Windows specific
Windows runs natively with Rnpgp
and gnupg
backend.
Backup your gnupg
keys before converting from sqlite
to kbx
.
install software
-
install
gpg4win
winget install gpg4win
-
install chocolatey (via copy past into PowerShell)
-
install
gopass
choco install gopass
https://github.com/gopasspw/gopass/blob/master/docs/setup.md
-
initialize
gopass
withgopass setup
-
list keys, and inspect store location and key format.
gpg --list-keys
-
convert
gpg4win
sqlite
tokbx
usinggpg-disable-keyboxd
. -
use
gopass
to create and edit a test document. -
Run NSIS installer executable
or manually Extract the deployed windows zip folder, and run
pass-simple.exe
from windows explorer. (application is not signed, so confirm security screen). -
Windows Os does not recognize
dot
initial ashidden
, so at the root of the repository.
Get-ChildItem -Path . -Force -Filter ".*" | ForEach-Object { $_.Attributes = 'Hidden' }