xor

  1. H

    Question Decrypting XOR

    hey. I'm trying to make a function to decrypt a xor encryption. Currently i have this code, But I'm unable to make it work. Imports System Imports System.Text Public Class Form1 Public Function dexor(ByVal xor1 As String) As String Dim Sbuilder As StringBuilder Dim i As...
Back
Top