AES Ancryption and Decryption

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Divya sivan
    New Member
    • Dec 2015
    • 2

    AES Ancryption and Decryption

    I want to Encrypt creditcard no entered by the user in the text box and then decrypt it using aes algorithm in jsp.
    also i want know how client side encrption is done? please help me by providing code snippet in jsp
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    This is typically handled by using HTTPS and not done as a separate client side action.

    Comment

    • Divya sivan
      New Member
      • Dec 2015
      • 2

      #3
      Thank you... can you please provide some jsp code for AES Encryption and Decryption

      Comment

      Working...