This forum is in archive mode. You will not be able to post new content.

Author Topic: Simple Xor Encryption  (Read 6123 times)

0 Members and 1 Guest are viewing this topic.

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Simple Xor Encryption
« on: December 20, 2010, 03:47:45 AM »
from my edit server, simple encryption

Code: [Select]
function Encrypt(s:string):string;
var i:integer;
begin
  for i := 1 to length(s) do
    s[i] := char(ord(s[i]) xor 444);
  result := s;
end;

Code: [Select]
var := Encrypt('helllllllo'); 
Damm it feels good to be gangsta
http://bubzuru.comule.com

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.