From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aa529428387c8116 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-12 09:47:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.net.uni-c.dk!uninett.no!Norway.EU.net!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Crypting files with Ada Date: Thu, 12 Sep 2002 16:47:33 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1031849253 18374 129.241.83.82 (12 Sep 2002 16:47:33 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 12 Sep 2002 16:47:33 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:28876 Date: 2002-09-12T16:47:33+00:00 List-Id: On Thu, 12 Sep 2002 16:09:52 +0000 (UTC), Preben Randhol wrote: > I would like to make a small utility in Ada that can encrypt/decrypt > files. I remember that some time back some links where posted here, but > I cannot find this thread now with Google. Which cryptographic > algorithm is best suited for this? 10 minutes after posting I found Serpent which I think I'll use. Now I only have to figure out how to erase decoded files... Preben