PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

How Do I Decrypt: PeopleSoft Pluggable Encryption Technology

edited Sep 4, 2015 10:01AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 1 commentAnswered

We are loading a data file into PeopleSoft Campus Solutions 9.0  tools 8.54 from an external system. One of the  fields in the file has been encrypted using openssl in the following manner.

a) the keypair used for the encryption is built with this command:   

   

    openssl genrsa -out keypair.pem  2048

b) the field is encrypted with this command: 


    openssl rsautl -encrypt -inkey keypair.pem -pkcs -oaep < string_unencrypted.txt | openssl base64 > string_encrypted.txt


Can PeopleSoft Pluggable Encryption Technology via be used to decrypt this string?  If so, what Algorithm ID's should be used in the Algorithm Chain and how should the corresponding Algorithm Keyset be configured?  This seems straight forward but since I know only a little about encryption I do not see an obvious match between the PeopleSoft Algorithm ID and the openssl method used for encryption.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center