web applications - Embed .Net C# In Web Page? -


I would like to embed some C # node code that does in some simple encryption / decryption functions web page. This will be an internal web page, so that users are reliably trustworthy. Is there any way of doing it? To capture the key for decryption, I will need to hit the user's Windows-my key shop (via CAPI) and will kill a LDAP server to capture the public key for encryption.

You can use the Silverlight.

Note, however, that you can also encrypt in JavaScript:


Comments