• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there a way to encrypt a string in asp 2.0?

Not natively, but you can search and find a bunch of components that work with asp you can instantiate from the page.
Bill
 
Strong encryption? google on "blowfish" and you'll find source code in various languages, depending on which you know it might be easy to adapt one to VBScript. The component route is almost certainly easir though 🙂
 
Back
Top