feat: add cryptography app with createHmac action
This commit is contained in:
12
packages/docs/pages/apps/cryptography/actions.md
Normal file
12
packages/docs/pages/apps/cryptography/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
3
packages/docs/pages/apps/cryptography/connection.md
Normal file
3
packages/docs/pages/apps/cryptography/connection.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Cryptography
|
||||
|
||||
Cryptography is a built-in app shipped with Automatisch, allowing you to perform cryptographic operations without needing to connect to any external services.
|
Reference in New Issue
Block a user