Eltec

Posted by Blogger | 2:19 AM | | 0 comments »

It a four part business unit RFID, Electronic Components, Cards & Services and Security Solutions.
It was a old company founded in 1988. They have 15 employees and providing services in 9 European offices this time.



They provide many services including..
RFID Readers They develops RFID readers as modules, OEM boards, PC cards and as complete devices in housing. They develop in different spectrum ranges from low to high end from 125 kHz via 13.56 MHz and 868/915 MHz up to 5.8 GHz systems and includes passive and active technologies.

RFID Transponders Elatec offers all kinds of standard transponders like cards, coins, labels, and key fobs. Furthermore we are specialized in consultancy during design in process of custom designed transponders.

PCMCIA Reader

In computing, PC Card (originally PCMCIA) is the form factor of a peripheral interface designed for laptop computers. It was originally for memory expansion, but the existence of a usable general standard for notebook peripherals led to all manner of devices being made available in this form. Typical devices include network cards, modems and hard disks.

Many notebooks in the 1990s came with two Type II slots with no barrier in between (allowing two type II cards or one type III card). With the removal of legacy ports, most modern notebooks only feature one Type II card slot.

PCMCIA modules (or devices) were designed by the US computer industry to compete with the Japanese JEIDA memory card devices. The two standards later merged as JEIDA 4.1 or PCMCIA 2.0 (PC Card) in 1991.

Card Encoding

Within the business unit Cards and Services Elatec offers for payment cards (banking cards) and loyalty cards (bonus cards) card personalisation and card endoding.

The offered types of card personalisation of the card body are thermal transfer print, ink jet print and embossing. According to the data of the clients either numbers or names and numbers can be personalised on the card.

The types of available card encoding are encoding of the magnetic stripe in case of a magnetic stripe card and the encoding of the chip in case of a smart card. In case of a hybrid card both will be encoded. The encoding is done according to the data of the client.

For Banking Cards the personalisation and encoding are done in highly secured personalisation centers certified by VISA and MasterCard.

How can we support you? Be assured that you can rely on our fast support, flexibility, competitive prices as well as short lead times.

Online Games Zone

Posted by Blogger | 1:59 AM | | 0 comments »

As its name says its a gaming site where you can play free online games. It looks attractive with good and cool combination of dark and light colors in theme.

We have option to choose from which types of games we like to play. There are lot of categories including action games, casino games, fun games, racing games, shooting games, sport games etc.

I like action and fun games. These games are good collection of games that most people like. They have some unique games that you can't find on other sites.

There are also multi player games where you can play and challenge with your friends, colleagues or co-workers.

Games are flash based so anyone from any type of browser can play and enjoy these wonderful games.
Note: This site make a good impression with first look of its cool design that make it better.

Below you will find list of top 10 web vulnerabilities classified by OWASP, here is also description of the problem and some examples.

I will just give you the list in case you missed it before, i will not comment on any of these as there is already hot discussion about this matter on several sites/forums.

So here it starts:



1. Cross site scripting (XSS)

The problem: The “most prevalent and pernicious” Web application security vulnerability, XSS flaws happen when an application sends user data to a Web browser without first validating or encoding the content. This lets hackers execute malicious scripts in a browser, letting them hijack user sessions, deface Web sites, insert hostile content and conduct phishing and malware attacks.

Attacks are usually executed with JavaScript, letting hackers manipulate any aspect of a page. In a worst-case scenario, a hacker could steal information and impersonate a user on a bank’s Web site, according to Snyder.

Real-world example: PayPal was targeted last year when attackers redirected PayPal visitors to a page warning users their accounts had been compromised. Victims were redirected to a phishing site and prompted to enter PayPal login information, Social Security numbers and credit card details. PayPal said it closed the vulnerability in June 2006.

How to protect users: Use a whitelist to validate all incoming data, which rejects any data that’s not specified on the whitelist as being good. This approach is the opposite of blacklisting, which rejects only inputs known to be bad. Additionally, use appropriate encoding of all output data. “Validation allows the detection of attacks, and encoding prevents any successful script injection from running in the browser,” OWASP says.


2. Injection flaws

