Skip to content

Commit aa8906a

Browse files
committed
Fix typos
1 parent dee6a29 commit aa8906a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

web/pages/blog/end-to-end-encryption-to-sms-messages.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
<p>
5858
We use the AES-265 encryption algorithm to encrypt the SMS messages.
5959
This algorithm requires a an encryption key which is 256 bits to work
60-
around this, we will hash your encryption key you set on the mobile
61-
app using the sha-265 algorithm so that it will produces a key which
62-
is always 256 bits.
60+
around this, we will hash any encryption key you set on the mobile app
61+
using the sha-265 algorithm so that it will always produce a key which
62+
is 256 bits.
6363
</p>
6464
<p>
6565
The AES algorithm also has an initialization vector (IV) parameter
6666
which is used to ensure that the same value encrypted multiple times
6767
will not produce the same encrypted value. The IV is 16 bits and it is
68-
appended to the encrypted message before encoding in base64.
68+
appended to the encrypted message before encoding it in base64.
6969
</p>
7070
<p>
7171
When you use our client libraries it will automatically take care of

0 commit comments

Comments
 (0)