@rasterweb
For a #Cryptographic #AI #ImageProtection solution in the browser,
Create an #OpenSource javascript library that can take an encrypted asset and then decrypt it. Then render the image in a #HTML5 <canvas> tag.
I see two possible implementations:
1. #openkey system - meant to add a decryption step; it won't stop anyone who uses the same library to decrypt it. which requires willful intent to steal the image.
2. use a private system, and use auth or payment to release a key
#cryptographic #ai #imageprotection #opensource #html5 #openkey