Skip to content

Releases: bigvirtue1/bv1vault-free

BV1 Vault Free v1.0.0

20 Jun 16:12
a6ed184

Choose a tag to compare

🔐 BV1 Vault Free v1.0.0 — Initial Release
AES-256-GCM + Argon2id + SHA-512 per-keystroke encryption
Free for personal use.

📥 Download these files | 아래 파일들을 다운로드:

  • bv1vault_free
  • install.sh
  • install.txt (install guide | 설치 안내)

📥 Install / 설치

English Linux

cd ~/Downloads
chmod +x install.sh
./install.sh

한글 Linux

cd ~/다운로드
chmod +x install.sh
./install.sh

✅ SHA-256 Verification | 파일 무결성 검증:
41d76b62706f60d4ea1d87d7721b4b6b664cbe27657eb409b970ac779edc15cb bv1vault_free

English Linux

cd ~/Downloads
sha256sum bv1vault_free
sha256sum bv1vault_free > bv1vault_free.sha256
sha256sum -c bv1vault_free.sha256

Result: bv1vault_free: OK

한글 Linux

cd ~/다운로드
sha256sum bv1vault_free
sha256sum bv1vault_free > bv1vault_free.sha256
sha256sum -c bv1vault_free.sha256

정상: bv1vault_free: 확인