feat: add cryptography app with createHmac action

This commit is contained in:
Ali BARIN
2024-07-15 13:18:49 +00:00
parent f63cc80383
commit 0f9d732667
8 changed files with 97 additions and 0 deletions

View 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 />

View 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.