publiclab / image-sequencer

A pure JavaScript sequential image processing system, inspired by storyboards
https://sequencer.publiclab.org
GNU General Public License v3.0
110 stars 210 forks source link

Image Encryption and Decryption module using any suitable encryption method #178

Open tech4GT opened 6 years ago

tech4GT commented 6 years ago

we can have a module that encrypts and decrypts images using aes encryption AES : http://point-at-infinity.org/jsaes/ and https://github.com/ricmoo/aes-js one time pad : https://en.wikipedia.org/wiki/One-time_pad secret sharing: https://en.wikipedia.org/wiki/Secret_sharing

jywarren commented 6 years ago

GitMate.io thinks the contributor most likely able to help you is @jywarren.

tech4GT commented 6 years ago

@jywarren what do you think about this, will this be useful?...just trying to think some cool module ideas😅

jywarren commented 6 years ago

I like it! It'd be a neat one if someone wants to tackle it.

I would however like to try to get as close as we can to solving some issues that'd address big problems at PublicLab.org -- like the dust particle identification work, for example, in https://github.com/publiclab/image-sequencer/issues/172 -- as a high priority. But i do really like this!

tech4GT commented 6 years ago

@jywarren i get it that makes sense. Actually i am having my college mid term exams right now I'll start working on particle detection as soon as possible

jywarren commented 6 years ago

Awesome! Good luck!

On Feb 21, 2018 10:09 PM, "Varun Gupta" notifications@github.com wrote:

@jywarren https://github.com/jywarren i get it that makes sense. Actually i am having my college mid term exams right now I'll start working on particle detection as soon as possible

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/publiclab/image-sequencer/issues/178#issuecomment-367553305, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJ6-dFFQWJncSdLKnwcZDHC0lnlRJks5tXNoygaJpZM4SJe8Q .

vibhorgupta-gh commented 5 years ago

@jywarren can I work on this?

jywarren commented 5 years ago

This is interesting but I wonder if it's not a high priority for the library. Especially as it's a complex project, perhaps we should focus on some of our long term priorities like text overlay, running webgl in node, and such?

If you're looking for an application that challenges us to do some great stuff with IS, what about taking a look at this workflow?

https://publiclab.org/notes/SimonPyle/05-13-2016/automating-imagej-for-particle-image-analysis

On Sat, Jan 5, 2019, 11:32 AM Vibhor Gupta <notifications@github.com wrote:

@jywarren https://github.com/jywarren can I work on this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/publiclab/image-sequencer/issues/178#issuecomment-451669329, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJ3SL3N4ZA9i5s50z6pB80MHRGtL_ks5vANN0gaJpZM4SJe8Q .

vibhorgupta-gh commented 5 years ago

@jywarren nice. Updating pending PRs, will take a look at those!