User Story: As a Wrangler user, I want to be able to preview a pgp encrypted file so I can avoid logging into terminal, manually copying sensitive data into a local file, and uploading it into Wrangler. Problem: The existing encryptor/decryptor plugins only deal with encryptions of fields, but not file-wide encryption. 40%+ of LiveRamp clients send files encrypted with our public key for security purposes. Our current workaround is to login to our cloud environment, decrypt the file manually, head into the file for the header/first few rows, copy it into a local file, and upload it locally into wrangler. Very insecure and unideal. Acceptance criteria:
|