• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Passing encrypted to a crypto dll

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic