Skip to content

Commit 8ab77fe

Browse files
author
Matthieu Gicquel
authored
Update to explain the need for 2 hashes
1 parent 33d8bfa commit 8ab77fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
> **⚠️ Disclaimer**<br/>
1111
> This package is intended to help implement a few basic security features but does not in itself guarantee that an app is secure.<br/>
1212
> Refer to [OWASP's resources](https://mas.owasp.org) for more information on mobile app security.<br/>
13-
> You can also [contact us](#👉-about-bam) if you need help with securing your app.
13+
> You can also [contact us](https://www.bam.tech/en/contact) if you need help with securing your app.
1414
1515
# Installation and setup
1616

@@ -76,6 +76,8 @@ This package implements [public key pinning](https://cheatsheetseries.owasp.org/
7676
]
7777
```
7878

79+
Please note that you'll need to provide *2* public key hashes. This is to encourage having proper procedures in place to avoid locking users out, [as described here in the TrustKit docs](https://github.com/datatheorem/TrustKit/blob/master/docs/getting-started.md#always-provide-at-least-one-backup-pin).
80+
7981
### Generating the public key hashes
8082

8183
You'll need the certificates (`.cer` or `.crt`)

0 commit comments

Comments
 (0)