calvinmetcalf / crypto-pouch

plugin for encrypted pouchdb/couchdb databases
MIT License
243 stars 43 forks source link

public key and chacha-native #5

Closed calvinmetcalf closed 8 years ago

gr2m commented 8 years ago

Hey @calvinmetcalf do you still want to switch to chacha-native? I don’t know the difference, but I’m happy to help finish things up if you still want to get this merged?

calvinmetcalf commented 8 years ago

we already switched to it so this is not neccisary

gr2m commented 8 years ago

just to be sure, this PR adds 'sha512' for the digest argument to the pbkdf2 method which we don’t do in the current code. Is 'sha512' the default value? I can’t tell from the crypto docs

calvinmetcalf commented 8 years ago

default is sha1 so we can add that in a diff pr