IconIcon

Monday 10 February 2014

Create Your Own Impossible to Hack Encryption

Are you very concern about your privacy and security?

Do you need an encryption system which is impossible to hack??

Then this article is for you
Today we will discuss how to create your own impossible to hack encryption system.



If you know any programming languages like- C++, C , java or python, then it will be
easier for you to create an unbreakable security encryption.

Lets come on topic and see how can we do this:--

Step1-- Decide what type of data you want to encrypt.
               If you want to encrypt texts then it will be so easier.

Step2-- Now you need to decide which programming language you
               want to choose.

Step3-- Now comes the main part,
              Now you need to choose what type of encryption you want to use.
              It will be best if you create your own encryption system.
              In next step we will learn how we can create our own encryption system.

How to create your own encryption?

Below is an encryption system used known as playfair. You can also follow below
steps to create your own encryption system.

Step1-- Create below table-

techntips.net

Step2-- Now to encrypt your message, you need to break your message into chunks
              of two alphabets.

Example--  Hide the gold in the tree stump
                      will be breaked by --  HI DE TH EG OL DI NT HE TR EX ES TU MP

Step3-- Now you need above encryption table. Put first two alphabets
              into above encryption and follow step image.

techntips.net
                               As you can see in above pic. each letter will get replaced by
                               letter on other side of rectangle or square.
                                In above pic. HI is replaced by BM.

Step4-- Follow below images to see how encryption works in different conditions.

techntips.net

techntips.net


techntips.net


techntips.net


techntips.net

Step5-- Now remember two rules:--

a.  If you have same letters like - KK , then add an X or any other letter
      after first one.
     Example- KK will be replace with- KXK.
     Now again continue with new pair.

b. If you have any letter which you cant find in above table then
     replace add that letter with replacing existing letter in table.
     See below table--

techntips.net

     Above encryption system is just an example.
Create your own table using array in programming language.
Then create your own rules and encryption system.

If you have any problem then please let us know.

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...