Saturday, 30 July 2011

New DOCOMO & Reliance Free GPRS

today i am here with most wanted hack in tata docomo and reliance.yes i am here with two ucweb which works fine for me tobrowse and download free in tatadocomo. i am launching here two ucweb first is based on india server and second is based on international server. so enjoy thetrick.

steps for reliance users
Download it first!

ucweb_international_server.jar

2)use your default rcomwap settings
APN: rcommms or rcomwap
Proxy: 10.239.221.22
Port: 8080
3) In operator trick which will be load first on starting ucweb 7.0 leave all thinks as it is but only click on "back query" and in that write " ?id=jCustomerWAPProv "
4) thats it enjoy free surfing and downloading at good speed!!


steps for TATA DOCOMO users
First Method for tata docomo
1.Make sure You have Tata Docomo DIVE IN Settings in ure mobile (if You don’t know dive in settings just see all tata docomo gprs settings for all services by tata docomo or You can call customer care and get it you canalso use our previous post Tata Docomo customer care number for all regions )
2.Download Ucweb collection from above
3.Install Appication which you havedownloaded
4.Run UcWeb your Phone using Tata Docomo Dive in settings
5.You can see operator tricks menu just scroll down and go to USE PROXY and select it as HTTP
6.Now go to in PROXY SERVERS Andwrite internet.tatadocomo.com
7.Now don’t change any other settings leave all queries blank means front query, back query,middle query leave all blank
8.That’s it You are Done Now Enjoy Free Surfing as well as Free Downloading

Second Method

1.Make sure You have Tata Docomo DIVEIN Settings in ure mobile (if You don’t know dive in settings just see all tata docomo gprs settings for all services by tata docomo or You can call customer care and get it you can also use our previous post Tata Docomo customer care number for all regions )
2.Download Ucweb collection from above
3.Install Appication which you have downloaded
4.Run UcWeb on your Phone using Tata Docomo Dive in settings
5.Then in First Box in operator tricks menu select CUSTOM1
6.Now go to in PROXY SERVERS And write: divein.tatadocomo.com OR this ip 10.124.72.1717. Now don’t change any other settings leave all queries blank means front query, back query,middle query leave all blank
8.That’s it You are Done Now Enjoy Free Surfing as well as Free Downloading.
ENJOY YOUR FREE WORLD!!! 


............................................................................................................................ 

NTT Docomo an Japanese Telecommunications

Today i am going to explain about other country's telecommunications and how their technologies are growing bettar than us. You all know that japan is one of the fastest growing nation under technology. They are first in all ,But now i am going to explain about their telecommunications network.
As every country has its own build tele network like in india we have BSNL ,they have a tele network called "NTT DOCOMO".

This network operator has many services and features bettar than us some of them which i knew have been posted as follows:
  1. Automatically check your current location at regular intervals

  2. Dictate your mail

  3. Get callers to leave messages when you can't answer the phone

  4. Announce that you are unable to use your phone due to your current situation

These are some cool services where our network operators didn't notify that they are useful, ok leave it then today i have made you to know something intresting so i hope it you will also for tommarow.

Cryptography a simple introducton

Cryptography

If you are familiar with hacking, you know the name of MD5 or Digital signature. These are parts of cryptography. I am writing this post because today i have my semester exam of cryptography, and i think as a hacker you must know about cryptography. Cryptography is a science and art of securing data by changing it in a coded form by some encoding method.
ex-

When Julius Caesar sent messages to his generals, he didn’t trust his messengers. So he replaced every A in his messages with a D, every B with an E, and so on through the alphabet. Only someone who knew the “shift by 3” rule could decode his messages.



 this was an practical example of cryptography. This is also use in securing data on the network. Cryptography is the science of information security.



Cryptography is the science of using mathematics to encrypt and decrypt data. Cryptography enables you to store sensitive information or transmit it across insecure networks (like the Internet) so that it cannot be read by anyone except the intended recipient.


Plain text: Message in it's original form 
Cipher Text: Encoded message
Key: a sequence of bit used in encryption and decryption
Encryption: Algorithm of encoding Plain text to cipher text using key.
Decryption: Algorithm of decoding Cipher text to Plain text using key.

A cryptographic algorithm works in combination with a keyr to encrypt the plaintext. The same plaintext encrypts to different ciphertext with different keys. The security of encrypted data is entirely dependent on two things: the strength of the cryptographic algorithm and the secrecy of the key.

Types of Cryptography:

Symmetric key cryptography or Secret key Cryptography: In a symmetric cipher, both parties must use the same key for encryption and decryption.  This means that the encryption key must be shared between the two parties before any messages can be decrypted. Symmetric systems are also known as shared secret systems or private key systems.


Asymmetric key cryptography or public key Cryptography: In an asymmetric cipher, the encryption key and the decryption keys are separate. In an asymmetric system, each person has two keys. One key, the public key, is shared publicly. The second key, the private key, should never be shared with anyone. When you send a message using asymmetric cryptography, you encrypt the message using the recipients public key. The recipient then decrypts the message using his private key. That is why the system is called asymmetric.

This was the simple introduction of cryptography. I will write more on various cryptographic algorithms and hash functions used in cryptography.

Hash algorithms:  Hash algorithms are based upon one way hash function.
y=f(x) is said to be one way if for every x it is easy to find y but for a given y it is computationally infeasible to get x.
Cryptographic hash function is a mathematical transformation that takes a message m of any length and produce a corresponding message digest (a number of fixed length) of fixed length.
for any two messages m1 and m2:
h(m1) != h(m2) NOT EQUAL
 
 
.................................................................................................................................................