The problem: When user-supplied data is sent to interpreters as part of a command or query, hackers trick the interpreter — which interprets text-based commands — into executing unintended commands. “Injection flaws allow attackers to create, read, update, or delete any arbitrary data available to the application,” OWASP writes. “In the worst-case scenario, these flaws allow an attacker to completely compromise the application and the underlying systems, even bypassing deeply nested firewalled environments.”

Real-world example: Russian hackers broke into a Rhode Island government Web site to steal credit card data in January 2006. Hackers claimed the SQL injection attack stole 53,000 credit card numbers, while the hosting service provider claims it was only 4,113.

How to protect users: Avoid using interpreters if possible. “If you must invoke an interpreter, the key method to avoid injections is the use of safe APIs, such as strongly typed parameterized queries and object relational mapping libraries,” OWASP writes.


3. Malicious file execution

The problem: Hackers can perform remote code execution, remote installation of rootkits, or completely compromise a system. Any type of Web application is vulnerable if it accepts filenames or files from users. The vulnerability may be most common with PHP, a widely used scripting language for Web development.

Real-world example: A teenage programmer discovered in 2002 that Guess.com was vulnerable to attacks that could steal more than 200,000 customer records from the Guess database, including names, credit card numbers and expiration dates. Guess agreed to upgrade its information security the next year after being investigated by the Federal Trade Commission.

How to protect users: Don’t use input supplied by users in any filename for server-based resources, such as images and script inclusions. Set firewall rules to prevent new connections to external Web sites and internal systems.


4. Insecure direct object reference

The problem: Attackers manipulate direct object references to gain unauthorized access to other objects. It happens when URLs or form parameters contain references to objects such as files, directories, database records or keys.

Banking Web sites commonly use a customer account number as the primary key, and may expose account numbers in the Web interface.

“References to database keys are frequently exposed,” OWASP writes. “An attacker can attack these parameters simply by guessing or searching for another valid key. Often, these are sequential in nature.”

Real-world example: An Australian Taxation Office site was hacked in 2000 by a user who changed a tax ID present in a URL to access details on 17,000 companies. The hacker e-mailed the 17,000 businesses to notify them of the security breach.

How to protect users: Use an index, indirect reference map or another indirect method to avoid exposure of direct object references. If you can’t avoid direct references, authorize Web site visitors before using them


5. Cross site request forgery

The problem: “Simple and devastating,” this attack takes control of victim’s browser when it is logged onto a Web site, and sends malicious requests to the Web application. Web sites are extremely vulnerable, partly because they tend to authorize requests based on session cookies or “remember me” functionality. Banks are potential targets.

“Ninety-nine percent of the applications on the Internet are susceptible to cross site request forgery,” Williams says. “Has there been an actual exploit where someone’s lost money? Probably the banks don’t even know. To the bank, all it looks like is a legitimate transaction from a logged-in user.”

Real-world example: A hacker known as Samy gained more than a million “friends” on MySpace.com with a worm in late 2005, automatically including the message “Samy is my hero” in thousands of MySpace pages. The attack itself may not have been that harmful, but it was said to demonstrate the power of combining cross site scripting with cross site request forgery. Another example that came to light one year ago exposed a Google vulnerability allowing outside sites to change a Google user’s language preferences.

How to protect users: Don’t rely on credentials or tokens automatically submitted by browsers. “The only solution is to use a custom token that the browser will not ‘remember,’” OWASP writes.


6. Information leakage and improper error handling

The problem: Error messages that applications generate and display to users are useful to hackers when they violate privacy or unintentionally leak information about the program’s configuration and internal workings.

“Web applications will often leak information about their internal state through detailed or debug error messages. Often, this information can be leveraged to launch or even automate more powerful attacks,” OWASP says.

Real-world example: Information leakage goes well beyond error handling, applying also to breaches occurring when confidential data is left in plain sight. The ChoicePoint debacle in early 2005 thus falls somewhere in this category. The records of 163,000 consumers were compromised after criminals pretending to be legitimate ChoicePoint customers sought details about individuals listed in the company’s database of personal information. ChoicePoint subsequently limited its sales of information products containing sensitive data.

How to protect users: Use a testing tool such as OWASP’S WebScarab Project to see what errors your application generates. “Applications that have not been tested in this way will almost certainly generate unexpected error output,” OWASP writes.


7. Broken authentication and session management

The problem: User and administrative accounts can be hijacked when applications fail to protect credentials and session tokens from beginning to end. Watch out for privacy violations and the undermining of authorization and accountability controls.

