Documenation

This is a site to facilitate secret sharing in a very secure manner. The data you entered is encrypted using AES-256-CTR encryption, which is one of the strongest encryptions available, using a 35 byte password, then stored in a database. The password is displayed on the screen and not stored anywhere.The entry is stored using a GUID as the ID, making it unlikely that the ID will be guessed.To retrieve the secret you need to provide the GUID as well as the 35 byte password on the Fetch screen. If the GUID and the password is correct the item will be fetched from the database, decrypted, displayed, then deleted. This means the entry can only be retrieved once before it is lost.

You can also specify an expiration date. If the entry isn't retrieved within the specified number of days, the entry is permently deleted


The source code for this system is open source and can be retrieved here https://github.com/siggib007/secret


Feel free to reach out to info@oruggtnet.is with any questions or concerns.