brenn13 0 Newbie Poster

I have an encryption program. but i dont know what type of encryption algorithm it is. Here is what the program does:

-alter randomize function according to constant string
-perform XOR operation to the string to be converted
with the use of altered randomize function
-convert string to ascii
-convert ascii to string

Please help. Thanks in advance.