Php – openssl_encrypt & decrypt reducing quality of webm video
I have a simple microsite where a user records a video of themselves using the built-in JS MediaRecorder (https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder) and it gets encrypted using openssl_encrypt. When they want to share/view that video, it's decrypted using openssl_decrypt. The problem is, once…