Expand description
§A simple crate to decrypt Vim encrypted files.
Enums§
- Crypt
Method - The method used to encrypt this data.
- Error
- Error codes that can be returned by this library.
Functions§
- decrypt
- Decrypts
datausingpassword. Thedatablob needs to start with the magic bytes of Vim crypt files, i.e.VimCrypt~. - get_
crypt_ method - Returns the CryptMethod that was used on this file.
Type Aliases§
- Result
- Result type returned by this library.