Text message encryption (128-bit symmetric block cipher)
3.0K
Text message encryption (128-bit symmetric block cipher)
Installation
services:
messenger:
image: iblocker/messenger:v2.0.2
ports:
- "8088:443"
container_name: messenger
restart: always
uts: host
logging:
options:
max-size: "100m"
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
entrypoint: "./docker-entrypoint.sh"
Open in browser https://localhost:8088
Usage
The user writes his message and could encrypt it via a 16 digits key. A message ID is generated; this could be used to decrypt the message.
Note: v1.0.X is for amd64, v2.0.X is for arm

Content type
Image
Digest
sha256:ffc3e9a18…
Size
104.4 MB
Last updated
4 months ago
docker pull iblocker/messenger:v2.0.2