A Vigenere encryptor and decryptor in C#(psgr.net)

submitted by cybyvladcybyvlad(45) 4 years, 7 months ago

The Vigenere cryptosystem is a simple cryptosystem that allows you to encrypt and decrypt text really fast but that comes with a twist:it is not safe. This is a cryptosystem that is mostly suitable for simple mobile application where computing power is quite low and the data is not critical. This cryptosystem is easily broken and should NEVER be used in a mission critical application.

4 comments |category: |Views: 795

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by brianjlowrybrianjlowry(640) 4 years, 7 months ago 0

If it is not safe, then why use it at all?

Reply

posted by akcoderakcoder(830) 4 years, 7 months ago 0

This post breaks the #1 rule of cryptography... NEVER roll your own!

Plus this article doesn't really talk about or describe this home-grown crypto algorithm, only talks minimally how to use it...

Reply

posted by cybyvladcybyvlad(45) 4 years, 7 months ago 0

I can talk about it and I can talk about a method to break it. It is useful for small devices as it is really really fast.

Reply

posted by cybyvladcybyvlad(45) 4 years, 7 months ago 0

For more info about this cryptosystem try http://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher

Reply

information Login or create an account to comment on this story