so I want to generate some cached html files and I want to use some sort of encryption when naming them so they can't be easily accessed. Md5/Sha1,2 might be good alternatives but I want something light something that would generate a string lets say 12 bytes long (just saying).
Is there anything similiar, available in php?
Thank you.