Silly PHP Number Encoder and Decoder Program



Imagine you are creating a PHP program and you can pass some number parameter in url to retrieve content from your server. Then maybe you are thinking if you let people seeing those numbers in their url, they can change that number to any number to retrieve another content.

This program can prevent that. Instead of using raw number as your parameters, you can convert those numbers into something silly that people don’t understand, only your server knows, so they will not play around with your program.

Silly PHP Number Encoder is a simple program to convert any number into scrambled string characters and converting that back to original number.

Watch demo video here:

You can get this program on my GitHub link here: https://github.com/habibieamrullah/sillyphpnumencdec

loading...

Leave a Reply

Your email address will not be published. Required fields are marked *