winnie-chaintope

Results 3 issues of winnie-chaintope

``` final MessageBuilder builder = MessageBuilder.prepareMultipartAlternativeMessage(); final MimeMessage mimeMessage = builder.buildMimeMessage(); ``` does this package have options to build mimeMessage in PGP/MIME format? probably had to do with the builder...

enhancement
help wanted

``` final pbkdf2 = Pbkdf2( macAlgorithm: Hmac(sha256), iterations: 100000, bits: 128, ); final nonce = Nonce(base64Decode('EQsBDQcMBQEWBAsaFBkUEQ==')); print(nonce); final hashBytes = await pbkdf2.deriveBits( utf8.encode('Lorem ipsum dolor sit amet, consetetur...'), nonce: nonce,...

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...