Info

Microsoft spots new self-propagating malware for stealing cryptocurrency

Microsoft spots new self-propagating malware for stealing cryptocurrency illustration

The useful question is not whether a technology story sounds new, but whether it changes incentives, habits, costs, trust, or the tools people use every day.

Security stories are easy to ignore until they become personal. The better habit is to treat them as early warnings about incentives, weak defaults, and systems that need maintenance.

Continue reading “Microsoft spots new self-propagating malware for stealing cryptocurrency”

Info

A software change can look minor until it …

Users cry foul after AMD stripped memory crypto from its consumer CPUs

A software change can look minor until it becomes a habit, which is why the useful question is what it alters in daily work rather than how loudly it is announced.

Software changes often look small until they become defaults. That is how subscriptions, automation, privacy rules and platform habits reshape daily use.

Continue reading “A software change can look minor until it …”

Uncategorized

What is cryptology?

What is cryptology?
Cryptology combines the techniques of cryptography and cryptanalysis.
Encryption Algorithms:
MD5– this is the acronym for Message-Digest 5. It is used to create 128-bit hash values. Theoretically, hashes cannot be reversed into the original plain text. MD5 is used to encrypt passwords as well as check data integrity. MD5 is not collision resistant. Collision resistance is the difficulties in finding two values that produce the same hash values.
SHA– this is the acronym for Secure Hash Algorithm. SHA algorithms are used to generate condensed representations of a message (message digest). It has various versions such as;
SHA-0: produces 120-bit hash values. It was withdrawn from use due to significant flaws and replaced by SHA-1.
SHA-1: produces 160-bit hash values. It is similar to earlier versions of MD5. It has cryptographic weakness and is not recommended for use since the year 2010.
SHA-2: it has two hash functions namely SHA-256 and SHA-512. SHA-256 uses 32-bit words while SHA-512 uses 64-bit words.
SHA-3: this algorithm was formally known as Keccak.
RS4– this algorithm is used to create stream ciphers. It is mostly used in protocols such as Secure Socket Layer (SSL) to encrypt internet communication and Wired Equivalent Privacy (WEP) to secure wireless networks.
BLOWFISH– this algorithm is used to create keyed, symmetrically blocked ciphers. It can be used to encrypt passwords and other data.