AppVerifier icon indicating copy to clipboard operation
AppVerifier copied to clipboard

Please verify any remaining sources and add Wireguard, Standard Notes, and Cryptomator to database

Open aChrisYouKnow opened this issue 5 months ago • 0 comments

Looking for someone who uses Google play store, or F-Droid, to check any other sources for Wireguard, Standard Notes, and Cryptomator. Package names and cert hashes are below, but, needs a check of other sources for submission. Links to where the cert hashes came from are also contained below.


InternalDatabaseVerificationInfo( "com.wireguard.android", listOf( // Wireguard website (source: this PGP signed message https://lists.zx2c4.com/pipermail/wireguard/2023-April/008045.html)

        Hashes(
            listOf(
                58:3F:C4:1B:49:0C:38:0B:56:FB:E9:EE:47:38:1E:B4:EF:53:E0:37:19:A5:50:3F:C1:F2:9D:CD:8E:28:90:2A"
            ),
            false
        )
    )
),
InternalDatabaseVerificationInfo(
    "com.standardnotes",
    listOf(
        // GitHub (source: https://github.com/standardnotes/app/blob/14a82941b8b6719641ed4ab04b4d93cfe0170cdf/packages/web/src/.well-known/assetlinks.json#L4)

        Hashes(
            listOf(
                58:3F:C4:1B:49:0C:38:0B:56:FB:E9:EE:47:38:1E:B4:EF:53:E0:37:19:A5:50:3F:C1:F2:9D:CD:8E:28:90:2A"
            ),
            false
        )
    )
),
InternalDatabaseVerificationInfo(
    "org.cryptomator.lite",
    listOf(
        // GitHub (source: ReadMe of https://github.com/cryptomator/android)

        Hashes(
            listOf(
                "f7:c3:ec:3b:0d:58:8d:3c:b5:29:83:e9:eb:1a:74:21:c9:3d:43:39:a2:86:39:8e:71:d7:b6:51:e8:d8:ec:dd"
            ),
            false
        )
    )
),

aChrisYouKnow avatar Jan 12 '24 14:01 aChrisYouKnow