Pages

Showing posts with label experience. Show all posts
Showing posts with label experience. Show all posts

Monday, November 14, 2016

Protect your Google Account with Password Alert



(Cross-posted on the Official Google Blog.)

Would you enter your email address and password on this page?


This looks like a fairly standard login page, but it’s not. It’s what we call a “phishing” page, a site run by people looking to receive and steal your password. If you type your password here, attackers could steal it and gain access to your Google Account—and you may not even know it. This is a common and dangerous trap: the most effective phishing attacks can succeed 45 percent of the time, nearly 2% of messages to Gmail are designed to trick people into giving up their passwords, and various services across the web send millions upon millions of phishing emails, every day.

To help keep your account safe, today we’re launching Password Alert, a free, open-source Chrome extension that protects your Google and Google Apps for Work Accounts. Once you’ve installed it, Password Alert will show you a warning if you type your Google password into a site that isn’t a Google sign-in page. This protects you from phishing attacks and also encourages you to use different passwords for different sites, a security best practice.

Heres how it works for consumer accounts. Once you’ve installed and initialized Password Alert, Chrome will remember a “scrambled” version of your Google Account password. It only remembers this information for security purposes and doesn’t share it with anyone. Next, if you type your password into a site that isnt a Google sign-in page, Password Alert will show you a notice like the one below. This alert will tell you that you’re at risk of being phished so you can update your password and protect yourself.

Password Alert is also available to Google for Work customers, including Google Apps and Drive for Work. Your administrator can install Password Alert for everyone in the domains they manage, and receive alerts when Password Alert detects a possible problem. This can help spot malicious attackers trying to break into employee accounts and also reduce password reuse. Administrators can find more information in the Help Center.


We work to protect users from phishing attacks in a variety of ways. We’re constantly improving our Safe Browsing technology, which protects more than 1 billion people on Chrome, Safari and Firefox from phishing and other dangerous sites via bright, red warnings. We also offer tools like 2-Step Verification and Security Key that people can use to protect their Google Accounts and stay safe online. And of course, you can also take a Security Checkup at any time to make sure the safety and security information associated with your account is current.

To get started with Password Alert, visit the Chrome Web Store or the FAQ.

Read More..

Wednesday, September 21, 2016

App avast! Mobile Security v1 0 1282

Persyaratan minimum: Android 2.1+

avast! Mobile Security berfungsi sebagai proteksi data pribadi sekaligus sebagai antivirus dan melindungi dari website yang berbahaya. Aplikasi ini juga bisa berfungsi sebagai firewall dari tangan hacker. Fungsi-fungsi yang ada misalnya: mengontrol fitur anti-pencurian melalui sms: menghapus memori, mengunci hanphone, mengaktifkan sirine dan GPS, memonitor suara dan masih banyak lagi. Fitur-fitur penting avast! Mobile Security selain disebutkan di atas antara lain:
  • Antivirus
  • Privacy Report
  • SMS/Call Filtering
  • App Manager
  • Firewall
  • avast! Anti-Theft
  • App Disguiser
  • Stealth Mode
  • Self-Protection
  • Battery Save
  • SIM-Card-Change Notification
  • Trusted SIM Cards List
  • Remote Settings Change
  • Remote Features

Download: filesonic | filepost (1.84 MB)

Read More..

Friday, August 12, 2016

HTC One M8 received Android 4 4 4 update with HTC EYE camera experience!


While Samsung is still in love with Android 4.4.2 (Android version from 2013), HTC recently released Android 4.4.4 update for the HTC One M8. Even if the most recent software version up to date was Android 4.4.3 (still newer than Samsung), the number of changes in the new update is quite impressive. The new OTA update elevates the software version to 3.28.401.6 and apparently brings a lot of fixes, changes and improvements. Here are some of them spotted until now:


  • Support hardware video codec
  • Camera improvements
  • HTCs EYE Experience camera features
  • Bluetooth improvements
  • HTC car drive mode improvements
  • HTC backup improvements
  • Thermal system improvements
  • Many audio related fixes and improvements
  • Overall performance improvements
  • Updated kernel


  • There are many more changes under the hood, but what seems to be the biggest new feature is the HTCs EYE Experience camera features. HTC Desire Eye is the new "selfie-phone" released yesterday during the HTC Dual Exposure Event in the NYC. Some of the new camera features presented in the new HTC Desire Eye are now also incorporated in the new HTC One M8 update. You can read more about the new Eye Experience features here - HTC Eye Experience.


    The 3.28.401.6 update brings also updated bootloader version (3.19). If you already downloaded the new OTA package from some un-official source and youre not sure how to install it, please read this simple guide - How to: Manually install an OTA update on your HTC device.

    But if you are an flashaholic and Android Revolution HD user, we have a great news for you! Android Revolution HD 20.0 based on the latest 3.28.401.6 update is just about to be released. In a couple of hours you will be able to find the download link in my XDA thread or alternatively on the AndroidNow English board thread, where I keep all links to my custom ROMs.

    Have any questions or comments? Feel free to share! Also, if you like this article, please use media sharing buttons (Twitter, G+, Facebook) below this post!




    For latest news follow Android Revolution HD on popular social platforms:

    Read More..

    Monday, June 20, 2016

    Samsung Chord SDK An Introduction

    The Samsung Smart App challenge has motivated me to explore a bit more about the Samsung Chord SDK.

    If you want to know more about the SamsungSmart App Challenge, please visit here  or to know more about the Android SDK – Here . There is a growing community for the android developer as well. 

    Here is that I understand are the highlights of this SDK:
    1.     It is a framework developed by Samsung for networking between devices – making it easy for people without network programming skills.
    2.     It is not physical network connection that is created. It is application layer messaging protocol that uses the underlying TCP/IP network. i.e it is different from wi-fi or Bluetooth which work on a physical network protocol.
    3.     Samsung also provides an add-in emulator to the standard eclipse development environment to test the networking of your apps.
    4.     The Chord SDK allows creating a network of devices allowing for an n:n communication. It supports
    a.     Synchronized content sharing
    b.     Broadcast of messages to near by devices
    c.      Data transfer between devices
    d.     Multi-player games
    5.     The Security features need improvement as any mobile with the same app on it can join the group or leave the group
    6.      Chord supports only Android 4.0 and above


    A bit about the architecture of the Chord SDK:

    (This diagram is from Samsung SDK documentation.)


    The application layer is where our imagination can be used to build innovative apps.

    There are a few other basic aspects we need to understand in order to be able to use the Chord SDK.
    1.     Channel Manager – This is the part of the software that manages all the mobiles in a network. The various devices are called nodes
    2.     Messaging protocol – This is the part of the SDk that helps in exchanging of messages between the nodes
    3.     File Transfer Protocol – This is the protocol used for file transfers between the nodes
    4.     Discovery protocol -  This is the component that helps in discovering the various devices within range to for the logical group of nodes
    5.     ZeroMQ – This is the underlying layer that helps with all the messaging and file transfers

    A little bit more about Channels before we get into coding J

    Chord has the concept of 2 types of channels for communication:
    1.     Public Channel
    2.     Private Channel

    The Public channel is one one, which any device running the Chord SDk can join.
    A private channel is one, which is created by nodes having the same chord SDK based application. 

    So, if my mobile has Chord SDK app, I am part of a public channel. If I have an app A and an app B, I can be part of Channel A and Channel B respectively.

    In the next article, I will talk about setting up the environment for developing using Chord SDK and later we will develop a simple app using Chord SDK.