tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

Encrypt images #211

Closed MatFluor closed 8 years ago

MatFluor commented 8 years ago

Hi there,

is there a way (or on a roadmap) to encrypt images (and possibly their thumbnails)? This would be handy if you want to guarantee the security/privacy of a users data and soociated images.

MongoDB entries can be encrypted client-side with e.g. this: (https://medium.com/meteor-js/client-side-aes-encryption-with-meteor-3be8d645fc12#.97818budt)

Greets

tomitrescak commented 8 years ago

There is no plan to implement this functionality, sorry :/