# Composer-main encrypted full archive This public dataset repo stores an encrypted full archive of `/apdcephfs/private_kyezou/code/Composer-main`. The archive content is encrypted before upload. The password is provided separately by the owner and is not stored in this repo. - Archive: `Composer-main_full_20260611_231332.tar.gz.aes` - Size bytes: `48477766672` - SHA256: `cab5decb5282ae725da2fb8a86480f1b9367258474888f7eb046a078bccadfbd` - Encryption: `openssl enc -aes-256-cbc -salt -pbkdf2` Restore example after download: ```bash openssl enc -d -aes-256-cbc -pbkdf2 -pass file:/path/to/password.txt -in Composer-main_full_20260611_231332.tar.gz.aes | pigz -dc | tar -xf - ```