Decrypts the user password from the /O value using RC4-40. Used to recover the user password when the owner password is known.
The owner password.
The /O value from the encryption dictionary.
A promise that resolves to the decrypted user password (with padding removed).
const userPassword = await decryptUserPasswordRc4_40(ownerPw, O) Copy
const userPassword = await decryptUserPasswordRc4_40(ownerPw, O)
Decrypts the user password from the /O value using RC4-40. Used to recover the user password when the owner password is known.