Tagged Questions
9
votes
10answers
881 views
How do I improve breaking substitution ciphers programmically?
I have written (am writting) a program to analysis encrypted text and attempt to analysis and break it using frequency analysis. The encrypted text takes the form of each letter being substituted for ...
5
votes
6answers
3k views
Beginner question about Caesar cipher in C++
To start off, I'm four weeks into a C++ course and I don't even know loops yet, so please speak baby talk?
Okay, so I'm supposed to read a twelve character string (plus NULL makes thirteen) from a ...
1
vote
4answers
1k views
Best way to handle block ciphers in C++? (Crypto++)
Good day :)
I'm pretty new to both C++ and Block Cipher encryption, and I am currently in the process of writing a decryption function for AES (16 byte seed / 16 byte blocks). All is going well, but ...
0
votes
9answers
497 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 ...