Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
3  
Why not use the C# implementation of OpenPGP? – Radu Oct 14 '12 at 5:32

1 Answer

up vote 2 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.