.github |
macppc = powerpc |
2024-12-13T16:06:15+09:00 | |
.gitignore |
Merge branch 'master' of gitler.moe:suwako/sp |
2024-11-04T19:30:02+09:00 | |
CHANGELOG.md |
Merge branch 'master' of gitler.moe:suwako/sp |
2024-11-04T19:30:02+09:00 | |
LICENSE.txt |
ライセンスの修正 |
2024-09-01T04:27:28+09:00 | |
Makefile |
macppc = powerpc |
2024-12-13T16:06:15+09:00 | |
README.md |
Merge pull request 'macOS対応' (#19) from macos into master Reviewed-on: https://gitler.moe/suwako/sp/pulls/19 |
2024-07-05T15:18:47+09:00 | |
main.c |
. |
2024-12-13T15:29:25+09:00 | |
man |
macppc = powerpc |
2024-12-13T16:06:15+09:00 | |
sp-completion.zsh |
. |
2024-10-09T19:13:52+09:00 | |
sp.conf |
コンフィグファイルの追加 (#26) |
2024-11-04T19:28:20+09:00 | |
src |
macppc = powerpc |
2024-12-13T16:06:15+09:00 |
シンプルなパスワードマネージャー
Simple Password Manager
doas prt-get depinst gpgme gnupg pinentry bmake
bmake
doas bmake install PREFIX=/usr
doas bmake install-zsh PREFIX=/usr
doas pacman -S base-devel gpgme gnupg pinentry bmake
bmake
doas bmake install PREFIX=/usr
doas bmake install-zsh PREFIX=/usr
doas pkg_add gpgme gnupg pinentry
make
doas make install
doas make install-zsh
doas pkgin install gpgme gnupg pinentry
make
doas make install
doas make install-zsh
doas pkg install gpgme gnupg pinentry
make
doas make install
doas make install-zsh
pkgman install bmake libassuan libassuan_devel gpgme gpgme_devel gnupg llvm18_clang
bmake
bmake install
bmake install-zsh
brew install bmake libassuan gpgme gnupg pinentry pinentry-mac
bmake
doas bmake install
doas bmake install-zsh
「gpg -k」でGPG鍵IDを確認して、「sp -i [GPG ID]」を実行して下さい。
Confirm your GPG key ID with "gpg -k", and run "sp -i [GPG ID]".
$ sp -g 64
nSYGSF2lWGCUsqKCRB_~mZm+spaU<zvtt%um'01$tj4h,^nB6JqX#Cm$!U+s;c7:
又は
Or
$ sp -g 64 secure
nSYGSF2lWGCUsqKCRB_~mZm+spaU<zvtt%um'01$tj4h,^nB6JqX#Cm$!U+s;c7:
$ sp -g 12 risk
2aKBwb858mzg
「suwako」というユーザー名の場合:
If the username is "suwake":
$ sp -a 076.moe/suwako
パスワード:
パスワード(確認用):
パスワードを保存出来ました。
入力中は何も表示されないので、ご注意下さい。
$ SP_LANG=en sp -a 076.moe/suwako
Password:
Password (for verification):
The password got saved.
$ sp -s 076.moe/suwako
nSYGSF2lWGCUsqKCRB_~mZm+spaU<zvtt%um'01$tj4h,^nB6JqX#Cm$!U+s;c7:
表示せずコピーする場合は、「sp -y 076.moe/suwako」を使用して下さい。
If you want to copy the password to the clipboard without showing it,
use "sp -y 076.moe/suwako" instead.
$ sp -d 076.moe/suwako
パスワード「076.moe/suwako」を本当に削除する事が宜しいでしょうか? (y/N): y
パスワードを削除しました。
$ sp -e 076.moe/suwako
パスワード:
パスワード(確認用):
パスワードを保存出来ました。
QRコードをダウンロードし、zbarimgを使用して「QR-Code:」以降の部分をコピーし、
spに追加して下さい。
sp -a
を実行すると、「パスワード」を聞かれますが、
TOTPの場合は「otpauth://」から始まる文字列をコピペして下さい。
Download the QR code image, copy everything after "QR-Code:"
you get after using zbarimg, and add into sp.
If you run "sp -a", it'll ask for a "password", but in the case of TOTP,
paste everything starting from "otpauth://".
$ zbarimg -q gitler.png
QR-Code:otpauth://totp/Gitler%20%28gitler.moe%29:suwako?algorithm=SHA1&digits=6&issuer=Gitler%20%28gitler.moe%29&period=30&secret=〇〇
$ sp -a gitler-otp
パスワード:
パスワード(確認用):
パスワードを保存出来ました。
$ sp -o gitler-otp
123456
Copyright © 2018-2024 by 076.moe Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
シンプルなパスワードマネージャー
0
1
1