From: astral on 9 Jun 2010 12:10 I need decrypt openssl AES-256 encrypted file. Can someone specify online tool that do decryption? Or standalone console application(no installation).
From: Tom St Denis on 9 Jun 2010 12:26 On Jun 9, 12:10 pm, "astral" <ast...(a)news.eternal-september.org> wrote: > I need decrypt openssl AES-256 encrypted file. Can someone specify online > tool that do decryption? Or standalone console application(no installation). Ok, I'll bite, why not use openssl to decrypt it?
From: unruh on 9 Jun 2010 12:40 On 2010-06-09, astral <astral(a)news.eternal-september.org> wrote: > I need decrypt openssl AES-256 encrypted file. Can someone specify online > tool that do decryption? Or standalone console application(no installation). > Sure. there are lots of implimentation of AES out there. allyou need is one of them plus the password, and you are home free.
From: astral on 9 Jun 2010 13:45 "unruh" <unruh(a)wormhole.physics.ubc.ca> wrote in message news:slrni0vh0m.siq.unruh(a)wormhole.physics.ubc.ca... > On 2010-06-09, astral <astral(a)news.eternal-september.org> wrote: >> I need decrypt openssl AES-256 encrypted file. Can someone specify >> online >> tool that do decryption? Or standalone console application(no >> installation). >> > > Sure. there are lots of implimentation of AES out there. allyou need is > one of them plus the password, and you are home free. > --------- file has extension: filename.tar.enc How to decrypt? Password known.
From: Mr. B on 9 Jun 2010 14:45 > file has extension: filename.tar.enc > How to decrypt? Password known. Good luck with that one. There are no publicly known ciphertext only attacks on AES aside from a brute force search, so without the secret key you are simply out of luck. -- B
|
Next
|
Last
Pages: 1 2 3 Prev: Bit; Beyond Comprehension Next: Steganography: 100's or 1000's of Apps. Available |