feat(encryption): refactor encryption provider scripts, update KMS integration, and enhance key management
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
uuid=$(cat /proc/cpuinfo | grep 'model name' | head -1)
|
||||
uuid+=$(ip link show wlo1 | grep ether | awk '{print $2}')
|
||||
uuid+=$(sudo dmidecode -s system-uuid)
|
||||
echo "UUID: $uuid"
|
||||
echo -n "$uuid" | md5sum | awk '{print $1}'
|
||||
Reference in New Issue
Block a user