Tagged Questions
1
vote
1answer
97 views
C Crypto Libraries Supporting HC-128/256?
I have been searching for a while for a crypto library that I can used on linux to implement HC-128/256 encryption for using on network traffic. Unfortunately, support for this seems rather rare. ...
0
votes
0answers
371 views
Block cipher string encryption/decryption in C [closed]
Possible Duplicate:
AES, Serpent or Twofish in C example?
I'm trying to find a good block cipher (AES, Blowfish, etc) to encrypt/decrypt strings. I cannot find any good examples in C. I've ...
0
votes
9answers
507 views
Strongest cipher available to use with C/C++?
I am just wondering if you are supposed to write a sort of really secure application with data being transmitted over insecure networks, what kind of encryption algorithm will you use it in order to ...