View Single Post
  #2  
Old 04-24-2015, 11:43 PM
aweasd aweasd is offline
Junior Member
 
Join Date: Apr 2013
Posts: 2
aweasd is on a distinguished road
Default

Re: chaturbate pass hash


Go to a Chaturbate room in your browser and then go to the tools menu (or whatever it is in whichever browser you use) and "view source". Search that for "password" and you will see it, something like
Code:
password: 'pbkdf2_sha256$12000$QwwcaxjaV3Ik$Kafcx0F8XdfhkFaQwIyYSBgueL/VIKgSs8DuLz7WxXU\u003D',
You need to go through and put a \ in front of all the $'s and replace the \u003D with a "\=" (minus the quotes). Example:
Code:
pbkdf2_sha256\$12000\$QwwcaxjaV3Ik\$Kafcx0F8XdfhkFaQwIyYSBgueL/VIKgSs8DuLz7WxXU\=
Reply With Quote