Re: crypt algorithm in shell or C
From: Cyril Vi?ville (cyril_vieville_at_hotmail.com)
Date: 06/30/05
- Next message: Josef Moellers: "strace and pthreads"
- Previous message: Stefan Klemm: "Re: g++ ar command: static library dependencies hierarchy ."
- In reply to: Kasper Dupont: "Re: crypt algorithm in shell or C"
- Next in thread: Kasper Dupont: "Re: crypt algorithm in shell or C"
- Reply: Kasper Dupont: "Re: crypt algorithm in shell or C"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jun 2005 03:09:50 -0700
Kasper Dupont <kasperd@daimi.au.dk> wrote in message news:<42C32227.58F9815D@daimi.au.dk>...
> cyril_vieville@hotmail.com wrote:
> >
> > Really simple. I wanna use my ftp.sh which is better than a simple ftp
> > and wanna use a simple file where there're login and password. But i
> > wanna have crypted passwords in those login/password files and wanna
> > decrypt that password when i need to give password to the ftp command.
> > Do you understand?
>
> Not really. Are you writing client or server side code?
No it's not a ftp client or server. Just use ftp in a ftp.sh to verify
return code ...
I have to decrypt. I can't use the crypt function because i have to
decrypt the password from the file login/password which i need to have
a crypted version.
- Next message: Josef Moellers: "strace and pthreads"
- Previous message: Stefan Klemm: "Re: g++ ar command: static library dependencies hierarchy ."
- In reply to: Kasper Dupont: "Re: crypt algorithm in shell or C"
- Next in thread: Kasper Dupont: "Re: crypt algorithm in shell or C"
- Reply: Kasper Dupont: "Re: crypt algorithm in shell or C"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|