シンプルなパスワードマネージャー
.gitignore | ||
addpass.c | ||
addpass.h | ||
CHANGELOG.md | ||
delpass.c | ||
delpass.h | ||
genpass.c | ||
genpass.h | ||
initpass.c | ||
initpass.h | ||
LICENSE.txt | ||
listpass.c | ||
listpass.h | ||
main.c | ||
Makefile | ||
README.md | ||
showpass.c | ||
showpass.h | ||
yankpass.c | ||
yankpass.h |
sp
シンプルなパスワードマネージャー
インストールする方法
CRUX
doas prt-get depinst gpgme gnupg pinentry
Artix
doas pacman -S base-devel gpgme gnupg pinentry
OpenBSD
doas pkg_add gmake gpgme gnupg pinentry
FreeBSD
doas pkg install gmake gpgme gnupg pinentry
全部
mkdir -p ~/.local/share/sp
gpg --generate-key
gpg -k | less
鍵をコピーして下さい。
echo "(コピーした鍵)" >> ~/.local/share/sp/.gpg-id
Linux
make
doas make install
FreeBSDかOpenBSD
gmake
doas gmake install PREFIX=/usr/local