API Connect

 View Only
  • 1.  AES256 ECB Encryption/Decryption implementaion

    Posted Mon December 12, 2022 07:16 AM
    Hello Team,

    We need to implement AES256-ECB Algorithm for Encryption/Decryption mechanism using secret key.
    Please guide how to implement Encryption/Decryption using AES256-ECB algorithm on DataPower?
    Is there any crypto module method for "AES256-ECB" alogrithm?if yes, please guide how to use it?
    We have only "key", using key and "AES256-ECB" algo we need to implement Encryption/Decryption.

    ------------------------------
    Jyoti Yadav
    ------------------------------


  • 2.  RE: AES256 ECB Encryption/Decryption implementaion

    Posted Sun December 18, 2022 11:53 PM
    Hello Team,

    Please help how to do Encryption implementation using AES256-ECB on Datapower or API Manager.

    ------------------------------
    Jyoti Yadav
    ------------------------------



  • 3.  RE: AES256 ECB Encryption/Decryption implementaion

    Posted Sat January 21, 2023 03:59 AM
    Hi Jyoti ,

    AES256-ECB encrytion is not supported in data power .
    supported module on datapower .
    • http://www.w3.org/2001/04/xmlenc#tripledes-cbc
    • http://www.w3.org/2001/04/xmlenc#aes128-cbc
    • http://www.w3.org/2001/04/xmlenc#aes192-cbc
    • http://www.w3.org/2001/04/xmlenc#aes256-cbc
    • http://www.w3.org/2009/xmlenc11#aes128-gcm
    • http://www.w3.org/2009/xmlenc11#aes192-gcm
    • http://www.w3.org/2009/xmlenc11#aes256-gcm


    ------------------------------
    mayur gharat
    ------------------------------