Skip to content

Swerfer/CroVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 CroVault

CroVault is a decentralized privacy vault DApp that allows users to securely store encrypted privacy information on the Cronos blockchain. It uses client-side encryption, self-custody design, and open-source smart contracts to give users full control over their sensitive data — even beyond their lifetime.


🌍 Live Site

👉 https://crovault.com


📄 Data which can be stored

  1. Credentials
  2. Notes
  3. Wallets
  4. TOTPs
  5. PINs
  6. Bank accounts
  7. Credit cards
  8. Insurances
  9. Identities
  10. Legal documents
  11. Assets
  12. Contacts
  13. Subscriptions

🛡 Key Features

  • End-to-End Encryption (AES-GCM with PBKDF2)
  • No Centralized Storage – Everything lives on-chain
  • Secure Legacy Planning – Share access only when needed
  • Multi-device access – Nothing stored locally
  • Verified Smart Contracts – Viewable on Cronos Explorer
  • Open Source & Auditable

🔧 How It Works

  1. Connect your crypto wallet (supports Web3 wallets)
  2. Set a strong password (never sent to server)
  3. Create your personal vault smart contract
  4. Store data securely (encrypted on device before blockchain)
  5. Share selectively if desired

Full technical overview available in workflow.html.


📁 Project Structure

.

├── index.html # Landing page

├── vault.html # Main vault interface

├── vault.js # DApp logic (wallet connection, encryption, decryption)

├── vault.css # Styles for the DApp

├── workflow.html # Detailed DApp process overview

├── terms.html # Terms & Conditions

├── privacy.html # Privacy Policy

└── license.html # MIT License


🔐 Smart Contracts

All smart contracts are publicly verified on Cronos Explorer:


📜 License

This project is licensed under the MIT License.


📣 Support & Social


⚠️ Disclaimer

CroVault is a decentralized application (dApp). You are solely responsible for your vault password, crypto wallet, and private keys. If you lose access, your data cannot be recovered.

About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.html

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published