You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not an issue, but confused with the //128 bit comment on line:20 in example/index.ios.js. Would we be able to use this package if 128 bit encryption is desired (for odd reasons)?
Thanks
The text was updated successfully, but these errors were encountered:
@esdlists The IV random is 128 bits."Randomization is crucial for encryption schemes to achieve semantic security, a property whereby repeated usage of the scheme under the same key does not allow an attacker to infer relationships between segments of the encrypted message. "I just use the 256 bits encryption.if you need 128 bit key I think you need refine the code.BTW the 256 bit encryption is more secure.
Not an issue, but confused with the //128 bit comment on line:20 in example/index.ios.js. Would we be able to use this package if 128 bit encryption is desired (for odd reasons)?
Thanks
The text was updated successfully, but these errors were encountered: