Skip to content

Commit 2037370

Browse files
committed
UPdate the algorithm to AES 256
1 parent b9c01cc commit 2037370

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a
3333
class="text-decoration-none"
3434
href="https://en.wikipedia.org/wiki/Advanced_Encryption_Standard"
35-
>AES 265</a
35+
>AES 256</a
3636
>
3737
encryption algorithm to encrypt and decrypt the messages.
3838
</p>
@@ -58,10 +58,10 @@
5858
></v-img>
5959
<h3 class="text-h4 mb-4 mt-16">Encrypt your SMS message</h3>
6060
<p>
61-
We use the AES-265 encryption algorithm to encrypt the SMS messages.
61+
We use the AES-256 encryption algorithm to encrypt the SMS messages.
6262
This algorithm requires a an encryption key which is 256 bits to work
6363
around this, we will hash any encryption key you set on the mobile app
64-
using the sha-265 algorithm so that it will always produce a key which
64+
using the sha-256 algorithm so that it will always produce a key which
6565
is 256 bits.
6666
</p>
6767
<p>

0 commit comments

Comments
 (0)