From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 14:21:01 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F029106564A for ; Wed, 22 Dec 2010 14:21:01 +0000 (UTC) (envelope-from hedayati.mo@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0858FC12 for ; Wed, 22 Dec 2010 14:21:00 +0000 (UTC) Received: by wwf26 with SMTP id 26so4871921wwf.31 for ; Wed, 22 Dec 2010 06:21:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=XugPA61ue9bFJvndzjmkfK55GAogfC7LPMRksP5C4uw=; b=GKzPOzolD6PwmYnU2HmCKVvxFqvcLCeRbZPUj027TlpYBj9+vHTU/HfHaXoJ8qOXKk hiRoVWv1kmKDhOTADXOeqX5oDrp7AyS5wIBEoFxLa6oEbcgBhXb3EN+TOHIsA/xCDlgG copyqBpC3rYc180A6Yd8tQYK3jqMUB1e6W+Kk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=dhtLZE2HjVTQq8ab0+pyAtyJXsGC2BJtRfJqgkxzZ5x5NFkJTmt8aRFeHitQqk3SEy DyVPqrVUNQ1VMrP794jtM75m+Fc1x3hXazTnaUCI5EYkpTEVhGoNbeL0ealJ6j9O9kTZ zXB/mu1NDru7DwiAhghiYmTAvCJ0ZgjsLqm58= Received: by 10.227.134.10 with SMTP id h10mr4273579wbt.118.1293027659996; Wed, 22 Dec 2010 06:20:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.143.202 with HTTP; Wed, 22 Dec 2010 06:20:19 -0800 (PST) From: Mohammad Hedayati Date: Wed, 22 Dec 2010 17:50:19 +0330 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: DES Cipher X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2010 14:21:01 -0000 Can anyone please show me a sample code for ciphering using DES in FreeBSD?