Encryption: can we do ourself

hi,

I would like to know if we can encrypt our messages before sending them via email etc.
Is there any software/ programming technique that can help me encrypting my messages.

I am aware of only c language and would like to get the answer in the same domain itself..

thanks

Replies

  • simplycoder
    simplycoder
    proffy
    hi,

    I would like to know if we can encrypt our messages before sending them via email etc.
    Is there any software/ programming technique that can help me encrypting my messages.

    I am aware of only c language and would like to get the answer in the same domain itself..

    thanks
    Encryption is not difficult if you want to do it on your own.
    But there is difference to develop an encryption algorithm and develop a good encryption algorithm.
    Whether you can incorporate them in your email client is a different thing altogether.

    Simple example of an encryption algorithm.
    1) Take a message : I shall take "INDIA"
    2) Replace each letter with the succeeding one (this is the key and will be used in decryption of the message)
    3)The encrypted message becomes "JOEJB".
    4)The above message is encrypted and makes no sense at all until it is decrypted.

    Now the receiver should be aware of key that is being used to encrypt this message so that he can decrypt it and the message makes sense.

    There are numerous encryption algorithms which are used on daily basis but only three of which I can pull out from top of my head and some google will give you a good understanding.

    1)MD5 Hashing
    2)AES
    3)RSA.

    If you need any help, post in over here. BTW you can write a program for simple encryption algorithm I have stated above.

    Thanks and Regards,
    SC.
  • Anoop Kumar
    Anoop Kumar
    Why not !! The first algorithm we study in our engineering course is used by Caesar Cipher
    who uses +3 letter superimposition to encrypt messages and send for private conversation.
    There are several encryption techniques which are supposed to be best like RSA but, if you want your own encryption you should better go with it.
    the best way to write your encryption can be, as you asked...

    1.write a encryption and decryption logic (Algorithm, looks like heavy word☕ ).
    2.Implement this logic into C.
    3.pass your MESSAGE in encryption code.
    4.Get encrypted message and pass into decryption logic,
    5.If everything working fine, ask your friend to if they can hack your encryption logic.

You are reading an archived discussion.

Related Posts

Hello, So finally I too got something to share with all the engineers round the world.... My question is : can video lectures that are available on various sites replace...
good day sirs and madams, i happened to pass by this video on youtube, a candy cannon, and it seems cool, im just wondering what possible applications can i apply...
I think the title is quite explanatory. But is there any foolproof way of reporting "bad" or "violent" content on Facebook? at least on our account? P.S: I think GOI...
The National Geographic has come up with some interesting info on Mayan myths and more. https://news.nationalgeographic.com/..._content=inside_20121222&utm_campaign=Content https://news.nationalgeographic.com/..._content=inside_20121222&utm_campaign=Content https://news.nationalgeographic.com/..._content=inside_20121222&utm_campaign=Content https://travel.nationalgeographic.co..._content=inside_20121222&utm_campaign=Content
The world's widest bridge (cable stayed) that was recently opened in Vancouver had to be closed because ice collected on the cables rained down on the ten lane traffic below,...