Re: crypt algorithm in shell or C

cyril_vieville_at_hotmail.com
Date: 06/29/05

  • Next message: Ross: "Re: Database applications in Linux"
    Date: 29 Jun 2005 09:06:37 -0700
    
    

    Kasper Dupont wrote:
    > Cyril Vi?ville wrote:
    > >
    > > Hello everybody i just need a link for code or code itself in shell or
    > > in C to make an app used to crypt password in some files. But i need
    > > crypt/decrypt process.
    >
    > Your question is very unclear, so I really don't
    > know what it is, you want to do.
    >
    > If you want to verify passwords, take a look here:
    > http://www.daimi.au.dk/~kasperd/comp.os.linux.development.faq.html#crypt
    >
    > If you want to encrypt/decrypt files, then take a
    > look on gpg.
    >
    > --
    > Kasper Dupont -- der bruger for meget tid pć usenet.
    > Note to self: Don't try to allocate 256000 pages
    > with GFP_KERNEL on x86.

    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? so an app which crypt and decrypt a word

    Thx


  • Next message: Ross: "Re: Database applications in Linux"