--- title: Robot Fire description: Robot Fire - это шутер от первого лица на Unity. Делал с целью поиграть с друзьями. date: "2024-01-16" repository: robotfireopenteam/robotfire published: true --- 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 ![](https://github.com/chronark/envshare/raw/main/img/envshare.png) ## Built with ### Frontend - [Next.js](https://nextjs.org) - [tailwindcss](https://tailwindcss.com) ### Backend - [Golang](https://go.dev) - [Gin](https://gin-gonic.com/) ### DataBase - PostgreSQL