Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for inputting a text file #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mohsenasm
Copy link

Hi,
There are three small changes:

  1. I added support for inputting a text file with a -sf /path/to/file flag. A use case for this flag is loading certificate files, which have new lines in their texts. So it may be inconvenient to load them with the -s flag. I have tested the new flag and it's working.
  2. I update the readme to introduce this flag.
  3. The install command in the readme needed to be changed (from go get to go install) as since Go 1.18 installing packages with go get is no longer supported.

@davidnewhall
Copy link

Changing an author's license file seems like a good way to get your contribution ignored.
This worked for me to obfuscate an SSL private key file; using bash where secret.key is the file name.

mumbojumbo -s "$(<secret.key)" -p sslkeys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants