|
Home > Archive > Unix Programming > April 2007 > PPL
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| SiTTox@gmail.com 2007-04-29, 7:16 pm |
| Hi ppl.
Pleace Help me to find information/source : how to encrypt file/
information in Linux/Unix only with Internal functions.
without OpenSSL(and others) without writing own RSA,DES,PGP(and
others).
only using Kernel procedures
| |
| Pascal Bourguignon 2007-04-29, 7:16 pm |
| SiTTox@gmail.com writes:
> Hi ppl.
> Pleace Help me to find information/source : how to encrypt file/
> information in Linux/Unix only with Internal functions.
> without OpenSSL(and others) without writing own RSA,DES,PGP(and
> others).
> only using Kernel procedures
Have a look at /usr/include/crypt.h
--
__Pascal Bourguignon__ http://www.informatimago.com/
"Debugging? Klingons do not debug! Our software does not coddle the
weak."
|
|
|
|
|