Skip to content

Commit 063f5e3

Browse files
committed
Implement high-level crypto APIs: encrypt/decrypt
Signed-off-by: ItalyPaleAle <[email protected]>
1 parent 1114591 commit 063f5e3

File tree

15 files changed

+3884
-0
lines changed

15 files changed

+3884
-0
lines changed

examples/grpc/crypto/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.out

examples/grpc/crypto/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Examples - Crypto
2+
3+
## Running
4+
5+
```bash
6+
# Install
7+
npm install
8+
9+
# Run the example
10+
npm run start:dapr
11+
```

0 commit comments

Comments
 (0)