Windows specific
Windows runs natively with Rnpgp
and gnupg
backend.
Backup your gnupg
keys before converting from sqlite
to kbx
.
install software
-
install
gopass
winget install Git.Git winget install GnuPG.Gpg4win winget install gopass.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
winget install Shemeshg.PassSimple
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' }