Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAR: Add sample files #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

RAR: Add sample files #125

wants to merge 1 commit into from

Commits on May 10, 2021

  1. RAR: Add sample files

    Each archive contains the same file tree:
    
    ```
    +-folder
    |  +- nested-empty-folder
    |  '- file
    '- empty.txt
    ```
    
    compress<0-5>.rar
    -----------------
    Archives with different compression levels from none to highest
    
    compress-parts.part<1-2>.rar
    ----------------------------
    Multi-volume archive. First volume has inexplicable 9 zero bytes at the end,
    so is not parsable by rar.ksy
    
    compress3-encrypted-password.rar
    --------------------------------
    Fully encrypted archive (with archive structure) with default compression level.
    Password is "password"
    
    compress3-restore-info10%.rar
    -----------------------------
    Archive was created with 10% of recovery information and default compression level
    
    compress3-solid-rights-time-comment.rar
    ---------------------------------------
    Archive was created as solid, store all file timestamps, has archive comment
    "Archive comment" and default compression level
    
    compress3-sfx.exe
    -----------------
    Archive was created with self-extraction module
    Mingun committed May 10, 2021
    Configuration menu
    Copy the full SHA
    d07c211 View commit details
    Browse the repository at this point in the history