Posts: 143
Threads: 41
Joined: Feb 2009
Reputation:
0
Hy
I have an old encode function, but its easy decode...
Can anybode write a good encode/encrypt function.
And the necessary thing, anybody cant decode/decrypt it.
Thanx.
Posts: 857
Threads: 9
Joined: Jul 2009
Reputation:
0
It's in C. I converted it to PHP really easily, so you should be able to convert to PAWN really easy.
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
PAWN and C syntaxes are almost the same.
Posts: 1,498
Threads: 19
Joined: Jun 2009
Reputation:
0
its the idea that matters, not if you know how c works or not.
all you need to do is understand how the algorithm works and how its implemented, then you can easily recreate it in pawno.
you could try md5, its hashing but im guessing you need this for a password system and md5 seems to do the job with most user file systems