Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/building-blocks/cr…
Browse files Browse the repository at this point in the history
…yptography/howto-cryptography.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
  • Loading branch information
msfussell and hhunter-ms committed Jun 7, 2023
1 parent a76971c commit 55fb8db
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ const ciphertext = await client.crypto.encrypt(plaintext, {
});
```

The APIs can also be used with streams, to encrypt data more efficiently when it comes from a stream. In the example below, we are encrypting a file, writing to another file, using streams:
The APIs can also be used with streams, to encrypt data more efficiently when it comes from a stream. The example below encrypts a file, writing to another file, using streams:

```js
// `encrypt` can be used as a Duplex stream
Expand Down

0 comments on commit 55fb8db

Please sign in to comment.