Skip to content

Commit

Permalink
Added note explaining that use of the SDKs is preferred over HTTP API…
Browse files Browse the repository at this point in the history
…s for production scenarios. (#3967)

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
  • Loading branch information
WhitWaldo authored Jan 24, 2024
1 parent 3dc5218 commit 928acb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daprdocs/content/en/reference/api/cryptography_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Dapr provides cross-platform and cross-language support for encryption and decry
cryptography building block. Besides the [language specific SDKs]({{<ref sdks>}}), a developer can invoke these capabilities using
the HTTP API endpoints below.

> The HTTP APIs are intended for development and testing only. For production scenarios, the use of the SDKs is strongly
> recommended as they implement the gRPC APIs providing higher performance and capability than the HTTP APIs.
## Encrypt Payload

This endpoint lets you encrypt a value provided as a byte array using a specified key and crypto component.
Expand Down

0 comments on commit 928acb3

Please sign in to comment.