Computes the /O value for RC4-128 PDF encryption. The /O value is used to verify the owner password.
The owner password.
The user password.
A promise that resolves to the 32-byte /O value.
const O = await computeOValueRc4_128(ownerPassword, userPassword) Copy
const O = await computeOValueRc4_128(ownerPassword, userPassword)
Computes the /O value for RC4-128 PDF encryption. The /O value is used to verify the owner password.