Robert Blass <blame@messenger.xcxkirjutas:
Quote:
I am looking to get my feet wet with encryption. When I say encryption
program I am talking about something to get me off to a quick start.
Something very simple, far less than the 40+ bit encryption code.
I think there is no quick start to encryption. One has to know exactly what
one is doing, otherwise there is no guarantee that the encryption actually
is worth anything. Luckily, there is no need to develop encryption
algorithms by yourself nowadays, there are libraries. For C++ there is the
Crypto++ library, for example; this should cover a lot of needs, although
even a casual usage of this library may appear quite cryptic by itself ;-)
Quote:
I also wanted it to be a freeware or shareware programming language
with a compiler and maybe an editor that has colors and error
checking. I'll need it to be usable in a windows/xp environment.
As for developing C++ on Windows platform, there are free editions of
Microsoft Visual Studio, not to speak about the multitude of other options.
However beware that the learning curve for C++ might easily be much higher
than for some other languages.
hth
Paavo