safenotes icon indicating copy to clipboard operation
safenotes copied to clipboard

Making a case for `ChaCha20-Poly1305` ??

Open keshav-space opened this issue 2 years ago • 1 comments

The aim is to let user choose from the pool of competent encryption algorithm that best suits their need:

  • AES256 in Cipher Block Chaining mode - [ currently available ]
  • ChaCha20 ( with 192-bit nonces and message authentication using Poly1305 )

ChaCha20 is relatively faster compared to AES on older devices, but most modern mobile-phone processors supports AES-NI thus making AES also faster.

keshav-space avatar Oct 01 '22 20:10 keshav-space

Cool idea

Wjxfi avatar Mar 29 '23 18:03 Wjxfi