I\'m developing an ASP.NET MVC application in which I want to encrypt a short string on the server, using C#, and send it to the client-side.
Then on the client-side
Very Simple Functions,
function Encrypt(value) { var result=""; for(i=0;i