file.txt (50026 bytes)

The sender has encrypted this file, it needs to be decrypted to view.

Download and Decrypt file Download Raw file Download file

The file can simply be downloaded with the link above or in terminal/code.

With curl

curl -L https://transfr.one/679eb11f-e3/file.txt > file.txt | gpg --pinentry-mode loopback -d -o file.txt
curl -L https://transfr.one/679eb11f-e3/file.txt > file.txt

With javascript/typescript

fetch('https://transfr.one/679eb11f-e3/file.txt');

With python

import requests

response = requests.get('https://transfr.one/679eb11f-e3/file.txt')

Notes