This repository was archived by the owner on May 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Compress and Encrypt files and streams before saving them to the final Flysystem
13
13
14
14
Use composer to install these available packages:
15
15
16
- | Package name | Stream filter type | ` SlamFlysystem\ ` adatper class |
16
+ | Package name | Stream filter type | Adatper class |
17
17
| ---| ---| ---|
18
- | ` slam/flysystem-v1encrypt-proxy ` | [ ` XChaCha20-Poly1305 ` ] ( https://www.php.net/manual/en/function.sodium-crypto-secretstream-xchacha20poly1305-init-push.php ) Encryption | ` V1Encrypt\ V1EncryptProxyAdapter` |
19
- | ` slam/flysystem-gzip-proxy ` | [ ` Gzip ` ] ( https://datatracker.ietf.org/doc/html/rfc1952 ) compression| ` Gzip\ GzipProxyAdapter` |
18
+ | ` slam/flysystem-v1encrypt-proxy ` | [ ` XChaCha20-Poly1305 ` ] ( https://www.php.net/manual/en/function.sodium-crypto-secretstream-xchacha20poly1305-init-push.php ) encryption | ` V1EncryptProxyAdapter ` |
19
+ | ` slam/flysystem-gzip-proxy ` | [ ` Gzip ` ] ( https://datatracker.ietf.org/doc/html/rfc1952 ) compression| ` GzipProxyAdapter ` |
20
20
21
21
## Usage
22
22
@@ -69,7 +69,7 @@ No name and no configurations are intentional: [cipher agility is bad](https://p
69
69
70
70
The first time you use an encryption stream, you should use only the latest one.
71
71
If you are already using an encryption stream and a new version is released,
72
- you are invited to plan the re-encrypt all your assets with the new version.
72
+ you are invited to re-encrypt all your assets with the new version.
73
73
74
74
## Caveats
75
75
You can’t perform that action at this time.
0 commit comments