You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your security needs may be different than others, depending on your location, your needs, and your particular threat model. Lantern recommends the following sources for understanding and identifying your particular security needs.
How to validate that a client application file is authentic, even if downloaded through an untrusted network.
Hash functions can be used to create a unique digital signature -- a hash -- for any file. Lantern captures this hash when our application is compiled and publishes them on GitHub: lantern-binaries. Users can run the same hash function (SHA256) on downloaded copies to assure they are an exact match, proving the file to be an authentic and unaltered copy of the original.
Most operating systems have built-in hash functions. Follow the steps below for your operating system to generate the hash for a file.
Important
Make sure to replace C:\file\path\my_file.exe or /path/to/my_file with the actual path to the file.
MacOS or Linux
From your preferred terminal application, run the following command: