Encrypting/decrypting files from a script in Linux

In this article, we are going to learn about OpenSSL. In this section, we are going encrypt and decrypt messages and files using OpenSSL. Prerequisites Besides having a terminal open, you need to have a basic knowledge of encoding and decoding schemes....

Finding binary dependencies in Linux Operating System

In this article, we are going to check the executable. We will find out which string is present in it by using the string command. Prerequisites Besides having a terminal open, make sure you have a binary present in your directory. Find dependencies First, we...