“Flaws in the main authentication mechanism are not uncommon, but weaknesses are more often introduced through ancillary authentication functions such as logout, password management, timeout, remember me, secret question and account update,” OWASP writes.

Real-world example: Microsoft had to eliminate a vulnerability in Hotmail that could have let malicious JavaScript programmers steal user passwords in 2002. Revealed by a networking products reseller, the flaw was vulnerable to e-mails containing Trojans that altered the Hotmail user interface, forcing users to repeatedly reenter their passwords and unwittingly send them to hackers.

How to protect users: Communication and credential storage has to be secure. The SSL protocol for transmitting private documents should be the only option for authenticated parts of the application, and credentials should be stored in hashed or encrypted form.

Another tip: get rid of custom cookies used for authentication or session management.


8. Insecure cryptographic storage

The problem: Many Web developers fail to encrypt sensitive data in storage, even though cryptography is a key part of most Web applications. Even when encryption is present, it’s often poorly designed, using inappropriate ciphers.

“These flaws can lead to disclosure of sensitive data and compliance violations,” OWASP writes.

Real-world example: The TJX data breach that exposed 45.7 million credit and debit card numbers. A Canadian government investigation faulted TJX for failing to upgrade its data encryption system before it was targeted by electronic eavesdropping starting in July 2005.
How to protect users: Don’t invent your own cryptographic algorithms. “Only use approved public algorithms such as AES, RSA public key cryptography, and SHA-256 or better for hashing,” OWASP advises.

Furthermore, generate keys offline, and never transmit private keys over insecure channels.


9. Insecure communications

The problem: Similar to No. 8, this is a failure to encrypt network traffic when it’s necessary to protect sensitive communications. Attackers can access unprotected conversations, including transmissions of credentials and sensitive information. For this reason, PCI standards require encryption of credit card information transmitted over the Internet.

Real-world example: TJX again. Investigators believe hackers used a telescope-shaped antenna and laptop computer to steal data exchanged wirelessly between portable price-checking devices, cash registers and store computers, the Wall Street Journal reported.

“The $17.4-billion retailer's wireless network had less security than many people have on their home networks,” the Journal wrote. TJX was using the WEP encoding system, rather than the more robust WPA.

How to protect users: Use SSL on any authenticated connection or during the transmission of sensitive data, such as user credentials, credit card details, health records and other private information. SSL or a similar encryption protocol should also be applied to client, partner, staff and administrative access to online systems. Use transport layer security or protocol level encryption to protect communications between parts of your infrastructure, such as Web servers and database systems.


10. Failure to restrict URL access

The problem: Some Web pages are supposed to be restricted to a small subset of privileged users, such as administrators. Yet often there’s no real protection of these pages, and hackers can find the URLs by making educated guesses. Say a URL refers to an ID number such as “123456.” A hacker might say ‘I wonder what’s in 123457?’ Williams says.

The attacks targeting this vulnerability are called forced browsing, “which encompasses guessing links and brute force techniques to find unprotected pages,” OWASP says.

Real-world example: A hole on the Macworld Conference & Expo Web site this year let users get “Platinum” passes worth nearly $1,700 and special access to a Steve Jobs keynote speech, all for free. The flaw was code that evaluated privileges on the client but not on the server, letting people grab free passes via JavaScript on the browser, rather than the server.

How to protect users: Don’t assume users will be unaware of hidden URLs. All URLs and business functions should be protected by an effective access control mechanism that verifies the user’s role and privileges. “Make sure this is done … every step of the way, not just once towards the beginning of any multi-step process,’ OWASP advises.


