Link to home
Start Free TrialLog in
Avatar of inzaghi
inzaghi

asked on

how to check the mode and padding used by des3

how do you check the mode and padding used by des3 encryption in oracle 9i, this is so we can use the same values in java
Avatar of inzaghi
inzaghi

ASKER

In java I am encrypting with
the following

Algorithm: DESede
mode : ECB
padding: PKCS5Padding

How do I set this in oracle?
ASKER CERTIFIED SOLUTION
Avatar of schwertner
schwertner
Flag of Antarctica image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of inzaghi

ASKER

So oracle uses CBC mode, what about the padding?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can use a java stored procedure in Oracle to do decryption.