File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments