2

For example, if I'm using the OpenPGP implementation of Crypto-js (PGEncode.js) and I want to call this function in a C# application, is that possible? What kind of tool should I use?

derekhh
  • 5,272
  • 11
  • 40
  • 60

1 Answers1

3

Take a look at Jurassic.

Jurassic is an implementation of the ECMAScript language and runtime. It aims to provide the best performing and most standards-compliant implementation of JavaScript for .NET. Jurassic is not intended for end-users; instead it is intended to be integrated into .NET programs. If you are the author of a .NET program, you can use Jurassic to compile and execute JavaScript code.

nathan gonzalez
  • 11,817
  • 4
  • 41
  • 57