iblocker/encryptor

By iblocker

Updated 4 months ago

Files encryptor (128-bit symmetric block cipher)

Image
Security
Developer tools
0

3.2K

iblocker/encryptor repository overview

Files encryptor (128-bit symmetric block cipher)

File is encrypted and a download link is generated. Encrypted file or the link could be send via email or messenger, and the receiver could decrypt the file.

Installation

Add below lines in docker-compose.yml

  encrypt:
    image: iblocker/encryptor:v2.0.5
    ports:
    - "8084:443"
    container_name: encrypt
    restart: always
    uts: host    
    logging:
      options: 
        max-size: "100m"

Open in browser https://localhost:8084

Encryption used - Twofish

Twofish is a 128-bit symmetric block cipher- with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is un-patented and free for all users, as described at URL:http://www.counterpane.com/twofish.html.

This module implements Twofish encryption. It supports the Crypt::CBC interface. It also provides an interface that is call-compatible with Crypt::Twofish 1.0, but its use in new code is strongly discouraged.

Note: v2.0.5 is for arm architecture

Tag summary

Content type

Image

Digest

sha256:37de8502f

Size

104.8 MB

Last updated

4 months ago

docker pull iblocker/encryptor:v2.0.5