============================================

To decrypt the message you’ll need to install the following software installed (search online how to do this): 7zip (7zz executable) and base64. Run the following command using command line (or use GUI to same effect), this will decrypt the files and print their names. Use the SECRET password I shared with you.

echo "N3q8ryccAAQjK0BokAEAAAAAAAAwAAAAAAAAALD9XAPWvhvHGRyYT9Zg2X1UqZfjFp7ILqqx8519mOO2nm2RLXVSGEJNZvgJcWKdrb7MeBmtDoQFSy1Q58PSvCUroLieaDB3Mzp5eEHw1h/1OKBeHdtgMUW84pC3d44SoJpxkO1jjMTdfXVI59aMO/hCikRc0edZ99GeBBLGi6noNCB1k5oT4gQzHcNEH3Z7WIRqgjmn+ubL2d1aBxK3YRMv6rZcL9pbkmSJ8/Js67bV8VNfeaxvAfJKovJQBPR+dezWBFEe7T6ztoKveTvC+mgtLtEfuiZ135mB0bZsc9xxulM+3GsmhoquVfppeiB/GaYf/nXzASaRJZNR8G014BBan2iDDxATWqSTUq1CakTbWwH6Ro2XljJUXmT2uu/CsqiF/jOT0zeVL5pQh4xhiLF7Ad/CwYZAlIpj0d+Nq3ZAxWoYkRM5hDqEuh7DK/AiqXi923fUX0mM6TPEwBP9bAmcQ+r75/wXhvbIttOK1OVIvFz8+ILlrOyJxxITggsRDsgs25e6ORBere/7vFUQiY9KSUF/FwaBEAEJgIAABwsBAAEkBvEHARJTD4ByJ/5O5xK6/C6+zVnGkooMegoBadAmuwAA" | base64 -d -o secret_archive.7z && 7zz x secret_archive.7z && rm secret_archive.7z

If the tooling changed drastically, you’ll need to:

  • base64 decode the quoted part of the above command (without quotes) to get the binary archive file
  • use 7zip to decode and decompress the binary archive file using the SECRET password

Powered by https://github.com/IvanVas/secure-time-capsule

============================================