Salting/Hashing, encryption/decryption Algorithms to CSPro Logic

What would you like to see in CSPro?
Forum rules
New release: CSPro 8.0
Post Reply
htuser
Posts: 631
Joined: December 19th, 2011, 6:26 pm
Location: Silver Spring Area, MD, USA

Salting/Hashing, encryption/decryption Algorithms to CSPro Logic

Post by htuser »

Dear CSPro Developer Team,
Following Josh latest post on authentification and some other reading, i change a lot my request.

As you know, either CSdb or CSPro Logic or settings, config db aren't secure to store password since they can be easily read (both in pen file or CSDdb). Right now we're dealing with password to authenticate enumerators access to add and modify data, but soon we will have to deal with password for CSdb encryption who's a very important achievement to avoid unwanted/unauthorized data dissemination.

So, i would like to know if it's possible to port Argon 2 Algorithm from pseudo code or the C implementation to CSPro Logic.
https://en.wikipedia.org/wiki/Argon2
https://argon2.online/
https://github.com/p-h-c/phc-winner-argon2

Also, the RSA example from http://www.trytoprogram.com/c-examples/ ... pt-string/ is always very important
since it will allow us to deal with other sensitive information such as Social Security Number equivalent asked during census/survey in our country.

Native CSPro logic functions from theses algorithms will be the best way!

In the future when we'll be able to use C/C++ codes in CSPro Logic, this will open an universe of freedom to CSProusers.

Please let me know.
Thanks in advance,
G.VOLNY, a CSProuser from Haiti, since 2004
Post Reply