-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
ATM this is using Node crypto. This is not portable to the other systems that we intend to use js-encryptedfs with.
Now this isn't using PGP, so we don't use kbpgp or openpgp.js. However we are using AES.
It seems we have a couple of choices here:
- https://github.com/keybase/node-nacl
- https://github.com/brix/crypto-js
- https://github.com/PeculiarVentures/webcrypto
I'm not sure if the NaCL library fits our requirements.
Furthermore nativescript will require a completely different implementation too. So we would likely need to tackle that later.