Skip to main content

Share: SSL

SSL stands for Secure Sockets Layer. It is the standard technology to keep an internet connection secure, safeguarding any sensitive data that is being sent between two systems, can be server to server or a server and a client, preventing criminals from reading and modifying any information transferred.

SSL uses encryption algorithms to scramble data in transit, makes sure that any data transferred between users and sites, or between two systems remain impossible to read, preventing hackers from reading it as it is sent over the connection.

TLS (Transport Layer Security) is an updated, more secure, version of SSL. Not only is TLS more secure and performant, most modern web browsers no longer support SSL 2.0 and SSL 3.0. While SSL is still the dominant term on the Internet, most people really mean TLS when they say SSL.

HTTPS (Hyper Text Transfer Protocol Secure) appears in the URL when a website is secured by an SSL certificate. The details of the certificate, including the issuing authority and the corporate name of the website owner, can be viewed by clicking on the lock symbol on the browser bar.

Popular posts from this blog

Share: PHP

PHP is a widely-used, open-source scripting language especially suited for web development. Here's a breakdown of key aspects: 1. Core Concepts: Server-Side Scripting: PHP code is executed on the server, generating HTML (or other output) that is then sent to the user's browser. This distinguishes it from client-side languages like JavaScript, which run in the browser. Embedding in HTML: PHP code can be directly embedded within HTML, making it easy to create dynamic web pages. Dynamic Content: PHP allows you to generate content that changes based on user input, database information, or other factors. Database Interaction: PHP readily connects to various databases (like MySQL, PostgreSQL), enabling you to store and retrieve data. 2. Key Features and Characteristics: Open Source: PHP is free to use and distribute. Cross-Platform: It runs on various operating systems (Windows, Linux, macOS). Large Community: A vast community provides support, resources, and libraries. Web Framework...

How-To: Shop With Confidence

Smart & Safe Online Shopping: Tips to Protect Yourself Online shopping has become part of everyday life — convenient, fast, and often more affordable. However, it's important to stay alert and shop wisely to avoid scams and fraud. Here are some essential tips to help you shop safely online: 1. Shop Only on Trusted Platforms Always use reputable and established platforms like Shopee, Lazada, eBay, Amazon, or official brand websites. These platforms typically offer: Buyer and seller protection Clear refund/return policies Reliable dispute resolution processes Avoid purchasing from unknown sources such as forums, random social media posts (e.g., Facebook, Instagram), or shady websites. A legitimate online store should provide clear information including: Business or owner identity Company background Contact details Physical store address or registered office Customer support options 🔍 Tip: If something seems too good to be true, it probably is. If you're unsure, don't buy...

How-To: Be More Secure Online

In today’s connected world, safeguarding your online accounts and personal data is more important than ever. Here are six simple but powerful ways to enhance your digital security: 1. Use Unique and Strong Passwords Never reuse passwords across different accounts. For example, if your Facebook account is compromised, a unique password will prevent hackers from accessing your email or other platforms. A strong password should: Be long and unpredictable Include a mix of letters (upper and lowercase), numbers, and symbols Avoid common patterns like password123 or qwerty ✅ Example of a strong password: G89?klz01?8955hjk Consider using a password manager to help you generate and store complex passwords securely. 2. Turn On Two-Factor Authentication (2FA) Two-Factor Authentication (2FA) adds an extra layer of security by requiring a second form of verification, such as: A one-time code sent to your mobile phone An authenticator app Biometric data (fingerprint or face recognition) With 2FA en...