Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Encrypted Job-Application Setup Package

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.

Files

  • Carson_Codex_Job_Application_Setup_Package.zip.enc: encrypted package.
  • SHA256SUMS.txt: SHA-256 checksum for the encrypted package.

Decrypt

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

Enter the passphrase when prompted.

Then unzip:

unzip Carson_Codex_Job_Application_Setup_Package.zip

Verify the encrypted file checksum:

shasum -a 256 -c SHA256SUMS.txt

About

Encrypted job-application setup package

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors