Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl crypt

Status
Not open for further replies.

mtnclark

Technical User
Jul 16, 2002
12
GB
I have a customised version of the useful work package tracking tool named Bugzilla which uses Perl crypt, This is an implementation of UNIX C-standard DES crypt(3) function .

What is needed is a Windows implementation of crypt(3) (ie 'crypt.dll') that can then be called by MS Access to validate user log-ons, or a bit of VB script that implements it that I can then shoehorn into MS Access. I haven't been able to find anything like this and it would take an age to write one from scratch. Once a working MS Access crypt(3) is available, it merely becomes a matter of cunning code to ensure that only permitted users can see permitted data.

MSDN (msdn.microsoft.com) has some bits'n'pieces about crypt(3), but no dll or useful code segment as far as I can see.

I have looked at the standalone software utility called Xcrypt but it is not what I require, any suggestions and comments would be appreciated.
Martin..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top