Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
veno committed Nov 28, 2012
1 parent 2185117 commit ecb3de3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,15 @@ With the sufficent permissions of course
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
```

On iOS however the password is the MD5 hash of the MAC address repeated twice
thanks to http://www.ezioamodio.it/?p=29
#### Password Overview

# Real cases
- [WhatsAppify](http://www.whatsappify.com/) (as of november 2012 closed beta. Only delivering WhatsApp messages to [Telepienso](http://www.telepienso.com/) customers when their parcel is assigned a tracking number.)
- **Android**: MD5 hash of reversed IMEI (Credit: [WhatsAPI Original Authors](https://github.com/venomous0x/WhatsAPI#venomous))
- **iOS**: MD5 hash of the MAC address repeated twice (Credit: [Ezio Amodio](http://www.ezioamodio.it/?p=29))
- **Windows Phone**: MD5 hash of reversed DeviceUniqueId (Credit: [Robe Fernández](http://blog-robefernandez.blogspot.com.es/2012/11/know-your-whatsapp-password-on-windows.html))


# Applications
- [WhatsAppify](http://www.whatsappify.com/) (as of november 2012 closed beta. Only delivering WhatsApp messages to Telepienso customers when their parcel is assigned a tracking number.)

# NOTES

Expand Down

0 comments on commit ecb3de3

Please sign in to comment.