feat(cryptography): add create signature action

This commit is contained in:
Ali BARIN
2024-07-16 11:24:52 +00:00
parent 0f9d732667
commit 949a2543f5
4 changed files with 67 additions and 13 deletions

View File

@@ -2,7 +2,9 @@
favicon: /favicons/cryptography.svg
items:
- name: Create HMAC
desc: Create a Hash-based Message Authentication Code (HMAC) using the specified algorithm, secret key, and message data.
desc: Create a Hash-based Message Authentication Code (HMAC) using the specified algorithm, secret key, and message.
- name: Create Signature
desc: Create a digital signature using the specified algorithm, secret key, and message.
---
<script setup>