Decrypt AES encrypted text?

Last post 10-23-2007 11:20 AM by will9key. 3 replies.

Sort Posts:

  • Decrypt AES encrypted text?

    10-22-2007, 1:13 PM
    • Member
      114 point Member
    • will9key
    • Member since 06-30-2006, 3:59 PM
    • Dallas, Texas
    • Posts 39

    HI,

    Can anyone receommend a good tool or some .Net code to decrypt AES encrypted text? I have the password / pass phrase but I need the decryption algorithm.

    Or... if you have something that works I could just send you the encrypted string and pass phrase. Its nothing sensitive - just a puzzle a friend sent me that driving me crazy.

    Thanks!
    Will

     

  • Re: Decrypt AES encrypted text?

    10-22-2007, 2:02 PM
    • All-Star
      62,543 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 8:34 AM
    • England
    • Posts 12,210
    • TrustedFriends-MVPs
    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: Decrypt AES encrypted text?

    10-22-2007, 4:25 PM
    • Member
      114 point Member
    • will9key
    • Member since 06-30-2006, 3:59 PM
    • Dallas, Texas
    • Posts 39

    Here's what I have >>

    AES 256 bit key
    passphrase: qwertyuiop09
    Mode: ECB
    Hashing algorithm: MD5
    Initialization vector: 
    Salt: 
    Password iterations: 1
    Base 64-encoded
    Ciphertext: /dIi5FZzeLxD60kTqIuNNfyZLnxJGElileDiBbHlV/utab2FzLgJzPryHHGlVMhB

  • Re: Decrypt AES encrypted text?

    10-23-2007, 11:20 AM
    • Member
      114 point Member
    • will9key
    • Member since 06-30-2006, 3:59 PM
    • Dallas, Texas
    • Posts 39

    Just for future reference if anyone has a similar issue I found this program that encrypts and decrypts strings in AES / Rijndael:

    ...
Page 1 of 1 (4 items)