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

The chunk 'file header' was expected to be 414553 but found EEFBE5 #9

Open
winnie-chaintope opened this issue Sep 3, 2020 · 6 comments

Comments

@winnie-chaintope
Copy link

i have encryption file when i decrypt it i get the error
The chunk 'file header' was expected to be 414553 but found EEFBE5
what does this mean??

  String decryptFile(String path) {
    AesCrypt crypt = AesCrypt();
    crypt.setOverwriteMode(AesCryptOwMode.on);
    crypt.setPassword('my-password');
    crypt.aesSetMode(AesMode.cbc);
    String decFilepath;
    try {
      decFilepath = crypt.decryptFileSync(path);
    } catch (e) {
      print(e);
    }
    return decFilepath;
  }
@deepashree-ballodi
Copy link

@winnie-chaintope is this issue got resolved?

@winnie-chaintope
Copy link
Author

@deepashree-ballodi nope. I ended up using another package

@312654929
Copy link

@deepashree-ballodi nope. I ended up using another package

what's another package, please!!

@winnie-chaintope
Copy link
Author

@mandreshope
Copy link

any update for this issue ?

1 similar comment
@mandreshope
Copy link

any update for this issue ?

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

No branches or pull requests

4 participants