If you have any questions, contact us:
Telegram:maintex


Go Back   Cyber Security Forum > Cybercrime Forum > Hacking » Programming > News
Register Info Community Today's Posts Search

Reply
 
Thread Tools Search this Thread
  #1 Old 12-30-2024, 08:31 PM
Cartographer
 
Cartographer's Avatar
 
Join Date: Aug 2013
Posts: 581
Cartographer is on a distinguished road
Post Cryptography Basics for Hackers, Part 4: Building a Simple Encryption Algorithm in Python

Welcome back, my aspiring cyberwarriors!




Cryptography is one of foundational technologies of cybersecurity. It helps to keep our information safe, secure, and confidential. Without cryptography, anyone could read our messages or our stored data.




In a previous tutorial in Cryptography Basics, I described one of the oldest forms of cryptography, The Caesar Cipher. As you remember, this is a simple substitution cipher where one letter is replaced by another based a fixed number of shifts in the alphabet. In other words, if we were to use a Caesar Cipher with a shift of 4, every letter a would become an e and every b would be represented by an f and so one. In today's world of super fast digital computers, such an encryption algorithm would be easily broken, but in Caesar's time (2000 years ago), it was very effective.




Of course, this shift could be positive or negative. For instance the diagram below shows a shift of -3 where an e is represented by a b.










To demonstrate both this encryption method and enhance your python skills, let's try to write a python script that automatically encrypts our data with the simple Caesar Cipher.




Step # 1: Fire Up Your Kali and Open the Spyder IDE




The first step of course is to fire up your Kali and open spyder IDE. You can download and install spyder




kali > sudo apt install spyder







Step # 2: Comments to Explain our Code




Now that we have Kali and Spyder open, we can begin to write our code.




Let's begin by adding some comments to explain what we are about to do.




As you can see, Spyder automatically places the proper interpreter in the first line and then places some simple comments detailing when the script was written. We want to add some additional comments about what we are about to do, namely, write an encryption algorithm based upon the caesar cipher.
















Step # 3: Get User Input




Next, let's create a prompt for the user to input the message they want encrypted.




For simplicity sake, let's convert all the text to lower case







secret_message_to_encrypt=input("What is your secret message you would like to encrypt? >")




Now that we have the input, let's convert it to lower case using the lower method to keep our algorithm as simple as possible.




secret_message_to_encrypt = secret_message_to_encrypt.lower()




Lastly, in this first section, we initialize a variable named our_secret_message.




Step # 4: Encrypt the Message




In this next section, we will prompt the user for the number of letters to shift our message in the alphabet using our algorithm. In other words, how many letters forward or backward should the algorithm move each letter from the original input message.













shift = input("what is the shift in your cipher? >"







Now, comes the good part. We will create a for loop that will grab each letter in the secret message for the encryption process until the script comes to the end of the message. We will need to convert each letter of the message into a digital representation known as ASCII.




ASCII stands for American Standard Code for Information Exchange. It is simply a way to encode each character from our keyboard into a number that our computer can understand and do calculations on. You can see the standard ASCII table below.










On line # 28 below, we can see the for loop grabbing each letter in the secret_message_to_encrypt.







us

We then use the ord function (the ord function converts a unicode character into its integer representation) to convert the letter to an integer and place it into a variable named ascii_num.




This variable will then store the numeric representation of the letter.




ascii_num=ord(letter)







If the ascii_num is greater 1 and less than 122, the algorithm proceeds to add the shift value (entered by the user's input) to the ascii number of each letter of the user's message. This then creates a new ascii number that we store as new_ascii.




This is the essence of our encryption.




new_ascii = ascii_num + int (shift)




In some cases, if the ascii_num is be greater than 122 (special characters) we will need to subtract 26 to give it a new_ascii.







The algorithm then proceeds by concatenating each letter to our_secret_ message after converting back the ascii into a character using the chr function.




our_secret_message = our_secret_message + chr(new_ascii)




Finally, in the else statement, the ascii_num is converted into a character and appended to the our_secret_message







In the final step, the script prints "We have encrypted your message !" and then proceeds to print the encrypted message




Step # 5 Testing Our Script




Within Spyder, we can test our script by clicking on the green forward or run button near the top.













When you do, the script begins to run and prompts the user for a message to encrypt such as:




Please help us, Master OTW!







The script then prompts the user for the number of letters to shift.




Here the user entered*5.













Finally, the script does it work and responds with a message that "We have encrypted your message!".




In the final step, the script prints the encrypted message that you see in the screenshot above.




Summary




Python is the favored language of cybersecurity for both its ease of use and a multitude of libraries and modules specific to our discipline. In addition, cryptography is a foundational technology that helps to keep our data safe and secure.




In this tutorial, we used to simple python to create an encryption algorithm similar to that used by the ancient Romans before the advent of digital computers. This simple script is meant to demonstrate some basic python to elucidate a simple encryption algorithm.




Look for my upcoming book, Python Basics for Hackers for more on Python, coming September 2025.
__________________
Advertising Policies
Cartographer is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mobile Telecom Networks for Hackers, Getting Started: Mobile Network Basics Cartographer News 0 12-30-2024 08:31 PM
wifi crack (public python) g4lyfe Hacking » Programming 3 12-11-2021 09:01 PM
CARDING BASICS Cartographer Tutorials 2 12-05-2019 12:32 PM
Encryption – Your “Key” To Security Newer Tutorials 1 10-25-2015 11:59 AM
Applied Cryptography for Magnetic Stripe cards Cartographer Tutorials 0 08-31-2013 04:12 PM


Cybercrime forum, cybercrime site, ,fraud forum, russian fraud forum, Credit cards, carder, infraud, carders.ws, crdpro, fraudsters, darkpro, crdcrew, dumps, cvv, cc, stuff carding, legit seller, vendor, free cvv, dumps+pin, skimmer, ,shimmer, emv software, emv chip writer, free cc+cvv, valid cards, track 2, free cvv, dump pin, dumps, cvv, cc, credit cards, real carding, legit vendor, carder forum, carding tutorial, russian hackers, online cvv shop, track 101, enroll, fullz