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?
Asked
Active
Viewed 1,387 times
2
-
3Why not use the C# implementation of OpenPGP? – Radu Oct 14 '12 at 05:32
1 Answers
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