This line:
blockcipher="$(printf '%s' "$value" | cut -d':' -f1 | cut -d'-' -f1)"
should be:
blockcipher="$(printf '%s' "$value" | cut -d':' -f1 | cut -d'-' -f2)"

Reply via email to