Also, all communications between the client PC and our servers are completely encrypted by 128bit SSL Encryption, which guarantees the secure transmission of all data.
SSL (Secure Sockets Layer) uses public-key encryption to exchange a session key between the client and server; this session key is used to encrypt http transactions (both request and response). Each transaction uses a different session key so that even if someone did manage to decrypt a transaction, that would not mean that they would have found the server's secret key; if they wanted to decrypt another transaction, they'd need to spend as much time and effort on the second transaction as they did on the first. WebDMEMR uses 128-bit, the highest level of encryption available. 128-bit key eliminates any problem at all because there are 2^128 instead of 2^40 possible keys. Any hacker trying to crack a message encrypted with such a key would take significantly longer than the age of the universe using conventional technology. Simply put, 128-bit encryption is totally secure.