Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDeciphering base64-encoded files yield no results when run with -i #215
Comments
|
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
|
Edited title because I remembered markdown doesn't work in titles |
|
@all-contributors please add @TheAlcanian for bugs |
|
I've put up a pull request to add @TheAlcanian! |
|
Can you run this with -vv (to give trace logging)? |
|
decoded_but_not_output.txt |
|
Ciphey seems to be loading the filename itself as the ciphertext, rather than as the input. The We are having difficulty reading in files with ciphey (hopefully fixed soon), so the best bet is to use |
|
Sounds good. |
Describe the bug
When running Ciphey on a base64-encoded file using the
-command-line parameter, Ciphey picks up and decodes the base64-encoded file's contents, and prints the decoded content like normal. When running Ciphey on a base64-encoded file using the-icommand-line parameter, Ciphey finds no results.To Reproduce
Steps to reproduce the behavior:
A sample file named
test_base64with the contentsdGVzdCBiYXNlNjQgb3V0cHV0Cg==Command run was
ciphey -i test_base64.Expected behavior
Ciphey decodes the base64, outputs the decoded text and exits normally.
Versions: