keshav-space / safenotes

Safe Notes is a security project aimed at providing an encrypted, private note manager that works locally and protects notes from various threat actors.
https://safenotes.dev
GNU General Public License v3.0
233 stars 22 forks source link

Making a case for `ChaCha20-Poly1305` ?? #24

Open keshav-space opened 2 years ago

keshav-space commented 2 years ago

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

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

Wjxfi commented 1 year ago

Cool idea