Comments and introduction to Top-10 list can be found on following:
www.owasp.org ( www.owasp.org )
www.networkworld.com (http://www.networkworld.com/news/2007/100407-web-site-vulnerabilities.html?page=1)
www.infoworld.com (http://www.infoworld.com/article/07/10/05/Top-10-reasons-Web-sites-get-hacked_1.html)
www.computerworld.com.au (http://www.computerworld.com.au/index.php?id=1126870565&eid=-6787)

webhostingchoice.com is a advertisement free web hosting directory. They have a learn area for who are new to web hosting. In their learn center people can learn about scams, domains, hosting, bandwidth, servers etc.
On their home page Quick Web Host Search box where people can search for host which type they need. Under it a good recommended host that help to find best host who has little info about hosts.

They have a directory of good webhost where everyone can search among lot of small and giant hosts.
They also come up with some webmaster resources that help webmaster and other peoples too. Some links to most famous and important webmaster forums and information is also help them.

Overall, this is a very good site for both newbie and expert who need
Web Hosting Choice - Web Hosting Directory

Business Web Hosting

Posted by Blogger | 4:26 PM | | 0 comments »

In this site you can find top 10 independent web site hosting reviews. There is a top 10 list on front page that help to choose best host for our business or personal website. Bluehost is top on the list. You can read full bluehost review on this site.

At bottom lot of web hosting related articles that help to choose best host. Articles gives info about creating own business plans and tells downsides with cheap web hosting. And also help people who are new in web hosting about choosing best host for site and setting up site and advertising site.
This site is full of web hosting stuff.

If you looking for a host review and you didn't find it on this site then you can submit it for review on this site and the staff of this site will review on this site. You can find almost all big host giant host on this site.

Site: Business Web Hosting

Printer Ink Review

Posted by Blogger | 4:17 PM | | 0 comments »

This is best 10 printer ink reviews. In this site you can find best 10 companies who provide ink cartridges. There are top 10 list with rating. They also provide info about these companies like quality, service, value etc. In printer ink summary you can find basic info about ink product. you can also find all ink review.

At home page bottom site you will find some printer ink supplies review article that help both newbies and expert to choose best best product for their printers. That articles helps to know more about inks and its uses. There are some article that help you to get rid of some myths about ink cartridges. And also help to find a good printer by telling which type of printer to buy or which type of useless.

Overall, This site is for everyone who has printer or need a printer. A must visit site for everyone who need anytype of onfo about printer and its ink related issues.

Google Acquires Internet (May 2017)

Posted by Blogger | 10:38 PM | | 0 comments »

I was surfing web and reading some blogs then find this one.

MAY 12, 2017 - BUSINESSWIRE. Mountain View-based search giant Google Inc today announced they’ve acquired the internet for the astounding sum of $2,455.5 billion in cash. The deal had been rumored in various search blogs since the beginning of the year and was now confirmed by the company’s CEO. “This is in line with our vision to make information more accessible to end users,” says Eric Schmidt. “With the acquisition, we can increase the speed of indexing as everything will already be on our servers by the time it’s published.”

In a conference call earlier today, Larry Page explained the strategy behind the acquisition. “We realized it’s not very cost-effective to buy the internet in smaller portions.” During the past two decades, Google had acquired YouTube for $1.65, DoubleClick for $3.1 billion, AOL for $12.5 billion, and last year, Microsoft for the record sum of $120 billion.

Questioned on the first steps the company would take integrating the internet onto their servers, Eric Schmidt announced immediate plans to redirect Yahoo.com to Google’s own search engine. “From an end user perspective, having two search engines is just bad usability, and [causes confusion]. While we appreciate Yahoo’s recent advances in search technology, we felt this move is best aligned with the interests of our advertisers, users and shareholders.” Eric added, “By leveraging third-generation mobile platforms in sustainable verticals, new monetization opportunities can manifest into an improved web experience, greatly benefiting investors and digerati alike – a true paradigm change synergizing the Web 6.0 framework on the enterprise level.”

Accompanying Google’s acquisition revelation, privacy groups today released a paper criticizing the move. However, Larry Page argues that privacy is improved by Google’s acquisition, explaining that “[the] main privacy issues for users today are data leaks to third parties. By eliminating all third parties, we closed this hole.” Eric Schmidt adds that Google intends to replace their current privacy policy with a “privacy scale” which better balances necessary compromises. “When you can improve the privacy of a large group of people by violating the privacy rights of a small number of people, in the end this improves overall privacy.”

The Chinese government in the meantime congratulated Google Inc on their move. Regarding the potentials of expanded censorship, Sergey Brin told members of the press that Google would now drop all search results filtering and instead “address the root problem from a publisher perspective” by directly blocking certain keywords the time they are entered in Google-owned tools such as Blogger, Gmail, Page Creator, Yahoo 360 and MSN Spaces. Amnesty International and Reporters Without Borders were not available for comment at this time due to temporary technical problems with their web-based email clients.

Source

I am not sure about the time ( May 2017) but the way Google is going, It will buy internet one day.