Encryption question
#1

So I invented kind of an algorithm to encrypt the password. The way I did it may still be discreet, but I used those 3 algorithms together: Reverse string, Whirlpool, Caesar Encrypt in wich the key to encrypt will depend on the player himself. What do you guys think, may it work?
Reply
#2

Maybe . Why you don't use caesar encrypt, reverse string, caesar encrypt, whirlpool, caesar encrypt? /s

I think that you are a bit too paranoid... It's just a game, just Whirlpool should be enough...
Reply
#3

It's not just about the game, I wanted to invent something that's hard to break and hard to figure out. I will also insert a salt based on the player's data.
Reply
#4

Quote:
Originally Posted by XStormiest
Посмотреть сообщение
It's not just about the game, I wanted to invent something that's hard to break and hard to figure out. I will also insert a salt based on the player's data.
Inventing a custom encryption algorithm is the WORST idea EVER.

And, there is also the "salt" function with Blueg's MySQL plguin. Just follow his tutorial on the cache script.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)