Question
How to use XOR Encrption VBscript
Does any one know yow to use XOR Encrition in VBscrtip with
regular .asp?
I have searched the web but the samples are more complicated then I understand or need.
I need somting to just show how to encrypt and decript a given key.
For example:
<% Dim key
key = "TheTempKey"
encrypt ( "this is a test message to incrypt", key)
%>
<%= show incripted message %>
<%= show decripted message %>
I have searched the web but the samples are more complicated then I understand or need.
I need somting to just show how to encrypt and decript a given key.
For example:
<% Dim key
key = "TheTempKey"
encrypt ( "this is a test message to incrypt", key)
%>
<%= show incripted message %>
<%= show decripted message %>
