mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 05:38:41 +03:00
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
---
|
||
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
|
||
|
||
|
||
|
||

|
||
|
||
|
||
## Built with
|
||
|
||
### Frontend
|
||
- [Next.js](https://nextjs.org)
|
||
- [tailwindcss](https://tailwindcss.com)
|
||
|
||
### Backend
|
||
- [Golang](https://go.dev)
|
||
- [Gin](https://gin-gonic.com/)
|
||
|
||
### DataBase
|
||
- PostgreSQL
|