Hi,
I have worked with CAS since version 3. Currently using 5.0.10 using the overlay method to build.
I am trying to upgrade to the 5.2.x version using the overlay. I have it working with MD5 already.
I am trying to get the SCRYPT Encoder working. I am having no luck with this at the moment. It should be simple but the docs are very sparse.
With full debug on there is no clue in the logs.
Are there any additional configuration options for using SCRYPT? How for exampl do you set the following for the encoder.
int cpuCost,
int memoryCost,
int parallelization,
int keyLength,
int saltLength
Cheers
Dan