there is some hashing function or combination of URL encoding that can do
this :


given some parameters :

'music' 'artist' 32L 2L 100 100
( artist id 32, 2nd picture, dimensions 100 x 100 )

I wish to generate a fake filename eg:

tartan_ba6e5e06e794f1368ed3ec20b4594eec.png

and then be able to reverse that filename back into the original parameters
when needed.

so its either hashing, or compressing the string (to use the most of the
allowable chars a-zA-Z0-9_ ) or something

hints or pointers anyone ?
thanks



http://crucial-systems.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to