Simple encryption functions in Linux!

Rob Wehrli plug-devel@lists.PLUG.phoenix.az.us
Wed Nov 10 23:40:03 2004


> >
> > Or are there any other encryption/decryption functions that I can use in =
> > my C program?? All I need to do is read some text from a file and =
> > encrypt it and may or may not write it back.=20
>

Try blowfish:

http://www.schneier.com/blowfish.html

Take Care.

Rob!