This repository hosts an encrypted setup package for a job-application workflow.
The package is encrypted because it contains private resume and setup materials. The passphrase is shared separately with the intended recipient.
Carson_Codex_Job_Application_Setup_Package.zip.enc: encrypted package.SHA256SUMS.txt: SHA-256 checksum for the encrypted package.
Install OpenSSL if needed, then run:
openssl enc -d -aes-256-cbc -pbkdf2 -iter 200000 \
-in Carson_Codex_Job_Application_Setup_Package.zip.enc \
-out Carson_Codex_Job_Application_Setup_Package.zipEnter the passphrase when prompted.
Then unzip:
unzip Carson_Codex_Job_Application_Setup_Package.zipVerify the encrypted file checksum:
shasum -a 256 -c SHA256SUMS.txt