This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Security and the fly likes AES_DECRYPT function return null Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "AES_DECRYPT function return null" Watch "AES_DECRYPT function return null" New topic
Author

AES_DECRYPT function return null

kim pham
Greenhorn

Joined: May 11, 2011
Posts: 13
Hi all

the aes_decrypt function return null.
Anything was wrong with this aea_decrypt function.
Thanks in advance,
-K
greg stark
Ranch Hand

Joined: Aug 10, 2006
Posts: 220
You seem to be missing the hex decode step on decrypt. Are you getting an exception?


Nice to meet you.
kim pham
Greenhorn

Joined: May 11, 2011
Posts: 13
Hi,
Didn't get the any exception? But it returns a null value.
Any suggestion?
KP
greg stark
Ranch Hand

Joined: Aug 10, 2006
Posts: 220
kim pham wrote:Hi,
Didn't get the any exception? But it returns a null value.
Any suggestion?
KP

I suggest you read the first 11 words of my 16 word reply.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: AES_DECRYPT function return null
 
Similar Threads
Using a one way hash for Password encryption
padding problem with AES(help)
error coming while decrypting...
Encrypted values all contain same final characters
AES decryption problem