mic0ishere / envshare

Share Envirnonment Variables Securely

Home Page:https://envshare.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EnvShare

Share Environment Variables Securely

EnvShare is a simple tool to share environment variables securely. It uses AES-GCM to encrypt your data before sending it to the server. The encryption key never leaves your browser.

Features

  • Shareable Links: Share your environment variables securely by sending a link
  • End-to-End Encryption: AES-GCM encryption is used to encrypt your data before sending it to the server
  • Limit number of reads: Limit the number of times a link can be read
  • Auto Expire: Automatically expire links and delete data after a certain time

Built with

Deploy your own

Detailed instructions can be found here

All you need is a Redis database on Upstash and a Vercel account. Click the button below to clone and deploy:

Deploy with Vercel

About

Share Envirnonment Variables Securely

https://envshare.dev

License:MIT License


Languages

Language:TypeScript 96.2%Language:JavaScript 2.9%Language:CSS 0.9%