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

Is encrypted by msoffcrypto #436

Commits on Apr 29, 2019

  1. tests: Add another sample

    This is an interesting one since "our" old implementation of is_encrypted
    claims that the embedded file is still encrypted (which it is not), but
    the msoffcrypto-is_encrypted gets it right.
    christian-intra2net committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    5dfba51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dfa259 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. crypto: use msoffcrypto's is_encrypted if possible

    There were cases where our own test of byte 0x15 of SummaryInformation
    stream was incorrect. So leave test to the professionals ;-)
    christian-intra2net committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    4e1f626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5988d79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db8aef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7ca775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14e6876 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f537ec1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b05546 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06c591a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b22b36c View commit details
    Browse the repository at this point in the history
  10. test: Use call_and_capture in olevba tests

    Running main() within same interpreter capturing SystemExit and
    sys.stdout/err always causes trouble (at least in unittest).
    Fork another python process and capture from there, that is easier
    and cleaner in my view.
    christian-intra2net committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    0bc6728 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    faa0d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac5afc View commit details
    Browse the repository at this point in the history