1

I want to make a basic encryption/decryption program in Visual C# using a python script. Is it possible to do so?

1 Answers1

-1

Yes it is possible to call Python from C# by using IronPython an example can be found here.

Steve Barnes
  • 27,618
  • 6
  • 63
  • 73