Wednesday, 15 January 2014

jQuery & PHP: encode and decode filename -



jQuery & PHP: encode and decode filename -

i utilize jquery sortable images need save filename li id this:

<ul id="sortable"> <li id="myfile.jpg"></li> </ul>

i need crypt encode filename jquery , decode in php. utilize md5, it's 1 way...

thank you

do need cipher, decrypted secret key or want alter filename unreadable string of alphanumeric characters? second alternative easier, can utilize php functions: base64_encode , base64_decodde. if want file names unrevertable others, can utilize mcrypt library, needs little knowledge of cryptography safe.

php jquery sortable

No comments:

Post a Comment