A privacy-first, self-destructing password-sharing service.
- β End-to-End Encryption β AES-256 encryption ensures secure password storage.
- β Time-Based Expiry β Passwords auto-delete after up to 7 days.
- β View Limits β Set how many times a password can be accessed before deletion.
- β Access Control β Optional access keys for extra security.
- β Memory-Only Storage β No persistent database; all data is volatile.
- β Zero Tracking β No accounts, no logs, no cookies, no analytics.
- β Instant Deletion β Users can manually delete passwords at any time.
- Enter a password you want to share.
- Set an expiry time (up to 7 days) and optional view limit.
- Generate a secure link to share with others.
- Once the limit is reached or time expires, the password is permanently deleted.
- Frontend: Vite.js (React/Vue/Svelte)
- Backend: Node.js (Express)
- Encryption: AES-256 for password security
- Storage: Memory-based, no database
- Node.js (v18+ recommended)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/SecureShare.git cd SecureShare
- Install dependencies:
npm install # or yarn install
- Start the development server:
npm run dev # or yarn dev
- Open in your browser:
http://localhost:5000
To build the project for production:
npm run build # or yarn build
This generates optimized static files in the dist/
folder.
To serve the built project:
npm run preview # or yarn preview
You can deploy SecureShare on:
- Railway.app
- Render.com
- Heroku
- AWS Lambda + API Gateway
π AES-256 Encryption β All stored passwords are encrypted.
π« No Backups β Deleted passwords cannot be recovered.
π No Tracking β No logs, cookies, or analytics.
β³ Automated Cleanup β Expired passwords are purged every 5 minutes.
π οΈ Open Source β Transparent code for full auditability.
SecureShare is developed and maintained by Sanyam.
If you use this project, consider linking back to:
π GitHub Repo: (https://github.com/Sanyam4007/SecureShare.git)
π‘ Found a bug or have an idea? Open an issue or submit a pull request!
This project is licensed under the MIT License β free to use and modify.
For any questions or security concerns, reach out at hello@sanyam14.me.