Thanks! Let me check that.

On Tue, Apr 12, 2011 at 12:07 PM, Christian Brabandt <cbli...@256bit.org>wrote:

> Hi Yu!
>
> On Di, 12 Apr 2011, Yu Di wrote:
>
> > Hi, I do see that the file starts with "VimCrypt~01!" for pkzip and
> > "VimCrypt~02!" for blowfish, and the bytes after the header for pkzip
> > encryption does not change (as pkzip encryption does not have an iv), so
> I
> > think those are the encrypted bytes, but I cannot figure out what
> decryption
> > algorithm to use for that. As for blowfish, I would guess the 8 or 16
> bytes
> > after the header represent the iv, but not exactly sure how. If there is
> a
> > way to locate the iv for blowfish, I guess I should be able to use
> cryptopp
> > to decrypt the other data, but the problem is I cannot locate any
> > documentation that describes the format. Thanks.
>
> I guess you have to read the source. Look into memline.c look for the
> struct block0
>
>
> regards,
> Christian
>
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to