Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...This was the ONLY place that I could find information that I could use to resolve the problem. So thanks once again to member TomSark and the SQL forum!..."

Geography

Where in the world do Tek-Tips members come from?

find a library C ansi for WIN NT which include char* crypt(PW,Salt)

tatane (Programmer)
20 Oct 00 12:16
hello,

I use a function (char* crypt(const char *PW, *Salt)) in order to encrypt data in my application.
My application works on UNIX. So I use a Standard C Library (libc.a) which contains module crypt.o.

Now my application has to work under WIN NT and I don't find the module crypt.o.
Is this function exist under NT ?
Where can I find this module ?

Please Help,
Thank much.
hnd (Programmer)
20 Oct 00 12:38
I am not shure if crypt is available with windows NT. If I remember correct, crypt uses a very weak algorithm for encryption (Enigma) and therefore it makes no sense to use it.

Crypt is the standard for password encryption in UNIX. But the security there is provided by access restrictions not to much by encryption.

hnd
hasso55@yahoo.com

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close