File size: 682 Bytes
faede89 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # efficient-ar encrypted full archive
This public dataset repo stores an encrypted full archive of `/apdcephfs/private_kyezou/code/efficient-ar`.
The archive content is encrypted before upload. The password is provided separately by the owner and is not stored in this repo.
- Archive: `efficient-ar_full_20260611_231332.tar.gz.aes`
- Size bytes: `1028712416`
- SHA256: `8215086e2ea938666c4161caddc11c37b3ad764769e9e540970abad01ebb794d`
- 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 efficient-ar_full_20260611_231332.tar.gz.aes | pigz -dc | tar -xf -
```
|