Showing posts with label security. Show all posts
Showing posts with label security. Show all posts

Friday, March 11, 2022

VPN Unlimited subscription for only $39


KeepSolid VPN Unlimited is a service to secure your WiFi connection on when using public Wifi at coffee shops, restaurants, hotels, or other place that offer public wifi.

The regular price for VPN Unlimited is $199 on their website for a lifetime subscription.

While that is still a great deal to avoid having to pay every year for a VPN service, Engadget and MacHeist have offered special deals in the past for dirt cheap. The current $39 deal for up to 5 devices is on Engadget!

You can also opt to pay $59 and use the VPN app on 10 devices.

Details:

  • Reliably protect your data on any public WiFi
  • Surf w/ no speed or bandwidth limits
  • Access 400+ VPN servers w/ 80+ locations globally, including the USA, the UK, Canada & Australia. Check the list here
  • Surf on a variety of VPN protocols, like IKEv2, OpenVPN, L2TP/IPSec & KeepSolid Wise
  • Access servers for US Netflix, BBC iPlayer, Hulu, ESPN+ & HBO Now
  • Enjoy a better browsing experience w/ handy features, like Trusted Networks, Ping Tests & Favorite Servers
  • Easily configure your VPN connection on your router.
  • Convenient management of connected devices
  • Includes torrent (P2P) servers
  • Includes kill switch on iOS, macOS, Android, and Windows platforms
  • Military-grade AES 256-bit encryption
  • Zero log policy
  • Proprietary apps for all platforms
  • Unlimited traffic and connection speed
  • 24/7 customer support
The application window on Mac OS (March 2022.)



Tuesday, October 4, 2011

How to Disable Auto Logon in Windows XP

To enhance security and prevent Windows XP from automatically logging on:

Click on the Start Button, select Run, and type rundll32 netplwiz.dll,ClearAutoLogon

No confirmation will be displayed, but when you restart the machine the Welcome Screen with a login prompt will appear.  (A plain login box could also appear, depending on your system settings.)


There are two other working methods to stop the auto logon, at the link below.

Thanks to Ramesh for detailing several methods to stop the auto logon in Windows XP 

Why I shared this tip:
Last night I setup a Windows XP virtual machine in Parallels (on a mac).  This was on a shared computer and so I needed to prevent the others users from having immediate access to Windows XP until they were given access.

Sunday, June 6, 2010

The Best Ways to Secure Your Wireless Network

You can easily prevent your neighbors or passers by from leeching off of your wireless network, and also prevent other more serious unauthorized access by these methods.
  • Disable broadcasting of the SSID (network name) This will prevent most normal people from being able to see the network in the first place, unless they are using a wireless stumbler utility program on their computer. Even if someone can see the signal of an unnamed network, they will won't be able to connect unless they can guess the name of the network correctly.
  • Enable Mac Address Filtering. This will only allow devices to connect to the network which match the mac addresses you've supplied. Every device with a wireless card has a unique mac address. This will prevent just about anyone from accessing your network, because they will have to guess a correct mac address that matches what you've added to the list. Mac addresses are made of up 12 hexadecimal characters, which means there are 281 trillion possible mac addresses according to Wikipedia.
  • Use a strong password for the network. Don't use English words or other words from any language, use at least 8 characters, and at least one capital letter. Stronger passwords would ideally be 11 or more characters long.

Other things to secure a wireless network here:
Wireless Security - WiFi Wireless Home Network Security Tips - About.com

What Type of Wireless Network Security should I use?
(all info below compiled from DD-WRT's Wireless Security page)
  • WEP is the worst kind to use.
  • WPA2 seems to be the most common more secure option comared to the outdated WEP.

To keep things simple, the best options, in decreasing order of preference, may be:

  1. WPA2 + AES
  2. WPA + AES (only if all devices support it).
  3. WPA + TKIP+AES (only if all devices can support it).
  4. WPA + TKIP
  5. WEP (will only keep out people with none or poor experience in computers)
  6. Disabled (no security)

The most common two options will be WPA2 + AES and WPA + TKIP, because they match the mandatory requirements in the standards (WPA2 requires AES, WPA requires TKIP).

You can use WPA + AES for higher security than TKIP, but only if your devices support it (it is optional). For this reason it is not very common. You also do not get the improved roaming features of WPA2.

WEP was supposed to provide Confidentiality, but has found to be vulnerable and should no longer be used.

* Has been found to be vulnerable.
* Is often the default; this should be changed.
* Most devices that support WEP can be firmware/software upgraded to WPA.
* Do not use unless some devices can not be upgraded to support WPA.

WEP has been outdated for years and has better replacements. The 40-bit encryption is just not strong enough to keep data secure and can be broken rather easily. Newer encryption methods use stronger encryption and have yet to be broken while WEP can be broken in a minute according to this resource.

Use WPA where possible.