The art of human hacking is a quite intersting topic for the young generations to learn about the fact of social and digital engineering is very important so lets get started. Nowadays social engineering can be imagined in security,goverment,education,military,psycology and every other applicant that you can imagine. we see it being used by everyone andContinue reading “Looking into the new world of professional social engineering..”
Tag Archives: behind the passwords
“Hashing” meaning and history
Hashing A hash function is an algorithm that takes variablelength string as the input and produces a fixed-length value (hash) as the output. The challenge for a hashing algorithm is to make this process irreversible; that is,finding a string that produces a given hash value should be very difficult. It should also be difficult toContinue reading ““Hashing” meaning and history”
Protection of the passwords
Early on, the most basic and least secure method of authentication was to store passwords in plaintext (i.e., unencrypted) in a database on the server. During authentication, the client would send his or her password to the server, and the server would compare this against the stored value. Obviously, however, if the passwordfile were accessibleContinue reading “Protection of the passwords”
Going behind the passwords..
Cryptography is a powerful mechanism for securing data and keeping them confidential. The idea is that the original message is scrambled via an algorithm (or cipher), and only those with the correct key can unlock the scrambled message and get back the plaintext contents. In general,the strength of a cryptographic algorithm is based on theContinue reading “Going behind the passwords..”