You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need encryption decryption format written on crypto.js methodology for frontend use.
we have a sample of java how we will encrypt web redirection essential values in ASE 256 algo but we need a javascript
description where we can identify how will we do a code in same format using ASE 256 with given keys as mention on
below.
Facing a issue while we generate secretkey using salt and key in JS so aeed a javascript code using crypto.js lib will help
us to encrypt or decrypt value similar format as backend on frontend-side.
We are using same value as mention on doc:
IV – This can be 0
SALT – This will be the reqdate or resdate
FI – This will be the unique FIU ID ( i.e. the FIU entity id )
SECRETKEY – This will be the secret passphrase shared by the AA with the FIU.
The text was updated successfully, but these errors were encountered:
RohanGau
changed the title
Encryption Decryption Using AES 256 in Crypto.js Format Need
Encryption Decryption Using AES 256 in Crypto.js Format Needed
Feb 2, 2023
Need encryption decryption format written on crypto.js methodology for frontend use.
we have a sample of java how we will encrypt web redirection essential values in ASE 256 algo but we need a javascript
description where we can identify how will we do a code in same format using ASE 256 with given keys as mention on
below.
Facing a issue while we generate secretkey using salt and key in JS so aeed a javascript code using crypto.js lib will help
us to encrypt or decrypt value similar format as backend on frontend-side.
We are using same value as mention on doc:
Sample of JS code what we have designed
The text was updated successfully, but these errors were encountered: