An open API service indexing awesome lists of open source software.

https://github.com/aha-oida/aha-secret

Share secrets encrypted
https://github.com/aha-oida/aha-secret

browser crypto encryption passwords ruby secrets share webservice

Last synced: 26 days ago
JSON representation

Share secrets encrypted

Awesome Lists containing this project

README

          

# aha-secret

[![CodeQL](https://github.com/aha-oida/aha-secret/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/aha-oida/aha-secret/actions/workflows/github-code-scanning/codeql)
![GitHub Release](https://img.shields.io/github/v/release/aha-oida/aha-secret)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

> Sensitive information should not be stored in a mailbox or chat history.

aha-secret allows you to store a secret message encrypted. Only the generated
link could decrypt the message again. The message is encrypted by your
browser and decrypted by the browser of the person who is allowed to
read it. The first time someone clicks on the link, the message is automatically deleted from the server.

# Current Status

aha-secret is feature-complete; that is, it solves the problem it was created to solve.

![Screenrecord of encryption and decryption](/images/ahanimation.gif)

# Features

* 100% Free Open Source Software ❤️
* End-to-end encryption
* One-Time-Secret.
* Self destruction
* No registration
* Ratelimit
* Command-Line Client in Rust: [aha-cli](https://github.com/aha-oida/ahasecret-cli)
* Minimum Features / Dependencies

# Installation

Even if [aha-secret](https://github.com/aha-oida/aha-secret/) can be installed [manually](https://aha-oida.github.io/aha-secret/data/installation/manually/) or by using [docker](https://aha-oida.github.io/aha-secret/data/installation/docker/) it is recommended to use [docker-compose](https://aha-oida.github.io/aha-secret/data/installation/docker-compose/). For installation instructions please read the [Getting started](https://aha-oida.github.io/aha-secret/getting-started) or the [Installation section](https://aha-oida.github.io/aha-secret/data/installation/). For customization or all the configuration options read the section [Configuration](https://aha-oida.github.io/aha-secret/configuration/).

# Documentation

For further information see the [documentation](https://aha-oida.github.io/aha-secret/)

# Translations

[aha-secret](https://github.com/aha-oida/aha-secret/) has translations for the following languages:

* German 🇩🇪
* English 🇬🇧

# Contributing

All contributions, translations, bug reports, bug fixes, documentation improvements, enhancements, and any ideas are welcome.

Before starting work on the aha-secret codebase, please check the [CONTRIBUTING guide](https://aha-oida.github.io/aha-secret/contributing).

# License

GNU General Public License v3.0 or later