That did change things but it seems to have created quite a few linker errors on my end as well.
User 10623478
Posts
-
Simple AES -
Simple AEShttp://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=21877[^] Well thanks but both corrections seem to be fruitless. If it is in anyway helpful here is a direct link to the original code. http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=21877[^]
-
Simple AESThat error I am not sure how to fix it and I am pretty sure more errors will come up after it. I did attach a file with the error log in it.
-
Simple AESI am having problems with fixing the errors.
-
Simple AESI've had problems with a few different interpretations. I don't understand the this one. A Fast and Easy to Use AES Library[^] It does some crazy stuff with int32. I have however tried using crypt CPP with code sourced from this website. http://www.mediafire.com/download/kls7loakmidciqt/AES.zip[^] That link contains the source information and the errors under vs2012.
-
Simple AESI have a question that is think should be rather simple, I also feel it is not a copy of a question from years back. I am new to programing in general and I have only been doing it on and off for a few years. I use the VS2012 compiler & GNU GCC with C & C++. My question is really simple and I will try to explain this so everyone can understand. I want to make two functions that can encrypt or decrypt strings using AES or rinjdael. http://pastebin.com/Gw0RLBNR[^] The paste above is what I am talking about, it uses two functions one teaEncode and one teaDecode. I want to figure out how to make an equivalent to the tea system above but with AES. https://github.com/seonggwang/miniature-AES[^] Now I understand some of you would link me to like the one below. WinAES: A C++ AES Class[^] I'll be blunt I have been trying to make a function to encrypt/decrypt data in C++ under VS2012 using many different page on git. But the problem is few of them want to compile and I really don't know how to fix many of the issue they bring up. So I really am just asking for a AES string encryption/decryption that works under VS2012 or GCC.
-
A brief questionI have been trying to encrypt some data using RC4, I had some success however it seems to act a bit like xor. I have been using the tool below and the results have been mixed. I am using the VS2013 compiler command line. If any of you have an idea of how to improve the system below please feel free. http://www.mediafire.com/download/he4ht1qtxs4dre0/workingbutcrap.zip[^] Two Efficient Classes for RC4 and Base64 Stream Cipher Algorithms[^]