|
|
sybperl-l Archive
Up Prev Next
From: "Chris Jack" <jackc at rabo-bank dot com>
Subject: RE: I need a simple encryption subroutine, to encrypt/decrypt a string
Date: Feb 18 1999 12:20PM
Perl has a function called crypt() that you could look at but that only
does encryption (why do you need to decrypt?). Alternatively you could get
PGP off the net. You could also try looking at the secure_rpc routines if
they are available on your platform.
It would be useful if you could give a little bit more information about
what you are trying to achieve. Do you want to force users to access Sybase
only through applications controlled by you or what?
Chrisj
-----Original Message-----
From: Steve Allen [SMTP:sallen@sybase.com]
Sent: Thursday, February 18, 1999 11:36 AM
To: SybPerl Discussion List
Subject: I need a simple encryption subroutine, to encrypt/decrypt a string
Folks,
I need a simple encryption subroutine, to encrypt/decrypt a
string(database passwords) has anybody written one or how to do this
easily
Many thanks
Kind Regards
Steve Allen
|