This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Security and the fly likes Passing encrypted to a crypto dll Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Passing encrypted to a crypto dll" Watch "Passing encrypted to a crypto dll" New topic
Author

Passing encrypted to a crypto dll

Mike Ottinger
Ranch Hand

Joined: Jan 11, 2002
Posts: 125
Hi Folks,

I'm working with the following code:



The variable encodedCyphertext will then hold a value like . This value then will get sent to another environment where they use vbscript and an encryption dll. Honestly the problem I'm having is on the vbscript side, I can't seem to get the encoded cyphertext to come out as its plaintext original. I'm wondering if anybody has had luck doing this? The dll I'm using is Midori Crypt ActiveX component v1.1, Thanks.


SCJP 1.4 SCJD 1.5
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Passing encrypted to a crypto dll
 
Similar Threads
AES encryption algorithm
256 key size in AES
How to use AES DECRYPT_MODE?
will Rijndael run in Electronic Code Book mode ?
AES decryption - InvalidKeyException: Parameters missing