diff options
| author | Igor Tolmachev <me@igorek.dev> | 2024-07-16 01:59:53 +0900 |
|---|---|---|
| committer | Igor Tolmachev <me@igorek.dev> | 2024-07-16 01:59:53 +0900 |
| commit | a83767f9fbd51df654901b52bdba7838f6a10bf9 (patch) | |
| tree | e9e2fcfb9975a2c2dd6e65c65fd736a035ea6cae /.vscode | |
| parent | 2fdbec0525bc2a0839ea649106886cb157507a38 (diff) | |
| download | archivator-a83767f9fbd51df654901b52bdba7838f6a10bf9.tar.gz archivator-a83767f9fbd51df654901b52bdba7838f6a10bf9.zip | |
Add traditional PKWARE decryption.
- Compression and encryption may not work together
- Password check is not yet implemented
- Unoptimized crc32 function
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index fbdecba..d344ae3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | "decompressor", | 8 | "decompressor", |
| 9 | "eocdr", | 9 | "eocdr", |
| 10 | "flate", | 10 | "flate", |
| 11 | "Hasher", | ||
| 11 | "lzma", | 12 | "lzma", |
| 12 | "newtype", | 13 | "newtype", |
| 13 | "ntfs", | 14 | "ntfs", |
