Skip to content

[Crypto] Implement support for EncryptAlpha1/DecryptAlpha1 APIs #844

@ItalyPaleAle

Description

@ItalyPaleAle

dapr/dapr#6197 implements two new APIs in Dapr:

  • EncryptAlpha1
  • DecryptAlpha1

Both APIs are stream-based, so the SDK is expected to read input as a stream, send it to Dapr using a streamed gRPC in chunks, and in parallel read the response from Dapr (in chunks sent over the same gRPC stream) and return a readable stream to the caller.

The reference implementation is in the Go SDK: dapr/go-sdk#387

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions