17-03-2011 - This will be a huge library...
In a project we're working on (which will not be released publicly) we need a load
of ciphering methods ready to be used. This inspired me to finally update iEnc into
a large library filled with encryption/hashing/checksum and encoding functions for
PureBasic. The library will have an OOP set-up, so you call a constructor with the
name of the method you want to use, after which you use it the way it should be
used. Every single method is using the same way of processing data in this
library. The library may be ported to AMS as a public product.
iEnc v3 is going to hold:
- 20 hash methods.
- 4 checksum methods.
- 19 cipher methods.
- 3 encoding methods.
Hopefully I can implement them all without too many issues, I'm going to have to write
loads of code because I can't get them all in libraries.
The library won't be free for everyone (the AMS version that is). Wether a tailbite version
will be compiled is yet to be decided. Tailbite only compiles userlibraries for the
version of PureBasic it is compiled with. It might become a .dll+.lib+.obj