wacon / secrets
secrets is used to encrypt messages and share them as a one-time link. The extension is suitable for organizations that place particular emphasis on security and trustworthiness. Since all communication takes place via your own web server, no third-party tools from servers whose location is not know
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4 || ^13.4
Requires (Dev)
- typo3/testing-framework: ^6.9.0
Replaces
- typo3-ter/secrets: 2.0.4
README
secrets is used to encrypt messages and share them as a one-time link. The extension is suitable for organizations that place particular emphasis on security and trustworthiness. Since all communication takes place via your own web server, no third-party tools from servers whose location is not known (DSGVO) are necessary. Your own domain name in the link is more trustworthy and makes a more professional impression.
Minimal Dependencies
- TYPO3 CMS 12.4 or 13.4 for Secrets 2.x
Quick Install Guide
1. Installation
1.1. Download the extension secrets from the TYPO3 Repository or gitHub. Install the extension and activate it with the extension manager.
1.2 Installation with composer composer req wacon/secrets
2. Configuration
2.1. Include the template "Secrets" in your root template
2.2. Use a separate storage folder and set the id inside TypoScript (plugin.tx_secrets.settings), see TypoScript Browser
2.3. Insert the Plugin "Create Secret" and set the ID of the page inside TypoScript
2.4. Insert the Plugin "Show Secret" and set the ID of the page inside TypoScript
2.4. Set your own Secret Key inside TypoScript