Crate vimdecrypt

Source
Expand description

§A simple crate to decrypt Vim encrypted files.

Enums§

  • The method used to encrypt this data.
  • Error codes that can be returned by this library.

Functions§

  • Decrypts data using password. The data blob needs to start with the magic bytes of Vim crypt files, i.e. VimCrypt~.
  • Returns the CryptMethod that was used on this file.

Type Aliases§

  • Result type returned by this library.