Link to home
Start Free TrialLog in
Avatar of BlackFire
BlackFire

asked on

how to preform Crypt(3) in VB

I need generate passwords for use with .htaccess in VB.  So far, i have only found the DES algorythem.  I need either the code to encrypt a password with a given salt, or code that will generate the DES key, and DES salt which i could then feed into the DES class I found.
ASKER CERTIFIED SOLUTION
Avatar of PaulHews
PaulHews
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BlackFire
BlackFire

ASKER

I need something open source.  But if nothing else is suggested, ill keep that in mind.
Hi BlackFire,
This old question (QID 20570222) needs to be finalized -- accept an answer, split points, or get a refund.  Please see http://www.cityofangels.com/Experts/Closing.htm for information and options.
I've searched high and low for open source crypt in VB.  Source is available in C, but not an easy translate.