Issue with decryption of password protected video clips

Viktor Dukhovni openssl-users at dukhovni.org
Wed Jan 25 17:47:40 UTC 2023


On Wed, Jan 25, 2023 at 02:55:42PM +0000, Bhargava, Shweta (CSW) via openssl-users wrote:

> I am making upgradation of openssl 1.1.1s to openssl 3.0.7 for my
> application. I am facing decryption issue of clip information like
> password while making upgradation. Please let me know if api related
> to decryption is deprecated in openssl 3.0.7 and I need to make that
> api change in my application, so that this issue will be fixed. Right
> now for every password protected clip I am getting "Invalid Password"
> error only.

* Does your password have non-ASCII characters?  There may have been
  changes around Unicode (UTF-8) support.
* Are you using the API to both encrypt and decrypt, or
  is one side using the command-line "enc" utility?

-- 
    Viktor.


More information about the openssl-users mailing list