jackyhate commited on
Commit
a4b97ed
·
verified ·
1 Parent(s): 94a606a

Update README for public encrypted archive

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,12 +1,13 @@
1
  # Self-Forcing encrypted full archive
2
 
3
- This private dataset repo stores an encrypted full archive of `/apdcephfs/private_kyezou/code/Self-Forcing`.
 
 
4
 
5
  - Archive: `Self-Forcing_full_20260611_213308.tar.gz.aes`
6
  - Size bytes: `42017822464`
7
  - SHA256: `8531bcc591aad6b9bb572f43b91037f58891dae22f2e69201ebbcf89880af76a`
8
  - Encryption: `openssl enc -aes-256-cbc -salt -pbkdf2`
9
- - Password: provided separately by the owner; not stored in this repo.
10
 
11
  Restore example after download:
12
 
 
1
  # Self-Forcing encrypted full archive
2
 
3
+ This public dataset repo stores an encrypted full archive of `/apdcephfs/private_kyezou/code/Self-Forcing`.
4
+
5
+ The archive content is encrypted before upload. The password is provided separately by the owner and is not stored in this repo.
6
 
7
  - Archive: `Self-Forcing_full_20260611_213308.tar.gz.aes`
8
  - Size bytes: `42017822464`
9
  - SHA256: `8531bcc591aad6b9bb572f43b91037f58891dae22f2e69201ebbcf89880af76a`
10
  - Encryption: `openssl enc -aes-256-cbc -salt -pbkdf2`
 
11
 
12
  Restore example after download:
13