Skip to content

README: Add --network none to docker run calls #284

@Papierkorb

Description

@Papierkorb

Hello!

I just found this repository - Thank you, it did exactly what I needed!

I used the Docker method of decoding my text file (decoded from the QR Code), which worked great.

However, one slight nit pick: This tool works with highly sensitive data. While I'm sure you don't have a backdoor, could I suggest you to add --network none to your example docker run calls? This way, the user can be sure that the tool does not send anything to the web.

This would only be a change to the README, as the docker container worked fine already: cat the-file | docker run --pull always --network none -i --rm -v "$(pwd)":/files:ro scit0/extract_otp_secrets:latest-only-txt -

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions