Search code examples
asp-classicencryption

Simple encrypt/decrypt functions in Classic ASP


Are there any simple encrypt/decrypt functions in Classic ASP?

The data that needs to be encrypted and decrypted is not super sensitive. So simple functions would do.


Solution

  • 4guysfromrolla.com: RC4 Encryption Using ASP & VBScript

    See the attachments at the end of the page.

    The page layout looks a bit broken to me, but all the info is there. I made it readable it by deleting the code block from the DOM via bowser development tools.