From owner-freebsd-questions Mon Dec 11 12:16:17 2000 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 12:16:15 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from akira.lanfear.com (akira.lanfear.com [208.12.11.174]) by hub.freebsd.org (Postfix) with ESMTP id 3A2B037B402 for ; Mon, 11 Dec 2000 12:16:15 -0800 (PST) Received: (from mwlist@localhost) by akira.lanfear.com (8.9.3/8.9.3) id MAA25998 for freebsd-questions@freebsd.org; Mon, 11 Dec 2000 12:16:15 -0800 (PST) (envelope-from mwlist) Date: Mon, 11 Dec 2000 12:16:15 -0800 (PST) From: Marc W Message-Id: <200012112016.MAA25998@akira.lanfear.com> To: freebsd-questions@freebsd.org Subject: encrypting strings in C Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! Are there any standard library routines for encrypting strings? In one of the programs I'm writing, I've got a string that I want to write out to a file, but it is sensitive information. Apart from setting the file permissions to try and restrict access to it, is there some library routine I can call to enrypt it in some way? Something that worked across all UN*X platforms would be preferred .... Thanks! marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message