2025-05-18 11:56:29 +03:00

40 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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