I\'m trying to create unique file names by renaming them using their hashed value in iOS. How can I do that?
Using NSData is an expensive choice. Better use NSFileHandler extension if you are dealing with big files anytime.