Canary Statement

noun·/kəˈneəri/

1. A small songbird in the finch family, serinus canaria domestica, originally native to islands in the North Atlantic.

2. A mechanism to test for unsafe conditions, originating from the use of canaries in coal mines to detect poisonous gases or cave-ins. If the canary died, it was time to get out of the mine. More recently, the term has been used by some online service providers to refer to an affirmative statement, updated regularly, that the provider has not been subjected to certain legal processes. If the statement is not updated in a timely fashion, users may infer that the canary statement may no longer be true.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

HelpYouFind.Me (aka, Netlandish Inc.) positively confirms that the integrity of
our system is sound: all our infrastructure is in our control, we have not been
compromised or suffered a data breach, we have not disclosed any private
encryption keys, and we have not been forced to modify our system to allow
access or information leakage to a third party.

This canary will be re-signed on the following dates:

* February 1
* May 1
* August 1
* November 1

We will also sign a new canary statement every time we have to alter the
javascript code that handles the in browser encryption to include the expected
sha256 hashes of the corresponding files.

File: crypto.js
Description: Unprocessed javascript source code
URL: https://s3.amazonaws.com/hyfm/static/js/crypto.js
SHA256 Hash: 0adbffc3cf1bd08deecb42dc54f8811ff7981451d4569afe5b6769a9c6e9c1e6

File: crypto_build.533c3071e05a.js
Description: Processed and minified javascript source code
URL: https://s3.amazonaws.com/hyfm/static/js/crypto_build.533c3071e05a.js
SHA256 Hash: e67db9b2c4725bf2d96adf6220ffe7d445823a34b2759974d934ddd0a4cc8410

We will include a link to a recent news article[0] in each update to establish
that the signature was not pre-generated. 

## Latest canary signing

Below are the details of the most recent canary signing.

Date: 2024-05-01
Regularly scheduled signing.
 
## Frequently asked questions

Q: Are you compromised by law enforcement?

A: No. We have never permitted installation of any hardware or software
monitoring on any system that we control; law enforcement has not taken our
servers; does not, and has never had access to them. We would rather cease
operations before we did that.

Q: Couldn't the government just make you say that?

A: Forced speech is actually quite rare in the US legal context. It's usually
only in cases of consumer protection where the government has been successful
in compelling speech (e.g. forced cigarette warnings). Nevertheless, no they
aren't forcing us to say anything.

[0]: https://edition.cnn.com/2024/05/01/politics/wisconsin-michigan-trump-rallies/index.html
-----BEGIN PGP SIGNATURE-----

iQHJBAEBCgAzFiEEvT4qfd11cHea2Tl9DgYLnxPoFvUFAmYyQJIVHGhlbGxvQGhl
bHB5b3VmaW5kLm1lAAoJEA4GC58T6Bb1jzkMALJ4wG/JbATqxP4D2rfZy5uH+ha4
5coVaJwbG5vjaGYe72a6yz3e3UzsZ1l0yqrwNrthU3/VPovHFaytHeZGDh56N3xv
J7+V7uojUC7wqNfqMcs4ixbcsELZ+SIT9JoB0dvr05v5tzokUNZTJU1j4dYGO1wY
q1J6EOcR7yG19ZdBabZQozAh+MPwqYR/t1qf/owARuKvK7qbDA6CSkoyLHv22Ke3
5XdQ0L/tPWyvvLT4Kt52dQ2ZcXgS47+4Fc+wbXj8xFVJhfKVsuXq13dMl6+NUdfm
EZBq7VeZsug/4gV6Ed2yUdG7R++lq8cDflnEP60COO7korkVvq9R9KSKiq8i5Zim
2EnZxQS1nHvrY1/0HGQjp9vGSd5C5TcMM8PmMleyMDWeSt8Mne1V1Y8pGOfvGFbI
2JqSUHh/YqOdSH+EJWG8dfeCNjz11IkqptvA9oC2qxBv3v6uZLzkEOK+VAmvXlOx
w1UdL6Ie0K0OaIwzo3DCQxQU/VfM55EaHzu+IA==
=EKwu
-----END PGP SIGNATURE-----

Verification instructions

You should follow these instructions to download HelpYouFind.Me's gpg key and verify the canary statement:

  1. Download the signed canary statement
  2. Download our public signing key. Then import it like via gpg:

    gpg --import hyfm_signing_key.asc
  3. Once you have imported the key you can verify the statement like so:

    gpg --verify canary-statement-signed.txt
  4. You should get output that is similar to the following (note the date will change, based on when the canary statement was signed):

    gpg: Signature made Thu 11 Mar 2021 07:42:19 PM PST
    gpg:                using RSA key BD3E2A7DDD7570779AD9397D0E060B9F13E816F5
    gpg:                issuer "hello@helpyoufind.me"
    gpg: Good signature from "HelpYouFind.Me Admins " [ultimate]

You should make sure that it says “Good signature” in the output and confirm that the keyid matches the one listed above. If this text has been altered, then this information should not be trusted.

Unless you have taken explicit steps to build a trust path to the HelpYouFind.Me key, you will see a warning message similar to:

gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.

However, you still should see the “Good signature”.

Note: This template is based on the RiseUp.net canary page.