• 0

Encryption algorithms


Question

I was wondering what Encryption Algorithm is the easiest to work with and is reasonably secure and fast and if there was a good C Library to work with that encryption algorithm?Thanks in advance.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
I was wondering what Encryption Algorithm is the easiest to work with and is reasonably secure and fast and if there was a good C Library to work with that encryption algorithm?Thanks in advance.

create your own, because base64 is garbage, you can easily decode in, a matter of seconds.

Link to comment
Share on other sites

  • 0
Yeah I just make my own, My friend made one once that made his entire messages a bunch of "moo"'s

So if your friends message was "moomoo moomoo moo moo moo moomoo" (or similar), how exactly could this be decrypted to a legible sentence.

I think your friend had better stop whatever he is smoking :D .

Link to comment
Share on other sites

  • 0

http://dmoz.org/Science/Math/Applications/...ming_Libraries/

You might want to check here. Blowfish is by far the best I know of. Quick, relable, robust, and well tested over the years. The 512 k + versions haven't been cracked yet except for some gov't agencies........ hey where are you taking me???? :=)

Kidding aside, I'd seriously recommend Blowfish. Over the other API's recommended here if you're looking for better security.

Link to comment
Share on other sites

  • 0

At work we use 3DES, but the data is only stored on a SmartCard (microprocessor) with only 1K of memory. But if the card is accessed 3 times incorrectly it becomes useless, all-in-all pretty secure, well for us anyway.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.