If you need to find out the permissions and trackers that are required or in use by an Android application, visit, https://reports.exodus-privacy.eu.org/en/. Here, you can enter the application URL of any application from any app store and can see the results of the permissions the applications require and the trackers they use. As an example, … Continue reading Exodus Permissions and Trackers Report for Android Applications
Tag: security risk
How to check if user name or ID has been compromised in a data breach
When data breaches occur, there are various kinds of data that get compromised. The most critical data that can get compromised is the user name or ID or the password. All is not lost due to a great service hosted by Troy Hunt. Use https://haveibeenpwned.com/ to check if the User name or user ID appears … Continue reading How to check if user name or ID has been compromised in a data breach
How to validate a short URL
At times, short URLs starting with https://bit.ly or https://goo.gl or any other short and strange form are received via SMS or even email. It is difficult to authenticate and know where these URLs point to. If the source is trusted, then too, it is important to know and validate these URLs to ensure they do … Continue reading How to validate a short URL
How to calculate MD5 or SHA256 sums in Linux and Android
Many of us use Linux Distributions like Ubuntu, Fedora, available for free on the Internet. To install these distributions on our computers, we need to down their ISO files. Recently, the Linux Mint ISO was hacked and malware inserted into some of it's files. It was then repacked and put up on an external website. … Continue reading How to calculate MD5 or SHA256 sums in Linux and Android
Keepass Droid password manager on Android
Today, many services have gone online. The ease and convenience of accessing these services online has led to a major issue for all users - that of remembering passwords to all the web sites to log in to access those services. Many users use diaries or books to write down user IDs and passwords and … Continue reading Keepass Droid password manager on Android
Disable video, music, file lenses in Ubuntu 12.04 Linux
Your Ubuntu computer connects without your knowledge to some unknown servers. These servers are intended to enable the unity lens applications like music, video, music-store. To get rid of some of these services, you should remove unwanted lenses, using the below commands in a terminal window: $ sudo apt-get purge unity-lens-music unity-lens-video unity-lens-files unity-lens-musicstore <enter> … Continue reading Disable video, music, file lenses in Ubuntu 12.04 Linux