From 252a5ed2a37e708977d5c199e990507aaa97edd5 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Sat, 10 Jan 2026 20:02:12 -0600 Subject: [PATCH] encryption stuff testing --- .github/workflows/generator-windows.yml | 3 +-- rdgenerator/views.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 686d705..9ddfad3 100644 --- a/.github/workflows/generator-windows.yml +++ b/.github/workflows/generator-windows.yml @@ -88,12 +88,12 @@ jobs: run: pip install cryptography - name: Decrypt and Mask Inputs + shell: python env: PRIVATE_KEY: ${{ secrets.RSA_PRIVATE_KEY }} ENCRYPTED_DATA: ${{ github.event.inputs.payload }} ENCRYPTED_KEY: ${{ github.event.inputs.wrapped_key }} run: | - python - <