ENCRYPT

At this opportunity I will explain further what encryption is and how to process. Encryption I have learned during the algorithm classes this semester and I will try to explain to you as well as the encryption algorithm using programming language C.
Encryption is a very popular technology in the world of information technology where the technology is devoted to providing security to the user for a passcode protection from hacker attacks very dangerous and worrying. How it works is by way of encryption scrambles the password code to a particular pattern that sometimes need to work extra hard to break that pattern as this (pattern) is the wealth of each individual who could not possibly be the same between one person with another person . Really amazing !

How the encryption algorithm from the very simple? let's see together

  •  Provide two arrays that contain arrays of the alphabet and the other array codes that will be used for encryption 
  • Enter the password that long will you feedback to learn and to process checks at the next process. 



  • Suppose your passcode 'Ober' is stored in variable pasw,
  • Next do check on your passcode that has been stored in the variable as follows pasw
 
  • After all have been in check, then this is where we can play the pattern used for encryption. One example I can give her like this with the idea of using any odd array with different array pattern even with the addition or subtraction or multiplication or division is up to you.
                There if (j> = 26)

                This password is used when the code consists of the letter 'y' or 'z'. This is used so that the results
                of encrypted code that is still in the code B linkup defined as an array code.
  • After that the code stored in the variable temp at the end.
 This is a simple process of encryption. Having done the encryption then the next step is we have to make his code-breaking or decryption program. What is the process? Will be further explained in the next posting. 
Code : encrypt 

0 comments

Posting Komentar