calvinmetcalf / crypto-pouch

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

store digest type and allow iterations and crypto algorythem to be specified #38

Closed calvinmetcalf closed 8 years ago

calvinmetcalf commented 8 years ago

this ups the default iteration count in a backwards compatible way and also allows the key to be set explicitly (which could come in handy in certain circumstances

calvinmetcalf commented 8 years ago

now that many browsers support aes-gcm I'm going to default to that but still allow chacha as an option and default to that if nothing is specified in the config

calvinmetcalf commented 8 years ago

will publish this tommorow