[oclug] File encryption utility?
Stephen Gregory
oclug at kernelpanic.ca
Wed Jul 14 23:39:36 EDT 2004
On Wed, 14 Jul 2004 22:17:52 -0400
Jack <yaki at sympatico.ca> wrote:
> I'm looking for a simple file encryption utility, something like:
>
> enc < myfile > myfile.enc
I have always been partial to
tr "a-z0-9" "n-za-m5-90-4" < myfile > myfile.enc
> I'd like something that's available for both linux and Windows.
The GNU Cygwin tools for windows should include tr.
--
sg
More information about the OCLUG
mailing list