-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
77 lines (73 loc) · 3.83 KB
/
blog.html
File metadata and controls
77 lines (73 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Read about blockchain password security, digital inheritance, and encrypted seed phrase storage. Learn how CroVault helps secure your digital life.">
<meta name="keywords" content="CroVault blog, blockchain password manager, digital inheritance, seed phrase storage, crypto security, vault">
<title>CroVault Blog – Tips & Tools for Securing Your Digital Life</title>
<link rel="stylesheet" href="/css/vault.css">
<link rel="canonical" href="https://crovault.com/blog" />
</head>
<body>
<!-- Header with menu -->
<header>
<div id="headerDiv" class="header-content">
<a href="/" title="CroVault homepage">
<picture>
<source srcset="assets/images/Icon/crovault-logo.webp" type="image/webp">
<img src="assets/images/Icon Transparent/crovault-logo.png"
alt="CroVault secure data vault logo"
title="CroVault – blockchain-secured personal data storage">
</picture>
</a>
<div>
<span class="title">CroVault</span>
</div>
</div>
</header>
<div class="blog-list">
<h1 class="h1-blogs">CroVault Blog</h1>
<p>Articles on digital privacy, inheritance, and blockchain security — written for humans, backed by cryptography.</p>
<div class="blog-card">
<h2><a href="/blogs/introducing-totp-support-in-crovault.html" title="Introducing TOTP Support in CroVault" rel="noopener">🔐 Introducing TOTP Support in CroVault</a></h2>
<p>April 20, 2025</p>
<p>We’re excited to announce a powerful new upgrade to CroVault: support for TOTP (Time-Based One-Time Passwords)!
You can now store your 2FA keys securely and privately—right inside your encrypted blockchain vault.</p>
</div>
<div class="blog-card">
<h2><a href="/blogs/blog_blockchain_password_manager" title="Why You Should Use a Blockchain-Based Password Manager" rel="noopener">Why You Should Use a Blockchain-Based Password Manager</a></h2>
<p>April 17, 2025</p>
<p>Learn how CroVault offers a decentralized, encrypted way to store passwords and private data — and why it’s safer than traditional tools.</p>
</div>
<div class="blog-card">
<h2><a href="/blogs/blog_digital_legacy_crovault" title="How to Prepare Your Digital Legacy With CroVault" rel="noopener">How to Prepare Your Digital Legacy With CroVault</a></h2>
<p>April 17, 2025</p>
<p>Don’t let your digital life die with you. Set up a secure vault for loved ones to access critical data — with no lawyers or servers.</p>
</div>
<div class="blog-card">
<h2><a href="/blogs/blog_seed_phrase_storage" title="Seed Phrase Storage: Why “Offline” Isn’t Always Safe" rel="noopener">Seed Phrase Storage: Why “Offline” Isn’t Always Safe</a></h2>
<p>April 17, 2025</p>
<p>Paper wallets burn. USBs fail. Discover how to securely back up seed phrases using blockchain and client-side encryption.</p>
</div>
</div>
<footer class="mt-4">
<p>
<strong>© 2025 CroVault. All Rights Reserved.</strong>
|
<a href="/privacy.html" class="text-light">Privacy Policy</a>
|
<a href="/terms.html" class="text-light">Terms and Conditions</a>
|
<a href="/license.html" class="text-light">MIT License</a>
</p>
<p>
⚠️ Disclaimer: CroVault is a decentralized application. You are solely responsible for your data, wallet, and password. We cannot recover lost vaults.
</p>
<div>
<a href="https://x.com/Swerfter" title="Twitter/X" class="social-link sl-style">
<i class="fab fa-x-twitter"></i>
</a>
</div>
</body>
</html>