Sign inSign up

iblocker/messenger

By iblocker

Updated 3 days ago

Text message encryption (128-bit symmetric block cipher)

Image
Security
Developer tools
0

3.1K

iblocker/messenger repository overview

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

Tag summary

Content type

Image

Digest

sha256:d41f0ea19

Size

114.2 MB

Last updated

3 days ago

docker pull iblocker/messenger:v1.0.3